Save a compose config

View as Markdown
Saves a reusable, named compose configuration so calls stop repeating themselves. Pass it to [POST /v1/compose](https://docs.cloudraker.com/capabilities/compose) as `template: "<id or slug>"`. Its `config` holds the JSON Schema your data is checked against, the bundle files, the `main` entry point and named examples. **Learn more:** [Compose capability](https://docs.cloudraker.com/capabilities/compose)

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