Work on abstracts.
This commit is contained in:
@@ -38,14 +38,14 @@ async def v4_post_event_person_obj_new(
|
||||
inc_user: bool = False,
|
||||
|
||||
x_account_id: str = Header(...),
|
||||
return_obj: bool = True,
|
||||
return_obj: bool = False, # Should this default to False??? -2023-05-05
|
||||
limit: int = 500,
|
||||
enabled: str = 'enabled',
|
||||
by_alias: bool = True,
|
||||
exclude_unset: bool = True,
|
||||
response: Response = Response,
|
||||
):
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
# There should probably be a check for the event ID before calling the create function?
|
||||
|
||||
Reference in New Issue
Block a user