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 11openapi: 3.0.1
22info:
3- version: 4.83.0
3+ version: 4.83.1
44
55 title: Linode API
66 description: |
@@ -7070,7 +7070,7 @@ paths:
70707070 x-linode-cli-command: lke
70717071 post:
70727072 operationId: postLKEClusterNodeRecycle
7073- x-linode-cli-action: pool -recycle
7073+ x-linode-cli-action: node -recycle
70747074 security:
70757075 - personalAccessToken: []
70767076 - oauth:
@@ -14352,7 +14352,7 @@ paths:
1435214352 source: >
1435314353 curl -H "Content-Type: application/json" \
1435414354 -H "Authorization: Bearer $TOKEN" \
14355- -X POST -d '{
14355+ -X PUT -d '{
1435614356 "label": "my-volume"
1435714357 }' \
1435814358 https://api.linode.com/v4/volumes/12345
@@ -14531,7 +14531,7 @@ paths:
1453114531 source: >
1453214532 curl -H "Content-Type: application/json" \
1453314533 -H "Authorization: Bearer $TOKEN" \
14534- -X PUT -d '{
14534+ -X POST -d '{
1453514535 "label": "my-volume"
1453614536 }' \
1453714537 https://api.linode.com/v4/volumes/12345/clone
You can’t perform that action at this time.
0 commit comments