Create a new defect.
POST {{baseUrl}}/defect/:code
This method allows to create a defect in selected project.
Request Body
{"title"=>"Example of defect creation", "actual_result"=>"actual_result", "severity"=>3}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true,"result":{"id":-96349709}}