From e96a86dc8229a3f564dba8cf868b31a9337ba682 Mon Sep 17 00:00:00 2001 From: Robin Geuze Date: Mon, 11 Mar 2019 14:19:18 +0100 Subject: [PATCH] Use the correct property names for the tsig values in a zone object --- docs/http-api/swagger/authoritative-api-swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 8eed2164f..faddbb249 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 -- 2.40.0