Skip to content

Commit d15b47b

Browse files
authored
Merge pull request #722 from bbiggerr/support-ticket-format
Update Support Ticket Attachment Create
2 parents 43ef698 + 7fb55a1 commit d15b47b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18229,14 +18229,16 @@ paths:
1822918229
x-linode-grant: read_write
1823018230
tags:
1823118231
- Support
18232-
summary: Ticket Attachment Create
18233-
description: >
18232+
summary: Support Ticket Attachment Create
18233+
description: |
1823418234
Adds a file attachment to an existing Support
1823518235
Ticket on your Account. File attachments are used to assist our
1823618236
Support team in resolving your Ticket. Examples of attachments
1823718237
are screen shots and text files that provide additional information.
1823818238

18239-
Note: Accepted file extensions include: .gif, .jpg, .jpeg, .pjpg,
18239+
The file attachment is submitted in the request as multipart/form-data.
18240+
18241+
**Note**: Accepted file extensions include: .gif, .jpg, .jpeg, .pjpg,
1824018242
.pjpeg, .tif, .tiff, .png, .pdf, or .txt.
1824118243
operationId: createTicketAttachment
1824218244
x-linode-cli-skip: true

0 commit comments

Comments
 (0)