POST
/tickets/{id}/reply
Auth Required
Add Reply
Add a reply to an existing ticket.
Path Parameters
| Name | Type | Description |
|---|---|---|
id
REQUIRED
|
integer | Ticket ID |
Request Body
{
"example": "{\n \"content\": \"Thank you for your response. I have tried...\",\n \"attachments\": []\n}",
"content_type": "application/json"
}
Response Codes
| Code | Description |
|---|---|
| 201 | Reply added |