Skip to content

Commit 7e42dd4

Browse files
authored
Change PUT to POST (#389)
1 parent 02dd033 commit 7e42dd4

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
@@ -14775,7 +14775,7 @@ paths:
1477514775
source: >
1477614776
curl -H "Content-Type: application/json" \
1477714777
-H "Authorization: Bearer $TOKEN" \
14778-
-X PUT -d '{
14778+
-X POST -d '{
1477914779
"linode_id": 12346,
1478014780
"config_id": 23456
1478114781
}' \

0 commit comments

Comments
 (0)