Update Global Setting Value Using PUT

Update Global Setting Value Using PUT

All the key-name mappings can be found in the /api/deployment/config/globalsettings/metadata API's description.

Request
URI
PUT
https://{api_host}/api/deployment/config/globalsettings/{key}/{value}
COPY
Path Parameters
string
key
Required

The global setting key

string
value
Required

The global setting value


Authentication
This operation uses the following authentication methods.
Responses
201

The global setting value is updated

Operation doesn't return any data structure