feat(api): custom metrics allow all eventsOrder
This commit is contained in:
parent
bb60ebfb7e
commit
52004661b5
1 changed files with 0 additions and 1 deletions
|
|
@ -650,7 +650,6 @@ class CustomMetricSeriesFilterSchema(FlatSessionsSearchPayloadSchema):
|
|||
endDate: Optional[int] = Field(None)
|
||||
sort: Optional[str] = Field(None)
|
||||
order: Optional[str] = Field(None)
|
||||
events_order: Optional[SearchEventOrder] = Field(default=SearchEventOrder._then, const=True)
|
||||
group_by_user: Optional[bool] = Field(default=False, const=True)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue