mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.2 KiB
1.2 KiB
CheckForUpdatesRequest
Example Usage
import { CheckForUpdatesRequest, Download } from "@lukehagar/plexjs/sdk/models/operations";
let value: CheckForUpdatesRequest = {
download: Download.One,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
download |
operations.Download | ➖ | Indicate that you want to start download any updates found. | 1 |