Update Test Case Result
Description
Updates a test case result
Details
This API can be used to update the test case result that matches the ID that was passed in as a path parameter. To use this API, pass in the id
that was returned from your Create Test Case Result API call as a path parameter.
Review the request schema to see the fields that can be updated.
Authorizations
Body
PENDING
, COMPLETED
, FAILED
UNAUDITED
, FIXED
, APPROVED
Response
The status of the test case result. This should not be explictly set when creating a test case result. When patching a test case result, this field can be set to 'PENDING' to prevent the test case result from being marked 'COMPLETED'.
PENDING
, COMPLETED
, FAILED
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.
UNAUDITED
, FIXED
, APPROVED
GENERATION
The result of the test case evaluation, in JSON form where the key is the question ID and the value is the result.
The time spent labeling in seconds.
The user who annotated the task.
The date and time when the entity was archived in ISO format.