Bulk Update Test Cases

Created, replace, and delete Test Cases within the specified Test Suite in bulk

Path parameters

idstringRequired

Either the Test Suites’ ID or its unique name

Headers

X_API_KEYstringRequired

Request

This endpoint expects a list of objects.
CREATEobjectRequired

A bulk operation that represents the creation of a Test Case.

OR
REPLACEobjectRequired

A bulk operation that represents the replacing of a Test Case.

OR
UPSERTobjectRequired

A bulk operation that represents the upserting of a Test Case.

OR
DELETEobjectRequired

A bulk operation that represents the deletion of a Test Case.

Response

CREATEDobject

The result of a bulk operation that created a Test Case.

OR
REPLACEDobject

The result of a bulk operation that replaced a Test Case.

OR
DELETEDobject

The result of a bulk operation that deleted a Test Case.

OR
REJECTEDobject

The result of a bulk operation that failed to operate on a Test Case.