From d17b686def4c8fae2a204a7a0472f117112fa160 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sun, 22 Oct 2006 22:57:10 +0000 Subject: [PATCH] - remove return_fields --- PLC/Methods/GetSlices.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PLC/Methods/GetSlices.py b/PLC/Methods/GetSlices.py index 16adb98f..a53aa5e1 100644 --- a/PLC/Methods/GetSlices.py +++ b/PLC/Methods/GetSlices.py @@ -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] -- 2.47.0