Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <web@stevepiercy.com>
  • Loading branch information
tisto and stevepiercy committed Apr 6, 2023
1 parent 4f1d231 commit 4bae047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/endpoints/querystringsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ myst:

The `@querystring-search` endpoint returns search results that can be filtered on search criteria.

Call the `/@querystring-search` endpoint with a `POST` or a `GET`. When using the `POST` request you provide a query in the request body:
Call the `/@querystring-search` endpoint with either a `POST` or `GET` request.

When using the `POST` request, provide a query in the request body:

```{eval-rst}
.. http:example:: curl httpie python-requests
Expand Down

0 comments on commit 4bae047

Please sign in to comment.