mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
17 lines
712 B
Markdown
17 lines
712 B
Markdown
# MarkPlayedRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { MarkPlayedRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: MarkPlayedRequest = {
|
|
key: 59398,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
|
| `key` | *number* | :heavy_check_mark: | The media key to mark as played | 59398 | |