Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -78,7 +78,7 @@ async def patch_event_presenter_obj(
|
||||
@router.patch('/{event_presenter_id}/json', response_model=Resp_Body_Base)
|
||||
async def patch_event_presenter_json(
|
||||
event_presenter_obj: Event_Presenter_Base,
|
||||
event_presenter_id: str = Query(..., min_length=1, max_length=22),
|
||||
event_presenter_id: str = Path(min_length=11, max_length=22),
|
||||
create_sub_obj: bool = False,
|
||||
x_account_id: Optional[str] = Header(..., ),
|
||||
return_obj: Optional[bool] = True,
|
||||
|
||||
Reference in New Issue
Block a user