NOTE: User must be logged in as admin to access this API
URL : v3/add-tag
Method: POST
Query Parameters :
Parameter | Type | Possible Values | Required/Optional | Description |
ticket_id | Integer | Required | ID of the Ticket | |
tags | Array | Required | Tag Name |
RESPONSE:
{
“success”: true,
“message”: “Tags updated successfully”
}