Add updated Output format for batch to API.txt

This doesn't require bumping VERSION, it just makes list and tuple
both allowable
This commit is contained in:
Rob Crittenden 2012-04-04 10:24:15 -04:00
parent 2b077f7b0d
commit a5a4323946

View File

@ -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')