mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
2.5 KiB
2.5 KiB
GetThumbImageRequest
Example Usage
import { GetThumbImageRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetThumbImageRequest = {
ratingKey: 9518,
width: 396,
height: 396,
minSize: 1,
upscale: 1,
xPlexToken: "CV5xoxjTpFKUzBTShsaf",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ratingKey |
number | ✔️ | the id of the library item to return the children of. | 9518 |
width |
number | ✔️ | N/A | 396 |
height |
number | ✔️ | N/A | 396 |
minSize |
number | ✔️ | N/A | 1 |
upscale |
number | ✔️ | N/A | 1 |
xPlexToken |
string | ✔️ | Plex Authentication Token | CV5xoxjTpFKUzBTShsaf |