Skip to main content

Update a tag

PUT 

/:workspace/tags/:tag

Updates a tag's name and colour. Both fields are required — this is a full replace, not a partial patch. Requires the ADMIN or MEMBER workspace role; the VIEWER role receives 403.

Returns {"success": <bool>}, where success is false only if the update itself fails. If no tag matches the UUID, the request returns 404 with {"message": "Tag not found."} instead.

Request

Responses

Update result.