Skip to content

Commit

Permalink
docs(querying): add _params to api routes (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd authored Aug 22, 2022
1 parent f7dd03f commit 46723ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/3.guide/2.displaying/2.querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ The API root path `/api/_content/query` accepts query parameters such as:
- `/api/_content/query?only=title`
- `/api/_content/query?sort=size:1`
- `/api/_content/query?without=body`
- `/api/_content/query?_params={"where":{"_path":"/hello"},"without":["body"]}`

### Example

Expand Down

0 comments on commit 46723ef

Please sign in to comment.