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"

Response

Group created
groupobject

Errors

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