We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c953cd commit 6242169Copy full SHA for 6242169
fastapi_rest_jsonapi/methods.py
@@ -120,9 +120,8 @@ async def wrapper(
120
filters_list: Optional[str] = Query(
121
None,
122
alias="filter",
123
- description="[Description filter](https://flask-rest-jsonapi.readthedocs.io/en/latest/filtering"
124
- ".html). "
125
- "Examples:\n* filter for timestamp interval: "
+ description="[Filtering docs](https://flask-combo-jsonapi.readthedocs.io/en/latest/filtering.html)"
+ "\nExamples:\n* filter for timestamp interval: "
126
'`[{"name": "timestamp", "op": "ge", "val": "2020-07-16T11:35:33.383"},'
127
'{"name": "timestamp", "op": "le", "val": "2020-07-21T11:35:33.383"}]`',
128
),
0 commit comments