Lots of changes to get to FastAPI 95.1
This commit is contained in:
@@ -154,7 +154,7 @@ async def get_journal_entry_obj(
|
||||
# Updated 2021-07-22
|
||||
@router.get('/journal/{journal_id}/entry/list', response_model=Resp_Body_Base)
|
||||
async def get_journal_obj_journal_entry_list(
|
||||
journal_id: str = Query(..., min_length=1, max_length=22),
|
||||
journal_id: str = Path(min_length=11, max_length=22),
|
||||
limit: int = 500, # For now this covers any included objects or object lists
|
||||
enabled: str = 'enabled', # For now this covers any included objects or object lists
|
||||
inc_private: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user