v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless tests

Update a Codeless test

Updates a Codeless test's metadata: name, target URL, cron schedule, enabled state. Accepts either a numeric Codeless test ID or a WebDriver session_id of a test run that originated from this Codeless test.

put/v1/lab/{id}

Path parameters

idstring required

Numeric Codeless test ID or WebDriver session_id.

Request body

Response

Update a Codeless test

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.