Skip to content

Commit fa0aeae

Browse files
committed
docs: update
1 parent b115472 commit fa0aeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easy/controller/meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ async def del_obj(self, request: HttpRequest, id: int) -> Any: # type: ignore
8484
@paginate
8585
async def get_objs(self, request: HttpRequest, filters: str = None) -> Any: # type: ignore
8686
"""
87-
GET /?maximum={int}&filters={filters_dict}
88-
Retrieve multiple Object (optional: maximum # and filters)
87+
GET /?filters={filters_dict}
88+
Retrieve multiple Object (optional: django filters)
8989
"""
9090
if filters:
9191
return await self.service.get_objs(**json.loads(filters))

0 commit comments

Comments
 (0)