mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
2b077f7b0d
commit
a5a4323946
2
API.txt
2
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')
|
||||
|
Loading…
Reference in New Issue
Block a user