Files
plexjs/docs/sdk/models/operations/markplayedrequest.md
2024-09-08 03:06:14 +00:00

17 lines
714 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 |