From: Kevin P. Fleming Date: Mon, 17 Aug 2020 11:55:36 +0000 (-0400) Subject: Document 'rrsets' parameter to API listZone operation X-Git-Tag: rec-4.4.0-beta1~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9384%2Fhead;p=thirdparty%2Fpdns.git Document 'rrsets' parameter to API listZone operation The listZone operation supports the 'rrsets' parameter in the same fashion as createZone does. Signed-off-by: Kevin P. Fleming --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index d950003b3b..7abc117fed 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -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