Work on API keys and tokens clean up and person list

This commit is contained in:
Scott Idem
2021-07-14 18:18:35 -04:00
parent 790dc2961b
commit 0bd7f44dd8
2 changed files with 68 additions and 3 deletions

View File

@@ -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