Skip to main content
POST
/
api
/
v1
/
support
/
partner-tickets
/
{ticketId}
/
reply-drafts
/
{draftId}
/
attachments
Upload a partner ticket reply draft attachment
curl --request POST \
  --url http://localhost:45000/api/v1/support/partner-tickets/{ticketId}/reply-drafts/{draftId}/attachments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form file='@example-file'

Authorizations

x-api-key
string
header
required

Nuvera API application secret key

Authorization
string
header
required

RS256 per-request signed JWT

Path Parameters

ticketId
string
required
draftId
string
required

Body

multipart/form-data
file
file
required

Response

201 - undefined