Skip to main content
POST
Add tests to a snooze

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Snooze ID.

Required range: x >= 1

Body

application/json
test_ids
string[]
required

Playwright test IDs to add to the snooze.

Minimum array length: 1

Response

The updated snooze.

data
object
required

Response payload.