Set Override Values Using POST

Set Override Values Using POST

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

Request
URI
POST
https://{api_host}/suite-api/api/deployment/config/properties/{namespace}/{key}/{value}
COPY
Path Parameters
string
key
Required

The key which values will be overridden

string
namespace
Required

The namespace of which values will be overridden

string
value
Required

The comma-separated string of values


Authentication
This operation uses the following authentication methods.
Responses
201

Values are overridden successfully

Operation doesn't return any data structure