Files
plexjs/docs/sdk/models/operations/updateplaylistrequest.md

19 lines
987 B
Markdown

# UpdatePlaylistRequest
## Example Usage
```typescript
import { UpdatePlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: UpdatePlaylistRequest = {
playlistID: 2155.07,
};
```
## Fields
| Field | Type | Required | Description |
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
| `playlistID` | *number* | :heavy_check_mark: | the ID of the playlist |
| `title` | *string* | :heavy_minus_sign: | name of the playlist |
| `summary` | *string* | :heavy_minus_sign: | summary description of the playlist |