Create a new test suite.

POST {{baseUrl}}/suite/:code

This method is used to create a new test suite through API.

Request Body

{"title"=>"Example of suite creation", "description"=>"description", "preconditions"=>"preconditions"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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