Bug fixes related to event person, event person profile, and abstracts
This commit is contained in:
@@ -85,7 +85,7 @@ async def v4_post_event_person_obj_new(
|
||||
|
||||
|
||||
# ### BEGIN ### API Event Person ### v4_patch_event_person_obj_exist() ###
|
||||
# Updated 2021-08-25
|
||||
# Updated 2023-07-06
|
||||
@router.patch('/v4/event/person/{event_person_id}/exist', response_model=Resp_Body_Base)
|
||||
async def v4_patch_event_person_obj_exist(
|
||||
event_person_obj: Event_Person_Base,
|
||||
@@ -116,6 +116,7 @@ async def v4_patch_event_person_obj_exist(
|
||||
event_person_id = event_person_id,
|
||||
account_id = x_account_id,
|
||||
event_id = event_person_obj.event_id,
|
||||
event_person_profile_id = event_person_obj.event_person_profile_id,
|
||||
create_sub_obj = create_sub_obj,
|
||||
fail_any = fail_any,
|
||||
return_outline = False,
|
||||
|
||||
Reference in New Issue
Block a user