X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FUpdate.py;h=3b8b55a2766ac2d05396a515cf708732b097a943;hb=dd5639977dced0858cfa209dfc0bd129f1de0d83;hp=de9dbb00327bc07d5fdb6d6038bee536c3180eb8;hpb=4c6ddfadfc7ce4a150fdf19fcdf1410786554381;p=sfa.git diff --git a/sfa/methods/Update.py b/sfa/methods/Update.py index de9dbb00..3b8b55a2 100644 --- a/sfa/methods/Update.py +++ b/sfa/methods/Update.py @@ -23,10 +23,8 @@ class Update(Method): interfaces = ['registry'] accepts = [ - Parameter(str, "Credential string"), Parameter(dict, "Record dictionary to be updated"), - Mixed(Parameter(str, "Human readable name of the original caller"), - Parameter(None, "Origin hrn not specified")) + Parameter(str, "Credential string"), ] returns = Parameter(int, "1 if successful")