From b0564f947311271c29363fcbe1598622d287a49e Mon Sep 17 00:00:00 2001 From: Simon Fredsted Date: Wed, 17 Jul 2024 21:03:21 +0200 Subject: [PATCH] Update docs --- docs/api/requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/requests.md b/docs/api/requests.md index 31bfa3d..309b122 100644 --- a/docs/api/requests.md +++ b/docs/api/requests.md @@ -314,7 +314,7 @@ Deletes all requests associated with the token, or if `query`, `date_from` and/o ### Full URL Example -A request to the following URL will delete all requests on a Token older than 14 days, due to the `query` parameter being `created_at:[* TO now-14d]`. +A request to the following URL will delete all requests on a Token older than 14 days, due to the `query` parameter being `created_at:[* TO now-14d]`. You could use this in a [Webhook.site Schedule](/schedules.html) to delete old requests from a URL periodically. `https://webhook.site/token/00000000-0000-0000-0000-000000000000/request?query=created_at:[* TO now-14d]`