# Update Tag Updates a tag. Endpoint: PUT /tag/{tagid} Version: 0.0.0 ## Path parameters: - `tagid` (integer, required) Tag ID. ## Request fields (application/json): - `name` (string,null) Tag name. Example: "mynewtag" - `text` (string,null) Tag description. Example: "hello"