mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +00:00
2.8 KiB
2.8 KiB
CreatePlaylistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
title |
string | ✔️ | name of the playlist |
type |
\LukeHagar\Plex_API\Models\Operations\QueryParamType | ✔️ | 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 |