Set setting values
POST/v1/settings
Set setting values for specific keys. Masked credential values ("******") read from GET /v1/settings are not accepted: a masked value that matches the stored one is skipped as unchanged, any other value carrying the mask is refused. Send the real credential, or leave the key out to keep the stored value.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Returns the list of setting keys that were updated.
Invalid input - the path parameters, query arguments, or request payload did not pass validation
Authentication failed - the access token is missing, invalid, or was not accepted
Access denied - the access token does not grant permission for this operation (token scope, account, or IP address restriction)
Rate limit exceeded - too many requests were made with this access token
Internal server error - an unexpected error occurred while processing the request