Files
plexjs/docs/sdk/models/operations/getalllibrarieslocation.md

836 B

GetAllLibrariesLocation

Example Usage

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

let value: GetAllLibrariesLocation = {
  id: 1,
  path: "/Movies",
};

Fields

Field Type Required Description Example
id number ✔️ The ID of the location. 1
path string ✔️ The path to the media item. /Movies