Update a Tag
Update the name of a Tag using its ID.
PUT
/api/v1/label/{tag_id}/Path parameters
tag_idPathintegerrequiredThe ID of the label to delete.
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
Request body
application/json
example
new tagResponses
200Label updated successfully
example
200example
Success