summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-15 08:02:30 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-15 14:03:51 +0200
commit448af06234030d171cd0cee654f970456d53e9e6 (patch)
tree4fc177dbf886d4459b72b0e755e99242f8910ac4 /API.txt
parent365d9737639f38e4252bdb0203760739ca7b1edc (diff)
downloadfreeipa-448af06234030d171cd0cee654f970456d53e9e6.tar.gz
freeipa-448af06234030d171cd0cee654f970456d53e9e6.tar.xz
freeipa-448af06234030d171cd0cee654f970456d53e9e6.zip
dns, passwd: fix outputs of `dns_resolve` and `passwd` commands
Use proper output type for the `value` output of the commands. 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 e7c36c8df..93b009b94 100644
--- a/API.txt
+++ b/API.txt
@@ -1053,7 +1053,7 @@ arg: Str('hostname')
option: Str('version?')
output: Output('result', type=[<type 'bool'>])
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
-output: PrimaryKey('value')
+output: Output('value', type=[<type 'unicode'>])
command: dnsconfig_mod
args: 0,11,3
option: Str('addattr*', cli_name='addattr')
@@ -3317,7 +3317,7 @@ option: Password('otp?', confirm=False)
option: Str('version?')
output: Output('result', type=[<type 'bool'>])
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
-output: PrimaryKey('value')
+output: Output('value', type=[<type 'unicode'>])
command: permission_add
args: 1,21,3
arg: Str('cn', cli_name='name')