mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
989 B
989 B
UpdatePlaylistRequest
Example Usage
import { UpdatePlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: UpdatePlaylistRequest = {
playlistID: 3172.02,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
playlistID |
number | ✔️ | the ID of the playlist |
title |
string | ➖ | name of the playlist |
summary |
string | ➖ | summary description of the playlist |