Working on all the routes, methods, and models.
This commit is contained in:
@@ -23,6 +23,8 @@ from app.models.event_session_models import Event_Session_Base
|
||||
def load_event_session_obj(
|
||||
event_session_id: int|str,
|
||||
limit: int = 1000,
|
||||
by_alias: bool = True,
|
||||
exclude_unset: bool = True,
|
||||
model_as_dict: bool = False,
|
||||
enabled: str = 'enabled', # enabled, disabled, all
|
||||
inc_address: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user