v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless tests

Add a daily report config to a Codeless test

Configures a recurring email report summarising pass/fail rate for this Codeless test. Use PUT to update.

post/v1/lab/{id}/report

Path parameters

idinteger required

Numeric Codeless test ID.

Request body

emailstring required

Email address that receives the report.

cronstring

Cron expression for when to send the report (defaults to daily).

Response

Add a daily report config to 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.