mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
669 B
669 B
GetMediaProvidersRequest
Example Usage
import { GetMediaProvidersRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaProvidersRequest = {
xPlexToken: "CV5xoxjTpFKUzBTShsaf",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xPlexToken |
string | ✔️ | Plex Authentication Token | CV5xoxjTpFKUzBTShsaf |