Create data classification
POST/datasets/dataclassifications
Creates a new data classification.DataClassificationName must not contain whitespace and must be unique. DisplayName defaults to DataClassificationName if omitted. Description defaults to "-" if not provided.
Request
Responses
- 200
- 400
- 500
Data classification created successfully.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid input. Name contains whitespace (IPV-1007), required field is empty (IPV-1001).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Backend failure. Includes IPV-1003 when a classification with the same name already exists.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers