ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.392.1

This commit is contained in:
speakeasybot
2024-09-08 17:41:10 +00:00
parent 2d100b8e75
commit 5465f1e74c
460 changed files with 15950 additions and 1531 deletions

View File

@@ -82,10 +82,11 @@ run();
### Errors
| Error Object | Status Code | Content Type |
| ---------------------------------- | ---------------------------------- | ---------------------------------- |
| errors.GetUpdateStatusResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| Error Object | Status Code | Content Type |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| errors.GetUpdateStatusResponseBody | 400 | application/json |
| errors.GetUpdateStatusUpdaterResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
## checkForUpdates
@@ -160,10 +161,11 @@ run();
### Errors
| Error Object | Status Code | Content Type |
| ---------------------------------- | ---------------------------------- | ---------------------------------- |
| errors.CheckForUpdatesResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| Error Object | Status Code | Content Type |
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
| errors.CheckForUpdatesResponseBody | 400 | application/json |
| errors.CheckForUpdatesUpdaterResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
## applyUpdates
@@ -240,7 +242,8 @@ run();
### Errors
| Error Object | Status Code | Content Type |
| ------------------------------- | ------------------------------- | ------------------------------- |
| errors.ApplyUpdatesResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| Error Object | Status Code | Content Type |
| -------------------------------------- | -------------------------------------- | -------------------------------------- |
| errors.ApplyUpdatesResponseBody | 400 | application/json |
| errors.ApplyUpdatesUpdaterResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |