Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -98,8 +98,8 @@ async def get_page_obj_li(
|
||||
# Updated 2021-08-20
|
||||
@router.get('/alias/{alias}', response_model=Resp_Body_Base)
|
||||
async def get_page_obj_alias(
|
||||
alias: str = Path(min_length=1, max_length=255),
|
||||
account_id: str = Query(..., min_length=1, max_length=22),
|
||||
alias: str = Query(..., min_length=1, max_length=255),
|
||||
enabled: str = 'enabled',
|
||||
x_account_id: str = Header(...),
|
||||
by_alias: Optional[bool] = True,
|
||||
|
||||
Reference in New Issue
Block a user