Skip to content

Update Support Ticket Attachment Create #722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18227,14 +18227,16 @@ paths:
x-linode-grant: read_write
tags:
- Support
summary: Ticket Attachment Create
description: >
summary: Support Ticket Attachment Create
description: |
Adds a file attachment to an existing Support
Ticket on your Account. File attachments are used to assist our
Support team in resolving your Ticket. Examples of attachments
are screen shots and text files that provide additional information.

Note: Accepted file extensions include: .gif, .jpg, .jpeg, .pjpg,
The file attachment is submitted in the request as multipart/form-data.

**Note**: Accepted file extensions include: .gif, .jpg, .jpeg, .pjpg,
.pjpeg, .tif, .tiff, .png, .pdf, or .txt.
operationId: createTicketAttachment
x-linode-cli-skip: true
Expand Down