feat(api): support nested-key-sort for live sessions
This commit is contained in:
parent
fe6a50dc2c
commit
96bf84b567
1 changed files with 1 additions and 1 deletions
|
|
@ -1043,7 +1043,7 @@ class LiveSessionSearchFilterSchema(BaseModel):
|
|||
|
||||
class LiveSessionsSearchPayloadSchema(_PaginatedSchema):
|
||||
filters: List[LiveSessionSearchFilterSchema] = Field([])
|
||||
sort: LiveFilterType = Field(default=LiveFilterType.timestamp)
|
||||
sort: Union[LiveFilterType, str] = Field(default=LiveFilterType.timestamp)
|
||||
order: SortOrderType = Field(default=SortOrderType.desc)
|
||||
|
||||
@root_validator(pre=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue