Skip to content

Commit 535f49f

Browse files
rkannan82claude
andcommitted
Regenerate OpenAPI specs for include_system_workers field
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8656161 commit 535f49f

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

openapi/openapiv2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3488,6 +3488,13 @@
34883488
"in": "query",
34893489
"required": false,
34903490
"type": "string"
3491+
},
3492+
{
3493+
"name": "includeSystemWorkers",
3494+
"description": "When true, the response will include system workers that are created implicitly\nby the server and not by the user. By default, system workers are excluded.",
3495+
"in": "query",
3496+
"required": false,
3497+
"type": "boolean"
34913498
}
34923499
],
34933500
"tags": [
@@ -8956,6 +8963,13 @@
89568963
"in": "query",
89578964
"required": false,
89588965
"type": "string"
8966+
},
8967+
{
8968+
"name": "includeSystemWorkers",
8969+
"description": "When true, the response will include system workers that are created implicitly\nby the server and not by the user. By default, system workers are excluded.",
8970+
"in": "query",
8971+
"required": false,
8972+
"type": "boolean"
89598973
}
89608974
],
89618975
"tags": [

openapi/openapiv3.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3161,6 +3161,13 @@ paths:
31613161
* Status
31623162
schema:
31633163
type: string
3164+
- name: includeSystemWorkers
3165+
in: query
3166+
description: |-
3167+
When true, the response will include system workers that are created implicitly
3168+
by the server and not by the user. By default, system workers are excluded.
3169+
schema:
3170+
type: boolean
31643171
responses:
31653172
"200":
31663173
description: OK
@@ -8099,6 +8106,13 @@ paths:
80998106
* Status
81008107
schema:
81018108
type: string
8109+
- name: includeSystemWorkers
8110+
in: query
8111+
description: |-
8112+
When true, the response will include system workers that are created implicitly
8113+
by the server and not by the user. By default, system workers are excluded.
8114+
schema:
8115+
type: boolean
81028116
responses:
81038117
"200":
81048118
description: OK

0 commit comments

Comments
 (0)