# Update account tag

Updates the tag description for an account

Endpoint: PUT /v1/analytics/tags
Version: 3.0.0
Security: basicAuth

## Request fields (application/json):

  - `tag` (string)
    The tag to update.

  - `description` (string)
    The updated tag description.

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message


