Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -104,7 +104,7 @@ async def get_flask_cfg_obj_li(
|
||||
@router.get('/{flask_cfg_id}', response_model=Resp_Body_Base)
|
||||
async def get_flask_cfg_obj(
|
||||
flask_cfg_id: int = None,
|
||||
#flask_cfg_id: str = Query(..., min_length=1, max_length=22),
|
||||
#flask_cfg_id: str = Path(min_length=11, max_length=22),
|
||||
x_account_id: str = Header(...),
|
||||
by_alias: Optional[bool] = True,
|
||||
include: Optional[list] = [],
|
||||
|
||||
Reference in New Issue
Block a user