From 744b8730d4c09d5cb0ab1bbe16ecee2e9a5dac13 Mon Sep 17 00:00:00 2001 From: Josh Sager Date: Tue, 3 Nov 2020 13:05:23 -0500 Subject: [PATCH] bug: Added `@` to ticket attachment curl example It's required in order to use the API to add a file attachment. Confirmed in manual testing in alpha env. --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 52e8658e5..2aca44f91 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13347,7 +13347,7 @@ paths: source: > curl -H "Authorization: Bearer $TOKEN" \ -X POST \ - -F 'file=/Users/LinodeGuy/pictures/screen_shot.jpg' \ + -F 'file=@/Users/LinodeGuy/pictures/screen_shot.jpg' \ https://api.linode.com/v4/support/tickets/11223344/attachments /support/tickets/{ticketId}/close: parameters: