Save a fill config

View as Markdown
Saves a reusable, named fill configuration so calls stop repeating themselves. Pass it to any run as `action: "<id or slug>"`. Inline config on the call is deep-merged over the saved config, and inline wins — so one saved config can be nudged per call without being redefined. **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.

Request

This endpoint expects an object.
namestringRequired1-200 characters
configobjectOptional

Response

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

Errors

400
Bad Request Error
429
Too Many Requests Error