Working on continuing education certs
This commit is contained in:
@@ -196,7 +196,7 @@ async def get_account_obj_cont_edu_cert_list(
|
||||
account_id: str = Query(..., min_length=1, 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_cont_edu_cert: bool = False,
|
||||
inc_cont_edu_cert_person_list: bool = False,
|
||||
x_account_id: str = Header(...),
|
||||
by_alias: Optional[bool] = True,
|
||||
exclude_unset: Optional[bool] = True,
|
||||
@@ -225,6 +225,7 @@ async def get_account_obj_cont_edu_cert_list(
|
||||
exclude_unset = exclude_unset,
|
||||
# model_as_dict = model_as_dict,
|
||||
enabled = enabled,
|
||||
inc_cont_edu_cert_person_list = inc_cont_edu_cert_person_list,
|
||||
):
|
||||
cont_edu_cert_result_list.append(load_cont_edu_cert_result)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user