]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
document /zones dnssec parameter
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 5 Nov 2019 09:23:12 +0000 (10:23 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 5 Nov 2019 09:43:55 +0000 (10:43 +0100)
docs/http-api/swagger/authoritative-api-swagger.yaml

index 574eebd67e88f5f1cfebc8ca15929d3e650102a1..86bc3921bee779abf6e40a5a0b5d310330f8aa5d 100644 (file)
@@ -101,6 +101,12 @@ paths:
             When set to the name of a zone, only this zone is returned.
             If no zone with that name exists, the response is an empty array.
             This can e.g. be used to check if a zone exists in the database without having to guess/encode the zone's id or to check if a zone exists.
+        - name: dnssec
+          in: query
+          required: false
+          type: boolean
+          default: true
+          description: '“true” (default) or “false”, whether to include the “dnssec” and ”edited_serial” fields in the Zone objects. Setting this to ”false” will make the query a lot faster.'
       responses:
         '200':
           description: An array of Zones