Files
plexjs/docs/models/refreshlibraryrequest.md

17 lines
621 B
Markdown

# 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 |