Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Faakhir30 committed Jan 20, 2025
1 parent c8993b0 commit 633e905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/endpoints/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ Example response:
:language: http
```

## Filtering registry records
## Filter list of registry records

Filtering registry records is done by passing a `q` parameter with the prefix of the record name. Filtering also supports {doc}`../usage/batching` like listing registry records.
You can filter a list of registry records and batch the results.
To do so, append a query string to the listing endpoint with a `q` parameter and its value set to the prefix of the desired record name.
See {doc}`../usage/batching` for details of how to work with batched results.

```{eval-rst}
.. http:example:: curl httpie python-requests
Expand Down
2 changes: 1 addition & 1 deletion news/1861.feature
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add search param to querystring for registry listing. @Faakhir30
Support filtering the list of registry records. @Faakhir30

0 comments on commit 633e905

Please sign in to comment.