Skip to content

Commit 28e99ef

Browse files
committed
docs: add protection lease webhook trigger events
Add clone_protection_expiring and clone_protection_expired webhook trigger types to the configuration reference. https://claude.ai/code/session_011sPDgBjzL2N2X6jiYyoTjQ
1 parent feb1b83 commit 28e99ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/reference-guides/database-lab-engine-configuration-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ Webhooks provide a way to notify external systems about clone lifecycle events.
445445
- `clone_create` - triggered when a new clone is created
446446
- `clone_reset` - triggered when an existing clone is reset to a different snapshot
447447
- `clone_delete` - triggered when a clone is deleted. Supported since DBLab Engine 4.1.
448+
- `clone_protection_expiring` - triggered when a clone's protection lease is about to expire (based on `protectionExpiryWarningMinutes`). Supported since DBLab Engine 4.1.
449+
- `clone_protection_expired` - triggered when a clone's protection lease has expired and protection has been automatically removed. Supported since DBLab Engine 4.1.
448450

449451
### Webhook payload format
450452
Webhook requests are sent as HTTP POST with JSON payload containing:

0 commit comments

Comments
 (0)