We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88fdbb commit eadea2bCopy full SHA for eadea2b
cxone_api/high/scans.py
@@ -265,7 +265,7 @@ def __set_engine_filter(project_config_dict, dest_dict):
265
@staticmethod
266
async def from_project_id(cxone_client : CxOneClient, project_id : str):
267
return await ScanFilterConfig.from_project_config_json(cxone_client,
268
- json_on_ok(await retrieve_project_configuration(cxone_client, project_id)))
+ json_on_ok(await retrieve_project_configuration(cxone_client, project_id=project_id)))
269
270
271
async def from_repo_config(cxone_client : CxOneClient, repo_config : ProjectRepoConfig):
0 commit comments