addOrgTicketComment
POST https://{{host}}/api/v1/orgs/:org_id/tickets/:ticket_id/comments
Body Parameters
Parameter | Type | Description |
---|---|---|
subject | string | Required subject (usually short) |
type | string | question (default) / bug / critical |
comment | string | Required description |
Request Body
{"comment"=>"this is urgent"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |