v36

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

Update Testset

Update a Testset. Only the fields provided in the request body will be updated. If a field is provided, the new content will replace the existing content. If a field is not provided, the existing content will remain unchanged.

When updating the schema:

  • If field mappings are not provided and existing mappings reference fields that no longer exist, those mappings will be automatically removed
  • To preserve all existing mappings, ensure all referenced fields remain in the updated schema
  • For complete control, provide both schema and fieldMapping when updating the schema
patch/testsets/{testsetId}

Path parameters

testsetIdstring required
Example:246

The ID of the Testset to update.

Request body

namestring

The name of the Testset.

descriptionstring

The description of the Testset.

jsonSchemaobject

The JSON schema for each Testcase in the Testset.

Response

Testset updated 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.