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