Clean up and testing. Starting to mark things as deprecated.
This commit is contained in:
@@ -309,7 +309,7 @@ async def get_event_obj(
|
||||
# Updated 2021-09-28
|
||||
@router.get('/account/{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),
|
||||
account_id: str = Query(..., min_length=11, max_length=22),
|
||||
limit: int = 500,
|
||||
enabled: str = 'enabled',
|
||||
archived: str = 'not_archived', # archived, not_archived, all
|
||||
|
||||
Reference in New Issue
Block a user