Bulk Update Test Cases

Beta
POST

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

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

This endpoint returns a stream of list of objects.
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.