Skip to content

Commit 0945876

Browse files
authored
Merge pull request #380 from linode/release-4.83.1
Hotfix Release 4.83.1
2 parents b175b89 + 4b556bf commit 0945876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
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

0 commit comments

Comments
 (0)