v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-113513150.0 KB

Create Testset

Create a new Testset for a Project. The Testset will be created in the Project specified in the path.

post/projects/{projectId}/testsets

Path parameters

projectIdstring required
Example:314

The ID of the Project to create the Testset in.

Request body

namestring required

The name of the Testset.

descriptionstring required

The description of the Testset.

jsonSchemaobject required

The JSON schema for each Testcase in the Testset.

Response

Testset created successfully

idstring required

The ID of the Testset.

namestring required

The name of the Testset.

descriptionstring required

The description of the Testset.

jsonSchemaobject required

The JSON schema for each Testcase in the Testset.