Update a test group

View as Markdown
Update name, runMode, or prepTestId on a test group.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

groupIdstringRequiredformat: "uuid"
Test group ID

Request

This endpoint expects an object.
namestringOptional1-255 characters
runModeenumOptional
Allowed values:
prepTestIdstring or nullOptionalformat: "uuid"

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
groupobject

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error