From f0ad7ca9fef84afcecf5f777ea37dc216ff2b4e2 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 17 Aug 2020 07:55:36 -0400 Subject: [PATCH] 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 --- docs/http-api/swagger/authoritative-api-swagger.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2