# Update Tag

Updates a tag.

Endpoint: PUT /tag/{tagid}
Version: 1.0.0

## Path parameters:

  - `tagid` (integer, required)
    Internal ID of the tag
    Example: 21

## Request fields (application/json):

  - `name` (string,null)
    Name of the tag
    Example: "mynewtag"

  - `text` (string,null)
    Descriptive text for the tag
    Example: "hello"


