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