ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.0

This commit is contained in:
speakeasybot
2025-08-06 00:13:08 +00:00
parent 82e9da0574
commit 5848325f97
25 changed files with 389 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ Querying status of updates
### Example Usage
<!-- UsageSnippet language="go" operationID="getUpdateStatus" method="get" path="/updater/status" -->
```go
package main
@@ -70,6 +71,7 @@ Checking for updates
### Example Usage
<!-- UsageSnippet language="go" operationID="checkForUpdates" method="put" path="/updater/check" -->
```go
package main
@@ -124,6 +126,7 @@ Note that these two parameters are effectively mutually exclusive. The `tonight`
### Example Usage
<!-- UsageSnippet language="go" operationID="applyUpdates" method="put" path="/updater/apply" -->
```go
package main