File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.83.1
4
4
5
5
title: Linode API
6
6
description: |
@@ -7070,7 +7070,7 @@ paths:
7070
7070
x-linode-cli-command: lke
7071
7071
post:
7072
7072
operationId: postLKEClusterNodeRecycle
7073
- x-linode-cli-action: pool -recycle
7073
+ x-linode-cli-action: node -recycle
7074
7074
security:
7075
7075
- personalAccessToken: []
7076
7076
- oauth:
@@ -14352,7 +14352,7 @@ paths:
14352
14352
source: >
14353
14353
curl -H "Content-Type: application/json" \
14354
14354
-H "Authorization: Bearer $TOKEN" \
14355
- -X POST -d '{
14355
+ -X PUT -d '{
14356
14356
"label": "my-volume"
14357
14357
}' \
14358
14358
https://api.linode.com/v4/volumes/12345
@@ -14531,7 +14531,7 @@ paths:
14531
14531
source: >
14532
14532
curl -H "Content-Type: application/json" \
14533
14533
-H "Authorization: Bearer $TOKEN" \
14534
- -X PUT -d '{
14534
+ -X POST -d '{
14535
14535
"label": "my-volume"
14536
14536
}' \
14537
14537
https://api.linode.com/v4/volumes/12345/clone
You can’t perform that action at this time.
0 commit comments