Update a test group

Updates a test group.

PUT /api/public/v1/test-groups/{groupId}
Bearer token

Path parameters

· 1
groupId string required

Group ID.

Body

· UpdateTestGroupRequest
required application/json

Updated test group.

name string · min length: 1 required

Group name.

description string · nullable

Optional description.

testIds array of string required

Test/component IDs for the group.

Responses