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