create_collections_by_id_book
Add a book to a collection by providing its ID and the book data. Creates or updates the collection-book relationship.
Instructions
Create or act on collections book.
POST /api/collections/{id}/book
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |