Working on continuing education certs

This commit is contained in:
Scott Idem
2021-07-28 14:13:51 -04:00
parent e43cf35ec4
commit 5e73c588a4
7 changed files with 197 additions and 11 deletions

View File

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