Working on stuff related to session proposals. Again... I think it all works now.

This commit is contained in:
Scott Idem
2021-08-26 01:23:14 -04:00
parent b6df6a218d
commit 6508461ae6
10 changed files with 559 additions and 24 deletions

View File

@@ -38,6 +38,8 @@ async def post_event_person_obj_new_v4(
x_account_id: str = Header(...),
return_obj: bool = True,
limit: int = 500,
enabled: str = 'enabled',
by_alias: bool = True,
exclude_unset: bool = True,
response: Response = Response,