From: Robin Geuze Date: Mon, 11 Mar 2019 13:19:18 +0000 (+0100) Subject: Use the correct property names for the tsig values in a zone object X-Git-Tag: auth-4.2.0-rc1~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7562%2Fhead;p=thirdparty%2Fpdns.git Use the correct property names for the tsig values in a zone object --- diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 8eed2164f4..faddbb2497 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -946,14 +946,14 @@ definitions: items: type: string description: 'MAY be sent in client bodies during creation, and MUST NOT be sent by the server. Simple list of strings of nameserver names, including the trailing dot. Not required for slave zones.' - tsig_master_key_ids: + master_tsig_key_ids: type: array items: type: string description: 'The id of the TSIG keys used for master operation in this zone' externalDocs: url: 'https://doc.powerdns.com/authoritative/tsig.html#provisioning-outbound-axfr-access' - tsig_slave_key_ids: + slave_tsig_key_ids: type: array items: type: string