Skip to content

Commit c502144

Browse files
authored
docs(querying): add _params to api routes
1 parent bcf241a commit c502144

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)