Create a new test case.

POST {{baseUrl}}/case/:code

This method allows to create a new test case in selected project.

Request Body

{"title"=>"Simple Test Case", "description"=>"Test case with preconditions and postconditions", "preconditions"=>"Preconditions for a test case", "postconditions"=>"Postconditions for a test case"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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