From 774b880dd3041cc37f6555fe0ac21c45e5808768 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 4 Apr 2012 10:24:15 -0400 Subject: Add updated Output format for batch to API.txt This doesn't require bumping VERSION, it just makes list and tuple both allowable --- API.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.txt') 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', , None) -output: Output('results', , None) +output: Output('results', (, ), None) command: cert_remove_hold args: 1,0,1 arg: Str('serial_number') -- cgit