On this page
Append a record to the collection
POST /api/v1/collections/{collection_id}/items/{id}Add a recipe, baking, or status to the specified collection. Pass the resource’s numeric ID in the path and its type via the type query parameter.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
collection_id |
path | yes | integer | |
id |
path | yes | integer | |
type |
query | yes | string |
Request Body
None.
Responses
201
record appended
