mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
Normalized imports, regenerated
This commit is contained in:
17
docs/sdk/models/operations/markunplayedrequest.md
Normal file
17
docs/sdk/models/operations/markunplayedrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# MarkUnplayedRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { MarkUnplayedRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: MarkUnplayedRequest = {
|
||||
key: 59398,
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- | --------------------------------- |
|
||||
| `key` | *number* | :heavy_check_mark: | The media key to mark as Unplayed | 59398 |
|
||||
Reference in New Issue
Block a user