Update type

/tickets/updateType

Need permissions: RW

Required parameters:

  • The value of “SessionName” field of /auth/login response - main token.
  • Type - type or
  • TypeID - type id.
  • TicketID - ticket id.

Successful answer:

{ "Response": "OK" }

No ticket:

{
    "Response": "ERROR",
    "Message": "No ticket"
}

No permission priority'' orrw’’ on a ticket queue:

{
    "Response": "ERROR",
    "Message": "No permission"
}

Cannot update:

{
    "Response": "ERROR",
    "Message": "Cannot update Type"
}