X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAdmDeletePersonKeys.py;h=f23a47266917212de835a0f69fed715d9330fc66;hb=238d5594712b9d918636501e754a8f5816313e25;hp=fd24eefc06ac1992da5fda260d34db5d6dffc03c;hpb=b0d2dea38d0136e256330b561ec1c6efd652f4dc;p=plcapi.git diff --git a/PLC/Methods/AdmDeletePersonKeys.py b/PLC/Methods/AdmDeletePersonKeys.py index fd24eef..f23a472 100644 --- a/PLC/Methods/AdmDeletePersonKeys.py +++ b/PLC/Methods/AdmDeletePersonKeys.py @@ -29,6 +29,8 @@ class AdmDeletePersonKeys(Method): returns = Parameter(int, '1 if successful') + object_type = 'Person' + def call(self, auth, person_id_or_email, key_ids): # Get account information persons = Persons(self.api, [person_id_or_email])