On this page
Create a new collection
POST /api/v1/collectionsCreate a named collection for grouping recipes, bakings, and statuses. The name field is required and must be non-empty.
Required Scopes
write
Request Body
Content-Type: application/json
Schema: object
| Field | Type | Required | Description |
|---|---|---|---|
collection |
collection_input |
no |
Responses
201
collection created
Schema: collection_output
collection_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
name |
string | yes |
422
invalid request
Schema: errors
errors
| Field | Type | Required | Description |
|---|---|---|---|
errors |
object | yes |
