mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.3 KiB
3.3 KiB
ApplyUpdatesRequest
Example Usage
import { ApplyUpdatesRequest, Skip, Tonight } from "@lukehagar/plexjs";
let value: ApplyUpdatesRequest = {
tonight: Tonight.One,
skip: Skip.One,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
tonight |
models.Tonight | ➖ | Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install | 1 |
skip |
models.Skip | ➖ | Indicate that the latest version should be marked as skipped. The entry for this version will have the state set to skipped. |
1 |