Update Test Suite Run

PATCH

Path parameters

testSuiteIdstringRequired
idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringOptional<=80 characters

This is the name of the test suite run.

Response

statusenum
Allowed values: queuedin-progresscompleted

This is the current status of the test suite run.

idstring

This is the unique identifier for the test suite run.

orgIdstring

This is the unique identifier for the organization this run belongs to.

testSuiteIdstring

This is the unique identifier for the test suite this run belongs to.

createdAtdatetime

This is the ISO 8601 date-time string of when the test suite run was created.

updatedAtdatetime

This is the ISO 8601 date-time string of when the test suite run was last updated.

testResultslist of objects

These are the results of the tests in this test suite run.

namestringOptional<=80 characters

This is the name of the test suite run.

Built with