Create or update a catalog tag
metadata
Create or update a catalog tag
Upsert a catalog tag. Parent category must exist and not be deleted. Returns 201 on create, 200 on update.
POST
Create or update a catalog tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for creating a catalog tag.
Tag name (e.g., 'Email', 'High')
Required string length:
1 - 255Two-segment FQN in Category.Tag format (e.g., 'PII.Email')
Required string length:
3 - 512Optional tag description
Maximum string length:
2000Visual styling (color, icon)
Ownership information
Response
Updated
Full catalog tag representation.
Visual styling for a tag.

