Skip to content

Commit fc67310

Browse files
Update PUT /lke/clusters/{clusterId}/pools/{poolId}
Rewrite the way response schema is written to reference individual properties instead of specific schema
1 parent 83b4087 commit fc67310

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

openapi.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6662,7 +6662,18 @@ paths:
66626662
content:
66636663
application/json:
66646664
schema:
6665-
$ref: '#/components/schemas/LKENodePool'
6665+
type: object
6666+
properties:
6667+
type:
6668+
$ref: '#/components/schemas/LKENodePoolRequestBody/properties/type'
6669+
count:
6670+
$ref: '#/components/schemas/LKENodePoolRequestBody/properties/count'
6671+
disks:
6672+
$ref: '#/components/schemas/LKENodePoolRequestBody/properties/disks'
6673+
id:
6674+
$ref: '#/components/schemas/LKENodePool/properties/id'
6675+
nodes:
6676+
$ref: '#/components/schemas/LKENodePool/properties/nodes'
66666677
x-code-samples:
66676678
- lang: Shell
66686679
source: >

0 commit comments

Comments
 (0)