Update a snooze
Snoozes
Update a snooze
Updates a snooze — extend it, change its tests/description, or expire it immediately with expire_now.
PATCH
Update a snooze
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Snooze ID.
Required range:
x >= 1Body
application/json
ISO 8601 timestamp for when the snooze should expire.
Description, or null to clear it.
Set to true to immediately expire the snooze.
Environment ID to scope the snooze to. Set to null to apply to all environments.
Updated array of Playwright test IDs to snooze.
Response
The updated snooze.
Response payload.