v1

latestOpenAPI 3.0.0Apache 2.02026-07-2483101116.9 KB
defects

Update a specific defect status

This method allows to update a specific defect status.

patch/defect/{code}/status/{id}

Path parameters

codestring required

Code of project, where to search entities.

idinteger required

Identifier.

Request body

status'in_progress' | 'resolved' | 'invalid' required

Response

A result.

statusboolean