create_feeds_item_by_item_id_open
Open an audiobook, podcast, or other library item by ID to log the open event and trigger any associated actions.
Instructions
Create or act on item open.
POST /api/feeds/item/{itemId}/open
Args: item_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 | ||
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |