feat(api): user trail limit changed
This commit is contained in:
parent
23584b8be8
commit
6bf5d1d65b
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class EditMemberSchema(schemas.EditMemberSchema):
|
|||
|
||||
|
||||
class TrailSearchPayloadSchema(schemas._PaginatedSchema):
|
||||
limit: int = Field(default=200, gt=0)
|
||||
startDate: int = Field(default=TimeUTC.now(-7))
|
||||
endDate: int = Field(default=TimeUTC.now(1))
|
||||
user_id: Optional[int] = Field(default=None)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue