update_play_queues_by_play_queue_id
Add a playlist or media generator to an existing Plex play queue by its ID, with optional play-next behavior.
Instructions
Add a generator or playlist to a play queue.
PUT /playQueues/{playQueueId}
Args: play_queue_id: The ID of the play queue. uri: The content URI for what we're adding to the queue. playlist_id: The ID of the playlist to add to the playQueue. next: Play this item next (defaults to 0 - queueing at the end of manually queued items).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | ||
| next | No | ||
| playlist_id | No | ||
| play_queue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |