Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -74,7 +74,7 @@ async def patch_membership_person_profile_obj(
|
||||
# Updated 2021-07-13
|
||||
@router.get('/membership/person/{membership_person_id}/profile', response_model=Resp_Body_Base)
|
||||
async def get_membership_person_obj_profile(
|
||||
membership_person_id: str = Query(..., min_length=1, max_length=22),
|
||||
membership_person_id: str = Path(min_length=11, max_length=22),
|
||||
inc_membership_cfg: bool = False,
|
||||
x_account_id: str = Header(...),
|
||||
by_alias: Optional[bool] = True,
|
||||
|
||||
Reference in New Issue
Block a user