- return signed slice tickets in the format that new NM
[plcapi.git] / PLC / Methods / AddSlice.py
index 9cce2b0..683931c 100644 (file)
@@ -38,6 +38,8 @@ class AddSlice(Method):
 
     returns = Parameter(int, 'New slice_id (> 0) if successful')
 
+    object_type = 'Slice'
+
 
     def call(self, auth, slice_fields):
         slice_fields = dict(filter(can_update, slice_fields.items()))