X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FSliceUserDel.py;h=e350a5fcbebed491cd7159ca21d19b64bb19a2f6;hb=7cef2d7fdf875c96517df6d6cf26b7b371427183;hp=1cdafa809ca711a720ec9359b1b02736036491c7;hpb=594b41a1dfd7525730fb20d7f7ee3593f6f93e96;p=plcapi.git diff --git a/PLC/Methods/SliceUserDel.py b/PLC/Methods/SliceUserDel.py index 1cdafa8..e350a5f 100644 --- a/PLC/Methods/SliceUserDel.py +++ b/PLC/Methods/SliceUserDel.py @@ -26,6 +26,8 @@ class SliceUserDel(Method): returns = Parameter(int, '1 if successful') + object_type = 'Slice' + def call(self, auth, slice_name, user_list): for user in user_list: DeletePersonFromSlice.call(self, auth, user, slice_name)