Skip to content

Commit dd47a45

Browse files
committed
Added missing header to example command
1 parent 9d11f47 commit dd47a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ paths:
628628
source: >
629629
curl https://api.linode.com/v4/account/betas \
630630
-H "Authorization: Bearer $TOKEN" \
631+
-H "Content-Type: application/json" \
631632
-X POST -d '{
632633
"id": "example_open"
633634
}'

0 commit comments

Comments
 (0)