Create a new run.

POST {{baseUrl}}/run/:code

This method allows to create a run in selected project.

Request Body

{"title"=>"Example of test run creation", "description"=>"description", "include_all_cases"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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