Work on API keys and tokens clean up and person list
This commit is contained in:
@@ -279,7 +279,7 @@ async def get_account_obj_new(
|
||||
|
||||
# ### BEGIN ### API Account ### get_account_obj_event_list() ###
|
||||
# Working well as of 2021-06-30. Using as a template for other routes.
|
||||
@router.get('/{account_id}/event_list', response_model=Resp_Body_Base)
|
||||
@router.get('/{account_id}/event/list', response_model=Resp_Body_Base)
|
||||
async def get_account_obj_event_list(
|
||||
account_id: str = Query(..., min_length=1, max_length=22),
|
||||
limit: int = 500, # For now this covers any included objects or object lists
|
||||
|
||||
Reference in New Issue
Block a user