mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
669 B
Markdown
17 lines
669 B
Markdown
# GetMediaProvidersRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetMediaProvidersRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetMediaProvidersRequest = {
|
|
xPlexToken: "CV5xoxjTpFKUzBTShsaf",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- |
|
|
| `xPlexToken` | *string* | :heavy_check_mark: | Plex Authentication Token | CV5xoxjTpFKUzBTShsaf | |