createOrgTicket
POST https://{{host}}/api/v1/orgs/:org_id/tickets
Body Parameters
Parameter | Type | Description |
---|---|---|
subject | string | Required subject (usually short) |
type | string | question (default) / bug / critical |
comment | string | Required description |
Request Body
{"subject"=>"question regarding WPA", "type"=>"question", "comment"=>"where do I configure WPA1 / WPA2 / Auto?"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
X-CSRFToken | string | ||
Content-Type | string |