PUT
/tickets/{id}
Auth Required
Update Ticket
Update an existing ticket.
Path Parameters
| Name | Type | Description |
|---|---|---|
id
REQUIRED
|
integer | Ticket ID |
Request Body
{
"example": "{\n \"status\": \"resolved\",\n \"priority\": \"low\"\n}",
"content_type": "application/json"
}
Response Codes
| Code | Description |
|---|---|
| 200 | Ticket updated |