# RefreshLibraryRequest ## Example Usage ```typescript import { RefreshLibraryRequest } from "@lukehagar/plexjs"; let value: RefreshLibraryRequest = { sectionId: 187.89, }; ``` ## Fields | Field | Type | Required | Description | | -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- | | `sectionId` | *number* | :heavy_check_mark: | the Id of the library to refresh |