summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-03 07:31:38 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-15 14:03:51 +0200
commite2a8290af1848ae22db27bcde8a9dc25572a1a43 (patch)
treebe6048ab8d9280b5dc483a0e4c652b35cf2a6dd4 /API.txt
parent3ac2215ddb9452e7ebeee43a5eaadcd589c94530 (diff)
downloadfreeipa-e2a8290af1848ae22db27bcde8a9dc25572a1a43.tar.gz
freeipa-e2a8290af1848ae22db27bcde8a9dc25572a1a43.tar.xz
freeipa-e2a8290af1848ae22db27bcde8a9dc25572a1a43.zip
batch, schema: use Dict instead of Any
Add new Dict parameter class and use it in the batch and command_defaults plugins. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/API.txt b/API.txt
index 741c64365..e7c36c8df 100644
--- a/API.txt
+++ b/API.txt
@@ -446,7 +446,7 @@ output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: batch
args: 1,1,2
-arg: Any('methods*')
+arg: Dict('methods*')
option: Str('version?')
output: Output('count', type=[<type 'int'>])
output: Output('results', type=[<type 'list'>, <type 'tuple'>])
@@ -853,7 +853,7 @@ output: PrimaryKey('value')
command: command_defaults
args: 1,3,1
arg: Str('name')
-option: Any('kw?')
+option: Dict('kw?')
option: Str('params*')
option: Str('version?')
output: Output('result')