Update Global Setting Value
The deprecation info and all key-name mappings can be found in the /api/deployment/config/globalsettings/metadata API's description.
Request
URI
PUT
https://{api_host}/suite-api/api/deployment/config/globalsettings/{key}/{value}
COPY
Path Parameters
string
key
Required
The global setting key
string
value
Required
The global setting value
Responses
201
The global setting value is updated
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/config/globalsettings/{key}/{value}