v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
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

keystring required

key for the config item.

Example request

{
  "key": "api_key",
  "value": "api-pk-1aEN2XGPUEKxMCcTsUZXFVEUu9GbtAjTEVc16dZBVxjfHeZACKO86vTRX"
}

Response

OK