v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424171133.3 KB

Uploads an attachment to a case.

post/v1/cases/{caseId}/get-presigned-url

Path parameters

caseIdstring required

Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment.

Request body

fileNamestring password required

Required element for GetCaseAttachmentUploadUrl to identify the file name of the attachment to upload.

contentLengthinteger required

Required element for GetCaseAttachmentUploadUrl to identify the size of the file attachment.

clientTokenstring
<p><note> <p>The <code>clientToken</code> field is an idempotency key used to ensure that repeated attempts for a single action will be ignored by the server during retries. A caller supplied unique ID (typically a UUID) should be provided. </p> </note></p>

Response

Success

attachmentPresignedUrlstring password required

Response element providing the Amazon S3 presigned URL to upload the attachment.