Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 3576c92

Browse files
committed
tweaks
1 parent e30886b commit 3576c92

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backup-tasks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ For security, tokens can be re-generated per Backup Task. You will find an optio
6969

7070
### Example Webhook Trigger (cURL)
7171

72+
This is using the official instance's URL, however if you're self-hosting Vanguard please swap this out for yours.
73+
7274
```bash
73-
curl -X POST "https://your-domain.com/webhooks/backup-tasks/123/run?token=your-webhook-token" \
75+
curl -X POST "https://app.vanguardbackup.com/webhooks/backup-tasks/123/run?token=your-webhook-token" \
7476
-H "Content-Type: application/json" \
7577
-H "Accept: application/json"
7678
```

0 commit comments

Comments
 (0)