Update a case
Updates an existing test case
PUT
/
cases
/{caseId}
Authorization
x-api-key
<token>
In: header
Request Body
application/json
Requiredid
string
Unique identifier for the test case
suite_id
Requiredstring
ID of the suite this case belongs to
name
Requiredstring
Name of the test case
description
string
Description of the test case
steps
array<string>
Test steps to execute
expected_result
string
Expected outcome of the test
created_at
string
Format:
"date-time"
updated_at
string
Format:
"date-time"
Path Parameters
caseId
Requiredstring
Case updated