Update Configuration
/v1/keys/{key}/configs/{config}Replaces a configuration's payload and returns the updated configuration. The name is fixed at creation.
Path parameters
keystringAPI Key
The API Key to retrieve. Begins
ak_.configstringConfiguration Name
User-provided configuration object name.
Query parameters
user_tokenstring optionalPrivate User Token
A secret key used for sensitive operations on your account and API Keys.
Your user token can be retrieved and managed from your accounts page.
Typically begins
uk_...
Request body
The request body must contain a JSON object with:
bodyConfigUpdateParamConfig object update parameters
payloadstring optionalA serialised payload of up to
65536characters
Response
Returns the updated configuration object with refreshed timestamps.
resultConfigupdatedAtstringTimestamp for when the config was created
createdAtstringTimestamp for when the config was updated
namestringA unique name to identify the configuration payload
payloadstringA serialised payload of up to
65536characters
The result sits inside the standard { result, code, message } envelope — see
the API reference for the wrapper format.