Add a test to a group

View as Markdown

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

groupIdstringRequiredformat: "uuid"
Test group ID

Request

This endpoint expects an object.
testIdstringRequiredformat: "uuid"

Response

Test was already a member; no change

groupIdstringformat: "uuid"
testIdstringformat: "uuid"
addedboolean

Errors

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