v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless suites

Add tests to a Codeless suite

Attaches one or more existing Codeless tests to a suite. Pass test_ids as a comma-separated list.

post/v1/labsuites/{id}/tests

Path parameters

idinteger required

Numeric suite ID.

Request body

test_idsstring required

Comma-separated list of Codeless test IDs to attach.

Response

Add tests to a Codeless suite

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.