create_playlists_collection_by_collection_id
Creates a playlist collection for a specified collection ID. Provide the collection ID and request body to set up a new playlist collection in Audiobookshelf.
Instructions
Create or act on playlists collection.
POST /api/playlists/collection/{collectionId}
Args: collection_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 |
|---|---|---|---|
| body | Yes | ||
| collection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |