Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

testsetId
string
required

The ID of the Testset to add the Testcases to.

Example:

"246"

Body

application/json
items
object[]
required

Testcases to create (max 100).

Required array length: 1 - 100 elements

Response

Testcases created successfully

items
object[]
required