Save a fill config
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.
name
config
Response
The saved config.
object
id
slug
name
capability
config
updatedAt
Errors
400
Bad Request Error
429
Too Many Requests Error