From fab61f4e17ba684e385e2ba35ac818372c9b2126 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 18 Jan 2022 14:14:23 -0500 Subject: [PATCH] Moving things to use the common_route_params --- app/routers/person.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/person.py b/app/routers/person.py index 07835cd..e654cde 100644 --- a/app/routers/person.py +++ b/app/routers/person.py @@ -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,