Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Jan 9, 2025
1 parent d4bac3c commit dc35ce5
Showing 1 changed file with 1 addition 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 @@ -74,6 +74,7 @@ You can filter requests by the following syntax:

* `foobar` - if no field is specified, `content` is searched (equivalent to `content:foobar`)
* `content:foobar` - returns requests or emails with body contents containing the word `foobar`
* `content:"de673d0a-6d7b-4c88-ae00-bf0c241e810e"` - if query contains word breaker characters like `-` or other special characters, surround with quotes to search for the exact string
* `method:GET` - returns all requests with method GET
* `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`.
Expand Down

0 comments on commit dc35ce5

Please sign in to comment.