added extra argument to accepts
authorTony Mack <tmack@cs.princeton.edu>
Mon, 26 Oct 2009 18:02:01 +0000 (18:02 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 26 Oct 2009 18:02:01 +0000 (18:02 +0000)
sfa/methods/get_resources.py

index 6ee7bb3..0a39911 100644 (file)
@@ -29,7 +29,8 @@ class get_resources(Method):
         Mixed(Parameter(str, "Human readable name (hrn)"),
               Parameter(None, "hrn not specified")),
         Mixed(Parameter(str, "Request hash"),
-              Parameter(None, "Request hash not specified"))
+              Parameter(None, "Request hash not specified")),
+        Parameter(str, "Callers credential string")
         ]
 
     returns = Parameter(str, "String representatin of an rspec")