diff --git a/src/gam/__init__.py b/src/gam/__init__.py index b9baa954..24b67a6a 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -7178,7 +7178,7 @@ def signjwt_enable_apis(): GAMProjectAPIs = getGAMProjectFile('project-apis.txt').splitlines() enableGAMProjectAPIs(GAMProjectAPIs, httpObj, - projectID=project_id, + projectId=project_id, checkEnabled=True)