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

2.2 KiB
Raw Blame History

GetRefreshLibraryMetadataRequest

Example Usage

import { Force, GetRefreshLibraryMetadataRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetRefreshLibraryMetadataRequest = {
    sectionKey: 9518,
    force: Force.One,
};

Fields

Field Type Required Description Example
sectionKey number ✔️ The unique key of the Plex library.
Note: This is unique in the context of the Plex server.
9518
force operations.Force Force the refresh even if the library is already being refreshed. 0