# Report a tag

Creates a tag report in a scope. The tag name is normalized before storing. Requires authentication.

Endpoint: POST /api/v1/tags/report
Version: 1.0
Security: header

## Query parameters:

  - `name` (string, required)
    Canonical tag name

  - `scope` (string, required)
    Scope id

## Request fields (application/json):

  - `reason` (string, required)
    Reason for reporting the tag
    Example: "spam/abuse"

## Response 400 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


