mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
750 B
Markdown
17 lines
750 B
Markdown
# 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 | |