NOTE: User must be logged in as admin to access this API

URL : v3/labels-ticket

Method: POST

Query Parameters :

Parameter Type Possible Values Required/Optional Description
ticket_id Integer Required ID of the Ticket
Labels Array Required Label Name

RESPONSE:

{
    “success”: true,
    “message”: “Labels updated successfully”
}