From 1a3e3755232992a9bcea60ba04ac293b9374eb22 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 26 Apr 2024 18:10:32 -0400 Subject: [PATCH] event_id should be a URL param --- app/routers/e_confex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/e_confex.py b/app/routers/e_confex.py index f986451..a4904e0 100644 --- a/app/routers/e_confex.py +++ b/app/routers/e_confex.py @@ -33,7 +33,7 @@ router = APIRouter() async def import_event_session_list( e_confex_event_id: str = Path(min_length=5, max_length=22), # For AAPOR: aapor_2023 (2024-05); aapor_2023 (2023-05) - event_id: str = Path(min_length=11, max_length=22), # For AAPOR: MCz-Qm-48-j1 (1513 2024-05) 9jW-Db-SF-wt (1478 2023-05); x2H2P2MYlXU (1447 2022-05) + event_id: str = Query(min_length=11, max_length=22), # For AAPOR: MCz-Qm-48-j1 (1513 2024-05) 9jW-Db-SF-wt (1478 2023-05); x2H2P2MYlXU (1447 2022-05) # Account ID For AAPOR: j5EBhRDqPuw (20) begin_loop: int = 1,