Skip to content

Commit 7810a05

Browse files
committed
bug: Add "content" block to lke node pool recycle POST
The absence of this is breaking CLI builds. The CLI builds as expected with this included. This is probably also more correct, as the API appears to return a `{}` as the body for a 200 response from this endpoint.
1 parent febb5bd commit 7810a05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6755,6 +6755,10 @@ paths:
67556755
responses:
67566756
'200':
67576757
description: Node Pool has been recycled.
6758+
content:
6759+
application/json:
6760+
schema:
6761+
type: object
67586762
default:
67596763
$ref: '#/components/responses/ErrorResponse'
67606764
x-code-samples:

0 commit comments

Comments
 (0)