mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
Normalized imports, regenerated
This commit is contained in:
17
docs/sdk/models/operations/getplaylistrequest.md
Normal file
17
docs/sdk/models/operations/getplaylistrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# GetPlaylistRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { GetPlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: GetPlaylistRequest = {
|
||||
playlistID: 3380.07,
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
||||
| `playlistID` | *number* | :heavy_check_mark: | the ID of the playlist |
|
||||
Reference in New Issue
Block a user