Update a specific defect status.

PATCH {{baseUrl}}/defect/:code/status/:id

This method allows to update a specific defect status.

Request Body

{"status"=>"in_progress"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true}