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

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