v1
latestSwagger 2.02026-07-17107130444.8 KBConfig
Update a Config
post/configs/{id}/update
Path parameters
idstring required
The ID or name of the config
Query parameters
versioninteger required
The version number of the config object being updated. This is required to avoid conflicting writes.
Request body
Example request
{
"Templating": {
"Name": "some-driver",
"Options": {
"OptionA": "value for driver-specific option A",
"OptionB": "value for driver-specific option B"
}
}
}Response
no error