Update an existing test case
Update an existing test case
application/json
Request Body required
id uuid required
ID of the test case to update
name string nullable
Name of the test case
inputs object nullable
Inputs for the test case
expectedOutputs object nullable
Expected outputs for the test case
archived boolean nullable
Archive status for the test case
Responses
- 200
- 400
- 500
Test case updated successfully
application/json
application/json; charset=utf-8
Schema
Example (from schema)
Schema
caseId string
ID of the updated test case
{ "caseId": "string" }
Schema
Example (from schema)
Schema
caseId string
ID of the updated test case
{ "caseId": "string" }
Bad request
Server error
Loading...