Skip to content

Commit edc1385

Browse files
authored
Merge pull request #782 from afolksetapart/ref/oauth-file-path-example
ref: Added @ required for using --data-binary with file path
2 parents 7883ee6 + 7fd0e81 commit edc1385

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
@@ -1683,7 +1683,7 @@ paths:
16831683
curl -H "Content-Type: image/png" \
16841684
-H "Authorization: Bearer $TOKEN" \
16851685
-X PUT \
1686-
--data-binary "/path/to/image"
1686+
--data-binary "@/path/to/image"
16871687
https://api.linode.com/v4/account/oauth-clients/edc6790ea9db4d224c5c/thumbnail
16881688
/account/payment-methods:
16891689
x-linode-cli-command: payment-methods

0 commit comments

Comments
 (0)