mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
3.2 KiB
3.2 KiB
CreatePlaylistRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
title |
::String | ✔️ | name of the playlist |
type |
::PlexRubySDK::Operations::CreatePlaylistQueryParamType | ✔️ | type of playlist to create |
smart |
::PlexRubySDK::Operations::Smart | ✔️ | whether the playlist is smart or not |
uri |
::String | ✔️ | the content URI for the playlist |
play_queue_id |
T.nilable(::Float) | ➖ | the play queue to copy to a playlist |