NOTE: User must be logged in as admin to access this API
URL : v3/api/label-update/{labelId}
Method: PATCH
Query Parameters :
Parameter | Type | Required/Optional | Description |
title | String | Required | Label Name |
color | String | Required | Color of the label |
order | Integer | Required | Order of Label |
status | boolean | Optional | Status Of Label |
Response:
{ "success": true, "message": "Label updated Successfully" }
Note: Here Label ID should be pass in the URL.