v36

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

Create multiple Testcases

Create multiple Testcases in the specified Testset.

post/testsets/{testsetId}/testcases

Path parameters

testsetIdstring required
Example:246

The ID of the Testset to add the Testcases to.

Request body

Response

Testcases created successfully

Example response

{
  "items": [
    {
      "validationErrors": [
        {
          "path": "/data/question",
          "message": "Required field missing"
        }
      ]
    }
  ]
}