Skip to content

Commit 6242169

Browse files
committed
update filtering doc url
1 parent 9c953cd commit 6242169

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fastapi_rest_jsonapi/methods.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ async def wrapper(
120120
filters_list: Optional[str] = Query(
121121
None,
122122
alias="filter",
123-
description="[Description filter](https://flask-rest-jsonapi.readthedocs.io/en/latest/filtering"
124-
".html). "
125-
"Examples:\n* filter for timestamp interval: "
123+
description="[Filtering docs](https://flask-combo-jsonapi.readthedocs.io/en/latest/filtering.html)"
124+
"\nExamples:\n* filter for timestamp interval: "
126125
'`[{"name": "timestamp", "op": "ge", "val": "2020-07-16T11:35:33.383"},'
127126
'{"name": "timestamp", "op": "le", "val": "2020-07-21T11:35:33.383"}]`',
128127
),

0 commit comments

Comments
 (0)