Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -275,7 +275,7 @@ async def get_site_domain_obj_li(
|
||||
|
||||
@router.get('/site/domain/{site_domain_id}', response_model=Resp_Body_Base)
|
||||
async def get_site_domain_obj(
|
||||
site_domain_id: str = Query(..., min_length=11, max_length=22),
|
||||
site_domain_id: str = Path(min_length=11, max_length=22),
|
||||
x_account_id: str = Header(...),
|
||||
by_alias: Optional[bool] = True,
|
||||
exclude_unset: Optional[bool] = True,
|
||||
|
||||
Reference in New Issue
Block a user