Update a case
Updates an existing test case
PUT
/
cases/{caseId}Authorization
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
@minItems 0
@minItems 0
expected_resultstring
Expected outcome of the test
created_atstring
Format:
"date-time"updated_atstring
Format:
"date-time"Path Parameters
caseIdRequiredstring
Case updated