]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use the correct property names for the tsig values in a zone object 7562/head
authorRobin Geuze <robing@transip.nl>
Mon, 11 Mar 2019 13:19:18 +0000 (14:19 +0100)
committerRobin Geuze <robing@transip.nl>
Mon, 11 Mar 2019 13:19:18 +0000 (14:19 +0100)
docs/http-api/swagger/authoritative-api-swagger.yaml

index 8eed2164f4e41a3a8993beb616588ec78389c817..faddbb2497af9646a0d59159c3bc5d0632ad0d07 100644 (file)
@@ -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