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

Changes

No recorded changes to this endpoint across all 1 revision of this API.