Skip to content

Commit 8b6b8f3

Browse files
authored
Merge pull request #499 from bbiggerr/account-cancel-fix
[Fix] Fix Account Cancel shell sample
2 parents 90c0276 + 34aaaf1 commit 8b6b8f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

openapi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,8 @@ paths:
535535
source: >
536536
curl -H "Content-Type: application/json" \
537537
-H "Authorization: Bearer $TOKEN" \
538-
-X PUT -d '{
539-
"comments": "I'm consolidating my accounts."
540-
}
538+
-X POST -d '{
539+
"comments": "I am consolidating my accounts."
541540
}' \
542541
https://api.linode.com/v4/account/cancel
543542
- lang: CLI

0 commit comments

Comments
 (0)