Create executable or logical test suite entities to group related data quality test cases for organized quality monitoring and testing workflows using the Collate REST API.
true for an executable test suite (tied to a table), false for a logical test suite (user-defined grouping).true) or logical (false) test suite.PUT /v1/dataQuality/testSuites instead of POST to perform an upsert. If a test suite with the same name already exists, it will be updated; otherwise, a new test suite is created. The request body is the same as POST.
PUT will not return a 409 conflict error if the entity already exists — it will update the existing entity instead.| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid request body or missing required fields |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to create test suites |
409 | ENTITY_ALREADY_EXISTS | Test suite with same name already exists (POST only) |