Moving things to use the common_route_params
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user