From: Tony Mack Date: Mon, 26 Oct 2009 18:02:01 +0000 (+0000) Subject: added extra argument to accepts X-Git-Tag: sfa-0.9-6~113 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3e4224cbca3531f3f21fdad55145a9268b54279d;p=sfa.git added extra argument to accepts --- diff --git a/sfa/methods/get_resources.py b/sfa/methods/get_resources.py index 6ee7bb3c..0a399111 100644 --- a/sfa/methods/get_resources.py +++ b/sfa/methods/get_resources.py @@ -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")