Add a test to a group
Add an existing test to a test group. Returns 201 when a new membership row was created, or 200 with added: false when the test was already a member (idempotent).
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Path parameters
groupId
Test group ID
Request
This endpoint expects an object.
testId
Response
Test was already a member; no change
groupId
testId
added
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error
