fixes transcoding issue for nodes - local nodes were transcoded to None
[plcapi.git] / PLC / Methods / DeletePersonFromSlice.py
index 5a46426..9bab6ab 100644 (file)
@@ -25,6 +25,8 @@ class DeletePersonFromSlice(Method):
 
     returns = Parameter(int, '1 if successful')
 
+    object_type = 'Slice'
+
 
     def call(self, auth, person_id_or_email, slice_id_or_name):
         # Get account information