Update Tag
PATCH/tags/:tag_id
Updates an existing tag's name.
Only the name can be modified, The tag's ID and creation timestamp cannot be modified.
Request
Responses
- 200
- 404
- 422
Tag successfully updated. Returns the updated tag.
No tag found with the specified ID
Invalid update parameters. Ensure name follows required format.