Fix typo, document new drive fields (#1389)

* Fix typo, document new drive fields

* Document new drive attribute
This commit is contained in:
Ross Scroggs
2021-06-28 12:40:22 -07:00
committed by GitHub
parent 53d8ecb6bc
commit cd42d54b43
2 changed files with 5 additions and 1 deletions

View File

@@ -3721,7 +3721,7 @@ def getDriveFileAttribute(i, body, parameters, myarg, update=False):
i += 2
elif myarg == 'securityupdate':
body['linkShareMetadata'] = {'securityUpdateEnabled': getBoolean(
sys.argv[i+1], f'gam <users> {operation} drivefile'), 'securityUpdateElibible': True}
sys.argv[i+1], f'gam <users> {operation} drivefile'), 'securityUpdateEligible': True}
i += 2
else:
controlflow.invalid_argument_exit(