Create or update a catalog tag category
metadata
Create or update a catalog tag category
Upsert a catalog tag category. Returns 201 on create, 200 on update.
POST
Create or update a catalog tag category
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 category.
Category name (e.g., 'PII', 'Sensitivity')
Required string length:
1 - 255Single-segment FQN (e.g., 'PII'). Must not contain dots.
Required string length:
1 - 512Optional category description
Maximum string length:
2000Category type: 'Classification' or 'Descriptive'
Available options:
Classification, Descriptive Whether tags in this category are mutually exclusive
Ownership information
Response
Updated
Full catalog tag category representation.

