Skip to content

Commit be45b7a

Browse files
authored
Merge pull request #301 from Dorthu/hotfix/add-content-block-to-lke-node-pool-recycle
bug: Add "content" block to lke node pool recycle POST
2 parents febb5bd + 7810a05 commit be45b7a

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)