Create a new plan.

POST {{baseUrl}}/plan/:code

This method allows to create a plan in selected project.

Request Body

{"title"=>"Example of test plan creation", "cases"=>["{{id_case}}"], "description"=>"Possible description for the test plan"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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