Skip to content

Commit d3b45e9

Browse files
rkannan82claude
andcommitted
Regenerate openapi specs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4fca164 commit d3b45e9

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

openapi/openapiv2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15356,9 +15356,9 @@
1535615356
"$ref": "#/definitions/v1PollerScalingDecision",
1535715357
"description": "Server-advised information the SDK may use to adjust its poller count."
1535815358
},
15359-
"shutdownWorkerRejected": {
15359+
"completedByWorkerShutdown": {
1536015360
"type": "boolean",
15361-
"description": "When true, this empty response was caused by the server rejecting the poll\nbecause the worker has been shut down via the ShutdownWorker API. The SDK\nshould stop polling on this task queue."
15361+
"description": "When true, this empty response was caused by the server completing the poll\nbecause the worker has been shut down via the ShutdownWorker API. The SDK\nshould stop polling on this task queue.\n"
1536215362
}
1536315363
}
1536415364
},

openapi/openapiv3.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12220,12 +12220,15 @@ components:
1222012220
allOf:
1222112221
- $ref: '#/components/schemas/PollerScalingDecision'
1222212222
description: Server-advised information the SDK may use to adjust its poller count.
12223-
shutdownWorkerRejected:
12223+
completedByWorkerShutdown:
1222412224
type: boolean
1222512225
description: |-
12226-
When true, this empty response was caused by the server rejecting the poll
12226+
When true, this empty response was caused by the server completing the poll
1222712227
because the worker has been shut down via the ShutdownWorker API. The SDK
1222812228
should stop polling on this task queue.
12229+
12230+
(-- api-linter: core::0140::prepositions=disabled
12231+
aip.dev/not-precedent: "by" describes the cause of poll completion. --)
1222912232
PollerInfo:
1223012233
type: object
1223112234
properties:

0 commit comments

Comments
 (0)