v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
results

Update test run result

This method allows to update test run result.

patch/result/{code}/{id}/{hash}

Path parameters

codestring required

Code of project, where to search entities.

idinteger required

Identifier.

hashstring required

Hash.

Request body

status'in_progress' | 'passed' | 'failed' | 'blocked' | 'skipped'
time_msinteger nullable
defectboolean nullable
attachmentsstring[] nullable
stacktracestring nullable
commentstring nullable

Response

A result.

statusboolean