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 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.82 .0
3
+ version: 4.83 .0
4
4
5
5
title: Linode API
6
6
description: |
@@ -6987,7 +6987,7 @@ paths:
6987
6987
description: ID of the Node to look up.
6988
6988
required: true
6989
6989
schema:
6990
- type: integer
6990
+ type: string
6991
6991
x-linode-cli-command: lke
6992
6992
get:
6993
6993
operationId: getLKEClusterNode
@@ -7063,7 +7063,7 @@ paths:
7063
7063
description: ID of the Node to be recycled.
7064
7064
required: true
7065
7065
schema:
7066
- type: integer
7066
+ type: string
7067
7067
x-linode-cli-command: lke
7068
7068
post:
7069
7069
operationId: postLKEClusterNodeRecycle
@@ -7158,7 +7158,7 @@ paths:
7158
7158
https://api.linode.com/v4/lke/clusters/12345/api-endpoints
7159
7159
- lang: CLI
7160
7160
source: >
7161
- linode-cli lke api-endpoints-list
7161
+ linode-cli lke api-endpoints-list 12345
7162
7162
/lke/clusters/{clusterId}/kubeconfig:
7163
7163
parameters:
7164
7164
- name: clusterId
@@ -14349,7 +14349,7 @@ paths:
14349
14349
source: >
14350
14350
curl -H "Content-Type: application/json" \
14351
14351
-H "Authorization: Bearer $TOKEN" \
14352
- -X PUT -d '{
14352
+ -X POST -d '{
14353
14353
"label": "my-volume"
14354
14354
}' \
14355
14355
https://api.linode.com/v4/volumes/12345
You can’t perform that action at this time.
0 commit comments