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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true}