mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
2.3 KiB
2.3 KiB
CreatePlaylistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
title |
string | ✔️ | name of the playlist |
type |
\LukeHagar\Plex_API\Models\Operations\Type | ✔️ | type of playlist to create |
smart |
\LukeHagar\Plex_API\Models\Operations\Smart | ✔️ | whether the playlist is smart or not |
uri |
?string | ➖ | the content URI for the playlist |
playQueueID |
?float | ➖ | the play queue to copy to a playlist |