summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-09-15 14:13:28 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-19 17:36:20 +0200
commite5f7a612fbfdaa9ee12ef16cef550931011abe4c (patch)
tree024502c9f20ad5a334165108325752d6ed8d45be /API.txt
parent984ae3858d8fb25d30b886bb953df1b06ab34ec7 (diff)
downloadfreeipa-e5f7a612fbfdaa9ee12ef16cef550931011abe4c.tar.gz
freeipa-e5f7a612fbfdaa9ee12ef16cef550931011abe4c.tar.xz
freeipa-e5f7a612fbfdaa9ee12ef16cef550931011abe4c.zip
dns: re-introduce --raw in dnsrecord-del
The flag was removed in commit ff52c25ae299abba8bed653fe324951979a41293 because it is unused. Add it back for compatibility with old clients. https://fedorahosted.org/freeipa/ticket/5644 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/API.txt b/API.txt
index f3b2938da..1e02ac2c5 100644
--- a/API.txt
+++ b/API.txt
@@ -1340,7 +1340,7 @@ output: Entry('result')
output: Output('summary', type=[<type 'unicode'>, <type 'NoneType'>])
output: PrimaryKey('value')
command: dnsrecord_del/1
-args: 2,34,3
+args: 2,35,3
arg: DNSNameParam('dnszoneidnsname', cli_name='dnszone')
arg: DNSNameParam('idnsname', cli_name='name')
option: A6Record('a6record*', autofill=False, cli_name='a6_rec')
@@ -1367,6 +1367,7 @@ option: NAPTRRecord('naptrrecord*', autofill=False, cli_name='naptr_rec')
option: NSECRecord('nsecrecord*', autofill=False, cli_name='nsec_rec')
option: NSRecord('nsrecord*', autofill=False, cli_name='ns_rec')
option: PTRRecord('ptrrecord*', autofill=False, cli_name='ptr_rec')
+option: Flag('raw', autofill=True, default=False)
option: RPRecord('rprecord*', autofill=False, cli_name='rp_rec')
option: RRSIGRecord('rrsigrecord*', autofill=False, cli_name='rrsig_rec')
option: SIGRecord('sigrecord*', autofill=False, cli_name='sig_rec')