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