From: Peter van Dijk Date: Tue, 5 Nov 2019 09:23:12 +0000 (+0100) Subject: document /zones dnssec parameter X-Git-Tag: dnsdist-1.4.0~4^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3ce69b9c530abb5e73a256867ca446c6cf453b;p=thirdparty%2Fpdns.git document /zones dnssec parameter --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 574eebd67e..86bc3921be 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -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