Logo
MicroStrategy REST API API Documentation

Update the rest server security settings

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

Update the security settings. In the body of the request you can specify the secret key that will be used in identity token generation, whether to enable Corss Origin Resource Sharing (CORS), and whether to disable URL validation when specifying domains for CORS configuration.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/admin/restServerSettings/security' -H 'Content-Type: application/json' -d '{"secretKeyExists":true,"allowAllOrigins":true,"rememberMeEnabled":false}'

ENDPOINTS