X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=PLC%2FMethods%2FSliceInfo.py;h=94b4bb9f7aacdb9c1a2486ee82d9ae54629132b9;hb=d1a8f97dc9e36fc576e0bf135c6a336384a2adcc;hp=5be35d6fb746aa1e2c5806930e93031a3f2f0a97;hpb=bc15dc8096f4465bb8c3e9da2177b010828fe5b5;p=plcapi.git diff --git a/PLC/Methods/SliceInfo.py b/PLC/Methods/SliceInfo.py index 5be35d6..94b4bb9 100644 --- a/PLC/Methods/SliceInfo.py +++ b/PLC/Methods/SliceInfo.py @@ -23,8 +23,8 @@ class SliceInfo(Method): accepts = [ Auth(), - [Mixed(Slice.fields['name']], - Parameter(bool, "Whether or not to return users for the slices", nullok = True) + [Mixed(Slice.fields['name'])], + Parameter(bool, "Whether or not to return users for the slices", nullok = True), Parameter(bool, "Whether or not to return nodes for the slices", nullok = True) ]