Create Ticket attachment

POST {{baseUrl}}/api/v1/tickets/:ticket_id/attachments

This API attaches a file to a ticket.

OAuth Scope

  • Desk.tickets.UPDATE

Request Params

KeyDatatypeRequiredDescription
isPublicstringField that determines whether the attachment is public or private

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"size":"32","creatorId":"1892000000042001","name":"issues.txt","createdTime":"2016-05-30T08:32:51.338Z","isPublic":false,"id":"1892000001010001","href":"https://desk.zoho.com/api/v1/tickets/1892000001004024/attachments/1892000001010001/content"}