File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11openapi: 3.0.1
22info:
3- version: 4.82 .0
3+ version: 4.83 .0
44
55 title: Linode API
66 description: |
@@ -6987,7 +6987,7 @@ paths:
69876987 description: ID of the Node to look up.
69886988 required: true
69896989 schema:
6990- type: integer
6990+ type: string
69916991 x-linode-cli-command: lke
69926992 get:
69936993 operationId: getLKEClusterNode
@@ -7063,7 +7063,7 @@ paths:
70637063 description: ID of the Node to be recycled.
70647064 required: true
70657065 schema:
7066- type: integer
7066+ type: string
70677067 x-linode-cli-command: lke
70687068 post:
70697069 operationId: postLKEClusterNodeRecycle
@@ -7158,7 +7158,7 @@ paths:
71587158 https://api.linode.com/v4/lke/clusters/12345/api-endpoints
71597159 - lang: CLI
71607160 source: >
7161- linode-cli lke api-endpoints-list
7161+ linode-cli lke api-endpoints-list 12345
71627162 /lke/clusters/{clusterId}/kubeconfig:
71637163 parameters:
71647164 - name: clusterId
@@ -14349,7 +14349,7 @@ paths:
1434914349 source: >
1435014350 curl -H "Content-Type: application/json" \
1435114351 -H "Authorization: Bearer $TOKEN" \
14352- -X PUT -d '{
14352+ -X POST -d '{
1435314353 "label": "my-volume"
1435414354 }' \
1435514355 https://api.linode.com/v4/volumes/12345
You can’t perform that action at this time.
0 commit comments