feat(api): fixed changed SearchSession payload schema
This commit is contained in:
parent
b2732eb9be
commit
254202ba85
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ class SessionsSearchPayloadSchema(_PaginatedSchema):
|
|||
def transform_order(cls, values):
|
||||
if values.get("order") is not None:
|
||||
values["order"] = values["order"].upper()
|
||||
return values
|
||||
|
||||
class Config:
|
||||
alias_generator = attribute_to_camel_case
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue