mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
10 lines
806 B
Markdown
10 lines
806 B
Markdown
# UpdatePlaylistRequest
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
|
| `playlist_id` | *float* | :heavy_check_mark: | the ID of the playlist |
|
|
| `title` | *Optional[str]* | :heavy_minus_sign: | name of the playlist |
|
|
| `summary` | *Optional[str]* | :heavy_minus_sign: | summary description of the playlist | |