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
ENDPOINTS