mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
2.0 KiB
2.0 KiB
CreatePlaylistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
title |
str | ✔️ | name of the playlist |
type |
operations.QueryParamType | ✔️ | type of playlist to create |
smart |
operations.Smart | ✔️ | whether the playlist is smart or not |
uri |
str | ✔️ | the content URI for the playlist |
play_queue_id |
Optional[float] | ➖ | the play queue to copy to a playlist |