v4

latestOpenAPI 3.1.02026-08-0845469231.8 KB
groups

Update a test group

Update name, runMode, or prepTestId on a test group.

patch/v1/groups/{groupId}

Path parameters

groupIdstring uuid required

Test group ID

Headers

Authorizationstring required

API key authentication using Bearer token format

Request body

namestring
runMode'concurrent' | 'sequential'
prepTestIdstring uuid nullable

Web test that runs first and saves its browser session. Any web test in the project qualifies; it does not have to be a member of this group. Pass null to clear.

Response

Group updated