Configuration Management
Update config by key
Set a config item with the specified key.
put/config/{key}
Path parameters
keystring required
Example:api_key
key for config item
Request body
Example request
{
"key": "api_key",
"value": "api-pk-1aEN2XGPUEKxMCcTsUZXFVEUu9GbtAjTEVc16dZBVxjfHeZACKO86vTRX"
}Response
OK