Skip to content

Commit 41607b1

Browse files
committed
update filter examples
1 parent 02713b2 commit 41607b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/api_filtering_example.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Response:
3232
Other examples
3333
--------------
3434

35+
.. code-block:: python
36+
37+
# pseudo-code
38+
39+
class User:
40+
name: str = ...
41+
words: list[str] = ...
42+
43+
3544
Filter by word
3645

3746
.. code-block:: json

0 commit comments

Comments
 (0)