From 86ec7165b4d6fc40617c3edbd698869eaa2f2bf3 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 22 Aug 2017 14:30:41 +0200 Subject: [PATCH] docs: Fix order of fields returned in gsql query Closes #5329 --- docs/backends/generic-sql.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/backends/generic-sql.rst b/docs/backends/generic-sql.rst index 6d295e9a70..d3e421038a 100644 --- a/docs/backends/generic-sql.rst +++ b/docs/backends/generic-sql.rst @@ -217,16 +217,16 @@ queries must return the following fields in order: checking is performed. - prio: For MX and SRV records, this should be the priority of the record specified. -- qtype: The ASCII representation of the qtype of this record. Examples +- type: The ASCII representation of the qtype of this record. Examples are 'A', 'MX', 'SOA', 'AAAA'. Make sure that this field returns an exact answer - PowerDNS won't recognise 'A ' as 'A'. This can be achieved by using a VARCHAR instead of a CHAR. - domain_id: Unique identifier for this domain. This id must be unique across all backends. Must be a positive integer. -- name: Actual name of a record. Must not end in a '.' and be fully - qualified - it is not relative to the name of the domain! - disabled: Boolean, if set to true, this record is hidden from DNS clients, but can still be modified from the REST API. See :ref:`generic-sql-disabled-data`. +- name: Actual name of a record. Must not end in a '.' and be fully + qualified - it is not relative to the name of the domain! - auth: A boolean describing if PowerDNS is authoritative for this record (DNSSEC) -- 2.47.2