Skip to main content
POST
Create or update a catalog tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for creating a catalog tag.

name
string
required

Tag name (e.g., 'Email', 'High')

Required string length: 1 - 255
fully_qualified_name
string
required

Two-segment FQN in Category.Tag format (e.g., 'PII.Email')

Required string length: 3 - 512
description
string | null

Optional tag description

Maximum string length: 2000
style
TagStyle · object | null

Visual styling (color, icon)

owners
Owners · object[] | null

Ownership information

Response

Updated

Full catalog tag representation.

id
string
required
name
string
required
fully_qualified_name
string
required
version
integer
required
category_id
string
required
created_by
string
required
updated_by
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
asset_type
string
default:tag
description
string | null
owners
Owners · object[] | null
style
TagStyle · object | null

Visual styling for a tag.

deleted_at
string<date-time> | null