File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.83 .0
3
+ version: 4.82 .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: string
6990
+ type: integer
6991
6991
x-linode-cli-command: lke
6992
6992
get:
6993
6993
operationId: getLKEClusterNode
@@ -7056,11 +7056,11 @@ paths:
7056
7056
description: ID of the Node to be recycled.
7057
7057
required: true
7058
7058
schema:
7059
- type: string
7059
+ type: integer
7060
7060
x-linode-cli-command: lke
7061
7061
post:
7062
7062
operationId: postLKEClusterNodeRecycle
7063
- x-linode-cli-action: node -recycle
7063
+ x-linode-cli-action: pool -recycle
7064
7064
security:
7065
7065
- personalAccessToken: []
7066
7066
- oauth:
@@ -7151,7 +7151,7 @@ paths:
7151
7151
https://api.linode.com/v4/lke/clusters/12345/api-endpoints
7152
7152
- lang: CLI
7153
7153
source: >
7154
- linode-cli lke api-endpoints-list 12345
7154
+ linode-cli lke api-endpoints-list
7155
7155
/lke/clusters/{clusterId}/kubeconfig:
7156
7156
parameters:
7157
7157
- name: clusterId
@@ -14521,7 +14521,7 @@ paths:
14521
14521
source: >
14522
14522
curl -H "Content-Type: application/json" \
14523
14523
-H "Authorization: Bearer $TOKEN" \
14524
- -X POST -d '{
14524
+ -X PUT -d '{
14525
14525
"label": "my-volume"
14526
14526
}' \
14527
14527
https://api.linode.com/v4/volumes/12345/clone
You can’t perform that action at this time.
0 commit comments