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:41 -0400
commita5a4323946c7131fcf646fd5bf4f7638e4ceca66 (patch)
treedd5316ab3007840c58becce45220617fc18e0e2f /API.txt
parent2b077f7b0d68a758ae15a73eeef74591bac84360 (diff)
downloadfreeipa-a5a4323946c7131fcf646fd5bf4f7638e4ceca66.tar.gz
freeipa-a5a4323946c7131fcf646fd5bf4f7638e4ceca66.tar.xz
freeipa-a5a4323946c7131fcf646fd5bf4f7638e4ceca66.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 e9eb1e1fa..1464bc60f 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')