ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2

This commit is contained in:
speakeasybot
2025-06-04 00:32:38 +00:00
parent 37569715a6
commit 84fb18428a
208 changed files with 4457 additions and 3510 deletions

View File

@@ -181,7 +181,7 @@ public class Application {
.build();
StartTaskResponse res = sdk.butler().startTask()
.taskName(TaskName.CLEAN_OLD_BUNDLES)
.taskName(TaskName.REFRESH_PERIODIC_METADATA)
.call();
// handle response
@@ -233,7 +233,7 @@ public class Application {
.build();
StopTaskResponse res = sdk.butler().stopTask()
.taskName(PathParamTaskName.BACKUP_DATABASE)
.taskName(PathParamTaskName.CLEAN_OLD_CACHE_FILES)
.call();
// handle response