mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-10 12:37:44 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.142.3
This commit is contained in:
@@ -6,15 +6,17 @@ import Labels from "/src/lib/labels";
|
||||
|
||||
##### `tonight` *{`Optional[operations.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
|
||||
|
||||
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
|
||||
<Tonight/>
|
||||
<Tonight />
|
||||
</Collapsible>
|
||||
|
||||
---
|
||||
##### `skip` *{`Optional[operations.Skip]`}*
|
||||
Indicate that the latest version should be marked as skipped. The \<Release\> entry for this version will have the `state` set to `skipped`.
|
||||
|
||||
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
|
||||
<Skip/>
|
||||
<Skip />
|
||||
</Collapsible>
|
||||
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
|
||||
import Labels from "/src/lib/labels";
|
||||
|
||||
##### *{`operations.ApplyUpdatesResponse`}*
|
||||
|
||||
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
|
||||
<ApplyUpdatesResponse/>
|
||||
<ApplyUpdatesResponse />
|
||||
</Collapsible>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
|
||||
|
||||
##### `download` *{`Optional[operations.Download]`}*
|
||||
Indicate that you want to start download any updates found.
|
||||
|
||||
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
|
||||
<Download/>
|
||||
<Download />
|
||||
</Collapsible>
|
||||
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
|
||||
import Labels from "/src/lib/labels";
|
||||
|
||||
##### *{`operations.CheckForUpdatesResponse`}*
|
||||
|
||||
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
|
||||
<CheckForUpdatesResponse/>
|
||||
<CheckForUpdatesResponse />
|
||||
</Collapsible>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
|
||||
import Labels from "/src/lib/labels";
|
||||
|
||||
##### *{`operations.GetUpdateStatusResponse`}*
|
||||
|
||||
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
|
||||
<GetUpdateStatusResponse/>
|
||||
<GetUpdateStatusResponse />
|
||||
</Collapsible>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user