Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -97,7 +97,7 @@ async def get_event_registration_obj_li(
|
||||
|
||||
@router.get('/{event_registration_id}', response_model=Resp_Body_Base)
|
||||
async def get_event_registration_obj(
|
||||
event_registration_id: str = Query(..., min_length=1, max_length=22),
|
||||
event_registration_id: str = Path(min_length=11, max_length=22),
|
||||
enabled: str = 'enabled', # For now this covers any included objects or object lists
|
||||
limit: int = 500, # For now this covers any included objects or object lists
|
||||
# inc_event_cfg: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user