summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-21 07:47:52 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-21 13:03:14 +0200
commit894be1bd50905b86d87244d0ede3f266e9737b9a (patch)
treeae3c4b51e56dd76894e0d53d7559991e768bf92d /API.txt
parent0787af8d5a1a75e25f73cc632c4c7ebdd212ad02 (diff)
downloadfreeipa-894be1bd50905b86d87244d0ede3f266e9737b9a.tar.gz
freeipa-894be1bd50905b86d87244d0ede3f266e9737b9a.tar.xz
freeipa-894be1bd50905b86d87244d0ede3f266e9737b9a.zip
dns: fix dns_update_system_records to work with thin client
https://fedorahosted.org/freeipa/ticket/2008 https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/API.txt b/API.txt
index 1c8600930..2e968d872 100644
--- a/API.txt
+++ b/API.txt
@@ -1092,10 +1092,12 @@ output: Output('result', type=[<type 'bool'>])
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: Output('value', type=[<type 'unicode'>])
command: dns_update_system_records
-args: 0,2,2
+args: 0,4,2
+option: Flag('all', autofill=True, cli_name='all', default=False)
option: Flag('dry_run', autofill=True, default=False)
+option: Flag('raw', autofill=True, cli_name='raw', default=False)
option: Str('version?')
-output: Output('result', type=[<type 'dict'>])
+output: Entry('result')
output: Output('value', type=[<type 'bool'>])
command: dnsconfig_mod
args: 0,11,3