create_items_batch_update
Update multiple library items in one batch request. Send a payload to modify several books or podcasts at once, reducing API calls.
Instructions
Create or act on batch update.
POST /api/items/batch/update
Args: 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |