Update Ticket Category (Obsolete)

All API requests should contain authorization headers.

Request

PATCH /tickets/{ticketId}/category/{categoryId}

Query Parameters

Name

Type

Required

Comments

ticketId

integer

yes

Id of ticket you want to update.

categoryId

integer

yes

Id of category you want to set up

Response

{
  "data": {},
  "errorCode": -1,
  "errorText": null
}

Data field will be equal to null.

Last updated