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

Changes

Changed in 1 of the 18 revisions of this API.11

  • bf198f94879a11See the full diff
    • the name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the name request property's maxLength was set to 255

      request-property-max-length-set