diff options
author | Rob Crittenden <rcritten@redhat.com> | 2012-04-04 10:24:15 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-04-03 17:17:41 -0400 |
commit | a5a4323946c7131fcf646fd5bf4f7638e4ceca66 (patch) | |
tree | dd5316ab3007840c58becce45220617fc18e0e2f | |
parent | 2b077f7b0d68a758ae15a73eeef74591bac84360 (diff) | |
download | freeipa-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
-rw-r--r-- | API.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |