summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-04-10 12:26:02 +0200
committerMartin Kosek <mkosek@redhat.com>2014-06-03 15:55:32 +0200
commite70f88c696ef4efe405ef940f99f6955594cd0ab (patch)
tree699528c5596e6992d6b58452273e711805ea0aac /API.txt
parentd0ce6472f7da037f8163d2aacb703d46e6d4790a (diff)
downloadfreeipa-e70f88c696ef4efe405ef940f99f6955594cd0ab.tar.gz
freeipa-e70f88c696ef4efe405ef940f99f6955594cd0ab.tar.xz
freeipa-e70f88c696ef4efe405ef940f99f6955594cd0ab.zip
Modified has_output attributes
Part of ticket: IPA should allow internationalized domain names https://fedorahosted.org/freeipa/ticket/3169 Reviewed-By: Jan Cholasta <jcholast@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 5b3a45ff7..5c30ad2dd 100644
--- a/API.txt
+++ b/API.txt
@@ -1106,7 +1106,7 @@ arg: Str('idnsname', attribute=True, cli_name='name', multivalue=False, primary_
option: Str('version?', exclude='webui')
output: Output('result', <type 'bool'>, None)
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
-output: PrimaryKey('value', None, None)
+output: Output('value', <type 'unicode'>, None)
command: dnszone_del
args: 1,2,3
arg: Str('idnsname', attribute=True, cli_name='name', multivalue=True, primary_key=True, query=True, required=True)
@@ -1201,7 +1201,7 @@ arg: Str('idnsname', attribute=True, cli_name='name', multivalue=False, primary_
option: Str('version?', exclude='webui')
output: Output('result', <type 'bool'>, None)
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)
-output: PrimaryKey('value', None, None)
+output: Output('value', <type 'unicode'>, None)
command: dnszone_show
args: 1,4,3
arg: Str('idnsname', attribute=True, cli_name='name', multivalue=False, primary_key=True, query=True, required=True)