Logo
MicroStrategy REST API API Documentation

Update Collaboration Server configuration settings

PUT {{baseUrl}}/api/admin/restServerSettings/collaboration

Update the Collaboration Server configuration settings. In the body parameter of the request, you specify the base URL for the Collaboration Server, whether the collaboration service is enabled, whether the comments or discussions service are enabled if the collaboration service is enabled, and whether TLS (Transport Layer Security) secure communication is enabled. Enabling TLS requires configuring trust store settings on the REST Server.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/admin/restServerSettings/collaboration' -H 'Content-Type: application/json' -d '{"enabled":true,"commentsEnabled":true,"discussionsEnabled":true,"tlsEnabled":true,"baseURL":"https://env-276686.customer.cloud.microstrategy.com:3000"}'

ENDPOINTS