Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -137,7 +137,7 @@ async def delete_site_obj(
|
||||
# Updated 2021-12-13
|
||||
@router.get('/account/{account_id}/site/list', response_model=Resp_Body_Base)
|
||||
async def get_account_site_obj_li(
|
||||
account_id: str = Query(..., min_length=11, max_length=22),
|
||||
account_id: str = Path(min_length=11, max_length=22),
|
||||
|
||||
inc_site_domain_list: bool = False,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user