suites

Create a new test suite

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

post/suite/{code}

Path parameters

codestring required

Code of project, where to search entities.

Request body

titlestring required

Test suite title.

descriptionstring

Test suite description.

preconditionsstring

Test suite preconditions

parent_idinteger nullable

Parent suite ID

Response

A result.

statusboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.