From e8e5ad2a026bcaec41040c85ce29d89026100452 Mon Sep 17 00:00:00 2001 From: Simon Fredsted Date: Tue, 10 Dec 2024 17:22:24 +0100 Subject: [PATCH] Update docs --- docs/api/requests.md | 1 + docs/news.markdown | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/docs/api/requests.md b/docs/api/requests.md index 8d857d5..b2c1eac 100644 --- a/docs/api/requests.md +++ b/docs/api/requests.md @@ -78,6 +78,7 @@ You can filter requests by the following syntax: * `headers.user-agent:"Paw/3.3.5 (Macintosh; OS X/11.6.2) GCDHTTPRequest"` - search value of user-agent header * `query.action:create` - returns requests that have the query string `action` set to `create`. * `_exists_:query.action` - returns requests where the action query parameter exists +* `_exists_:custom_action_errors` - returns requests with at least 1 Custom Actions error * `type:web` / `type:email` - returns either Web requests or emails * `type:web AND method:POST` - AND query * `method:PUT OR method:POST` - OR query diff --git a/docs/news.markdown b/docs/news.markdown index ece6f33..b0d2d63 100644 --- a/docs/news.markdown +++ b/docs/news.markdown @@ -22,6 +22,11 @@ Subscribe below to receive updates about improvements and new features on Webhoo +## 10 December 2024 + +* It's now easier to find requests with Custom Action errors – now they're highlighted in the request sidebar. +* There's now a button to find recently accessed Webhook.site URLs in far left of the menu bar. + ## 12 November 2024 * Updates for [Schedules](/schedules.html):