Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -74,7 +74,7 @@ async def patch_log_client_viewing_obj(
|
||||
# Updated 2021-07-01
|
||||
@router.get('/account/{account_id}/log/client_viewing/list', response_model=Resp_Body_Base)
|
||||
async def get_account_log_client_viewing_obj_li(
|
||||
account_id: str = Query(..., min_length=1, max_length=22),
|
||||
account_id: str = Path(min_length=11, max_length=22),
|
||||
enabled: str = 'enabled',
|
||||
limit: int = 1000,
|
||||
from_datetime: datetime.datetime = None,
|
||||
|
||||
Reference in New Issue
Block a user