v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless suites

Update browsers for a Codeless suite

Replaces the browser set attached to a suite. Every test in the suite will run on the new browser list at next trigger.

post/v1/labsuites/{id}/browsers

Path parameters

idinteger required

Numeric suite ID.

Request body

browser_idsstring required

Comma-separated list of browser_ids the suite should run on.

Response

Update browsers for 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.