Skip to content

Commit f716907

Browse files
Merge pull request #355 from yoshizzle/change-attachment-curl
bug: Added `@` to ticket attachment curl example
2 parents ddbb1a9 + 744b873 commit f716907

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
@@ -13347,7 +13347,7 @@ paths:
1334713347
source: >
1334813348
curl -H "Authorization: Bearer $TOKEN" \
1334913349
-X POST \
13350-
-F 'file=/Users/LinodeGuy/pictures/screen_shot.jpg' \
13350+
-F 'file=@/Users/LinodeGuy/pictures/screen_shot.jpg' \
1335113351
https://api.linode.com/v4/support/tickets/11223344/attachments
1335213352
/support/tickets/{ticketId}/close:
1335313353
parameters:

0 commit comments

Comments
 (0)