Update Tag
PATCH/tags/:tag_id
Updates an existing tag's name.
Only the name can be modified - the ID and creation timestamp are immutable. Returns a 404 error if no tag exists with the specified ID.
Request
Responses
- 204
- 404
- 422
Tag successfully updated
No tag found with the specified ID
Invalid update parameters. Ensure name follows required format.