Create a new case
Creates a new test case in a suite
POST
/
suites/{suiteId}/casesAuthorization
x-api-key<token>
In: header
Request Body
application/jsonRequiredidstring
Unique identifier for the test case
suite_idRequiredstring
ID of the suite this case belongs to
nameRequiredstring
Name of the test case
descriptionstring
Description of the test case
stepsarray<string>
Test steps to execute
expected_resultstring
Expected outcome of the test
created_atstring
Format:
"date-time"updated_atstring
Format:
"date-time"Path Parameters
suiteIdRequiredstring
Case created