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