mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
19 lines
889 B
Markdown
19 lines
889 B
Markdown
# Action
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Action } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Action = {
|
|
id: "addToContinueWatching",
|
|
key: "/actions/addToContinueWatching",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
|
| `id` | *string* | :heavy_check_mark: | N/A | addToContinueWatching |
|
|
| `key` | *string* | :heavy_check_mark: | N/A | /actions/addToContinueWatching | |