Save a extract config

View as Markdown
Saves a reusable, named extract 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:** [Extract capability](https://docs.cloudraker.com/capabilities/extract)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired1-200 characters
configmap from strings to anyOptional

Response

The saved config.
object"config"
idstring
slugstring
namestring
capabilityenum
configmap from strings to any
updatedAtstringOptional

Errors

400
Bad Request Error
429
Too Many Requests Error