summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-04-04 10:24:15 -0400
committerRob Crittenden <rcritten@redhat.com>2012-04-03 17:17:50 -0400
commit774b880dd3041cc37f6555fe0ac21c45e5808768 (patch)
treecd2b4bf40faba7f740e16df47a803a3777015efe /API.txt
parent0eb6adb1d19b69c239f0aa64abc5451e1bf52bdf (diff)
downloadfreeipa.git-774b880dd3041cc37f6555fe0ac21c45e5808768.tar.gz
freeipa.git-774b880dd3041cc37f6555fe0ac21c45e5808768.tar.xz
freeipa.git-774b880dd3041cc37f6555fe0ac21c45e5808768.zip
Add updated Output format for batch to API.txt
This doesn't require bumping VERSION, it just makes list and tuple both allowable
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index e9eb1e1f..1464bc60 100644
--- a/API.txt
+++ b/API.txt
@@ -418,7 +418,7 @@ command: batch
args: 1,0,2
arg: Any('methods*')
output: Output('count', <type 'int'>, None)
-output: Output('results', <type 'list'>, None)
+output: Output('results', (<type 'list'>, <type 'tuple'>), None)
command: cert_remove_hold
args: 1,0,1
arg: Str('serial_number')