mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 04:20:52 +00:00
Normalized imports, regenerated
This commit is contained in:
19
docs/sdk/models/operations/updateplaylistrequest.md
Normal file
19
docs/sdk/models/operations/updateplaylistrequest.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# UpdatePlaylistRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { UpdatePlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: UpdatePlaylistRequest = {
|
||||
playlistID: 3172.02,
|
||||
};
|
||||
```
|
||||
|
||||
## 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 |
|
||||
Reference in New Issue
Block a user