ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.0

This commit is contained in:
speakeasybot
2025-08-06 00:14:01 +00:00
parent b53b57ef41
commit 56ee466ff8
26 changed files with 371 additions and 46 deletions

View File

@@ -20,6 +20,7 @@ Returns a list of butler tasks
### Example Usage
<!-- UsageSnippet language="php" operationID="getButlerTasks" method="get" path="/butler" -->
```php
declare(strict_types=1);
@@ -67,6 +68,7 @@ This endpoint will attempt to start all Butler tasks that are enabled in the set
### Example Usage
<!-- UsageSnippet language="php" operationID="startAllTasks" method="post" path="/butler" -->
```php
declare(strict_types=1);
@@ -110,6 +112,7 @@ This endpoint will stop all currently running tasks and remove any scheduled tas
### Example Usage
<!-- UsageSnippet language="php" operationID="stopAllTasks" method="delete" path="/butler" -->
```php
declare(strict_types=1);
@@ -157,6 +160,7 @@ This endpoint will attempt to start a single Butler task that is enabled in the
### Example Usage
<!-- UsageSnippet language="php" operationID="startTask" method="post" path="/butler/{taskName}" -->
```php
declare(strict_types=1);
@@ -207,6 +211,7 @@ This endpoint will stop a currently running task by name, or remove it from the
### Example Usage
<!-- UsageSnippet language="php" operationID="stopTask" method="delete" path="/butler/{taskName}" -->
```php
declare(strict_types=1);