]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document 'rrsets' parameter to API listZone operation 9384/head
authorKevin P. Fleming <kevin@km6g.us>
Mon, 17 Aug 2020 11:55:36 +0000 (07:55 -0400)
committerKevin P. Fleming <kevin@km6g.us>
Mon, 17 Aug 2020 11:55:36 +0000 (07:55 -0400)
The listZone operation supports the 'rrsets' parameter in the same
fashion as createZone does.

Signed-off-by: Kevin P. Fleming <kevin@km6g.us>
docs/http-api/swagger/authoritative-api-swagger.yaml

index d950003b3bb36a408c18614dbf52736efae16f03..7abc117fed6dee8c0c6a3a78415c2999014d6003 100644 (file)
@@ -159,6 +159,11 @@ paths:
           in: path
           required: true
           description: The id of the zone to retrieve
+        - name: rrsets
+          in: query
+          description: '“true” (default) or “false”, whether to include the “rrsets” in the response Zone object.'
+          type: boolean
+          default: true
       responses:
         '200':
           description: A Zone