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