mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
523 B
Markdown
17 lines
523 B
Markdown
# ClearPlaylistContentsRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ClearPlaylistContentsRequest } from "@lukehagar/plexjs";
|
|
|
|
let value: ClearPlaylistContentsRequest = {
|
|
playlistID: 6527.9,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
|
| `playlistID` | *number* | :heavy_check_mark: | the ID of the playlist | |