Create a test group

View as Markdown
Create a test group in a project. Capped at 20 groups per project.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Request

This endpoint expects an object.
projectIdstringRequired
Project ID
namestringRequired1-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.

Response

Group created
groupobject

Errors

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