- remove return_fields
authorMark Huang <mlhuang@cs.princeton.edu>
Sun, 22 Oct 2006 22:57:10 +0000 (22:57 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sun, 22 Oct 2006 22:57:10 +0000 (22:57 +0000)
PLC/Methods/GetSlices.py

index 16adb98..a53aa5e 100644 (file)
@@ -21,8 +21,7 @@ class GetSlices(Method):
     accepts = [
         PasswordAuth(),
         [Mixed(Slice.fields['slice_id'],
-               Slice.fields['name'])],
-        Parameter([str], 'List of fields to return')
+               Slice.fields['name'])]
         ]
 
     returns = [Slice.fields]