Moving things to use the common_route_params

This commit is contained in:
Scott Idem
2022-01-18 14:14:23 -05:00
parent b2a1c8f85a
commit fab61f4e17

View File

@@ -380,7 +380,7 @@ async def get_person_obj_li(
# Updated 2021-08-19
@router.get('/person/external_id', response_model=Resp_Body_Base)
async def person_obj_external_id(
external_id: str = Query(..., min_length=1, max_length=75),
external_id: str = Query(..., min_length=5, max_length=75),
inc_address: bool = False,
inc_contact: bool = False,
# inc_person: bool = False,