Patch a configuration by its id
PATCH/config/:config_id
Experimental: This API is not stable and might be subject of change.
Patch a configuration identified by id with provided value.
Request​
Path Parameters
config_id stringrequired
the identifier of the config to get.
Query Parameters
validate boolean
This parameter can be used to turn off config validation. In case it is not defined or not set to false, every configuaration value is validated.
dry_run boolean
This parameter can be used to test if the config could be patched without really changing it. It will perform all validations but not store the new value.
- application/json
Body
property name* any
Responses​
- 200
The configuration
Response Headers
Fix-Config-Revision
string
The revision of this config
- application/json
- Schema
- Example (from schema)
Schema
property name* any
{}
Loading...