Logo
MicroStrategy REST API API Documentation

Update MicroStrategy Web configuration settings

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

Update the MicroStrategy Web configuration settings. In the body parameter of the request, you specify the base URL for the MicroStrategy Web Server

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Authorization
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/admin/restServerSettings/microStrategyWeb' -H 'Content-Type: application/json' -H 'Authorization: authorization' -d '{"baseURL":"https://env-276686.customer.cloud.microstrategy.com/MicroStrategy"}'

ENDPOINTS