diff --git a/src/gam/gapi/cloudidentity/devices.py b/src/gam/gapi/cloudidentity/devices.py index fa5fd303..56727eb8 100644 --- a/src/gam/gapi/cloudidentity/devices.py +++ b/src/gam/gapi/cloudidentity/devices.py @@ -326,6 +326,6 @@ def sync(): kwargs = {'customer': customer} else: kwargs = {'body': {'customer': customer}} - gapi.call(ci.devices(), unassigned_missing_action, + gapi.call(ci.devices(), action, name=name, **kwargs) print(f'{action}d {sn}')