mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user