Skip to content

Commit befe10f

Browse files
nobkdfarnabaz
authored andcommitted
docs(querying): add _params to api routes (#1463)
1 parent 8b8f095 commit befe10f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/3.guide/2.displaying/2.querying.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ The API root path `/api/_content/query` accepts query parameters such as:
147147
- `/api/_content/query?only=title`
148148
- `/api/_content/query?sort=size:1`
149149
- `/api/_content/query?without=body`
150+
- `/api/_content/query?_params={"where":{"_path":"/hello"},"without":["body"]}`
150151

151152
### Example
152153

0 commit comments

Comments
 (0)