Update the RestCorsSettings
POST {{baseUrl}}/admin/globalSettings/restSettings?fields=allowAllOrigins,allowedOrigins
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
fields | string |
Request Body
{"allowedOrigins"=>["https://domain.example:8080", "https://internal.domain.example:8342"]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |