mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 20:47:48 +00:00
17 lines
621 B
Markdown
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 | |