Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Dec 10, 2024
1 parent 2b84832 commit e8e5ad2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions docs/news.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Subscribe below to receive updates about improvements and new features on Webhoo
</form>
</div>

## 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):
Expand Down

0 comments on commit e8e5ad2

Please sign in to comment.