Update a saved classify config

View as Markdown
Renames a saved classify 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:** [Classify capability](https://docs.cloudraker.com/capabilities/classify)

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
configmap from strings to anyOptional

Response

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

Errors

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