X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeletePersonFromSite.py;h=0b7280cd2ad3c9136da9ff0a1a01acef19a627a2;hb=51876e4ebb89edadd2ba2f2f92619a3bfd512008;hp=84ea0a9f21b03356e8113d2a2cfbc37be0947f59;hpb=238d5594712b9d918636501e754a8f5816313e25;p=plcapi.git diff --git a/PLC/Methods/DeletePersonFromSite.py b/PLC/Methods/DeletePersonFromSite.py index 84ea0a9..0b7280c 100644 --- a/PLC/Methods/DeletePersonFromSite.py +++ b/PLC/Methods/DeletePersonFromSite.py @@ -25,6 +25,8 @@ class DeletePersonFromSite(Method): ] returns = Parameter(int, '1 if successful') + + object_type = 'Site' def call(self, auth, person_id_or_email, site_id_or_login_base):