Beta
Bulk Update Test Cases
Created, replace, and delete Test Cases within the specified Test Suite in bulk
Path parameters
id
Either the Test Suites’ ID or its unique name
Headers
X_API_KEY
Request
This endpoint expects a list of objects.
CREATE
A bulk operation that represents the creation of a Test Case.
OR
REPLACE
A bulk operation that represents the replacing of a Test Case.
OR
UPSERT
A bulk operation that represents the upserting of a Test Case.
OR
DELETE
A bulk operation that represents the deletion of a Test Case.
Response
CREATED
The result of a bulk operation that created a Test Case.
OR
REPLACED
The result of a bulk operation that replaced a Test Case.
OR
DELETED
The result of a bulk operation that deleted a Test Case.
OR
REJECTED
The result of a bulk operation that failed to operate on a Test Case.