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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true,"result":{"id":-96349709}}