Update authentication configuration settings

PUT {{baseUrl}}/api/mstrServices/library/auth

Update the authentication configuration settings for the current REST server. In the body parameter of the request, you specify the default authentication mode and the authentication modes that will be available to connect to an Intelligence Server.

Request Body

{"availableModes"=>[4194304, 1], "defaultMode"=>1}

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
Content-Typestring