Update a saved fill config

View as Markdown
Renames a saved fill config, updates its `config`, or both. Send at least one field. A `config` patch deep-merges over the saved config: objects merge key by key, arrays and scalars replace. Keys you leave out keep their saved values. Runs that already referenced it keep the configuration they were created with — the config is snapshotted onto each run. **Learn more:** [Fill capability](https://docs.cloudraker.com/capabilities/fill)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idOrSlugstringRequired>=1 character

Request

This endpoint expects an object.
namestringOptional1-200 characters
configobjectOptional

Response

The updated config.
object"config"
idstring
slugstring
namestring
capability"fill"
configobject
updatedAtstringOptional

Errors

400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error