]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: clarify Zone object description, closes #8748 8750/head
authorPeter Thomassen <4242683+peterthomassen@users.noreply.github.com>
Tue, 28 Jan 2020 08:48:50 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2020 08:48:50 +0000 (09:48 +0100)
Point out that the `rrsets` is only included at the zone detail endpoint

docs/http-api/swagger/authoritative-api-swagger.yaml

index 86bc3921bee779abf6e40a5a0b5d310330f8aa5d..27c40047d7c579d64a123afbaff98e8865e81bd0 100644 (file)
@@ -918,7 +918,7 @@ definitions:
         type: array
         items:
           $ref: '#/definitions/RRSet'
-        description: 'RRSets in this zone'
+        description: 'RRSets in this zone (for zones/{zone_id} endpoint only; omitted during GET on the .../zones list endpoint)'
       serial:
         type: integer
         description: 'The SOA serial number'