v1

latestSwagger 2.02026-08-06114111152.5 KB
Tests

Update a test (POST alias)

Alias of PUT /v1/tests/:id for clients that cannot send PUT requests (some older HTTP libraries). Same body schema and behavior — see PUT for the canonical form.

post/v1/tests/{id}

Path parameters

idstring required

Numeric test ID or WebDriver session_id (UUID).

Request body

groupsstring

Comma-separated string or array of tag/group names to attach to the test.

Response

Update a test (POST alias)

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.