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

2.5 KiB

GetBannerImageRequest

Example Usage

import { GetBannerImageRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetBannerImageRequest = {
    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