NOTE: User must be logged in as admin to access this API
URL : api/tag/update/{tag}
Method : PATCH
Query Parameters :
Parameter | Type | Possible Values | Required/Optional | Description |
name | String | tag Name | Required | Tag Name |
description | Text | Tag Desciption | Optional | Tag Description |
Response:
{ "success": true, "message":"Tag updated Successfully" }