Patch a configuration by its id​
Experimental: This API is not stable and might be subject of change.
Patch a configuration identified by id with provided value.
Path Parameters
- config_id string required
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
Request Body
Responses
- 200
The configuration
Response Headers
Resoto-Config-Revision string
The revision of this config
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...