Skip to content

Commit 388e91a

Browse files
fix Volumes Clone Shell example - is a POST (#376)
1 parent 892cbda commit 388e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14346,7 +14346,7 @@ paths:
1434614346
source: >
1434714347
curl -H "Content-Type: application/json" \
1434814348
-H "Authorization: Bearer $TOKEN" \
14349-
-X PUT -d '{
14349+
-X POST -d '{
1435014350
"label": "my-volume"
1435114351
}' \
1435214352
https://api.linode.com/v4/volumes/12345/clone

0 commit comments

Comments
 (0)