Work on event and lookup related end points, methods, and models
This commit is contained in:
@@ -193,8 +193,8 @@ async def get_event_session_event_presentation_li(
|
||||
inc_event_person: bool = False, # Intended for event_presenter
|
||||
# inc_event_person_list: bool = False,
|
||||
inc_person: bool = False, # Intended for event_presenter > event_person
|
||||
review: str = 'ready', # ready, not_ready, all
|
||||
approved: str = 'approved', # approved, not_approved, all
|
||||
review: str = 'all', # ready, not_ready, all
|
||||
approved: str = 'all', # approved, not_approved, all
|
||||
hidden: str = 'not_hidden', # hidden, not_hidden, all
|
||||
inc_file_count: bool = False, # NOTE: file counts are from separate views
|
||||
x_account_id: str = Header(...),
|
||||
|
||||
Reference in New Issue
Block a user