From 4c1024d86cbdf39befc50b6b08066529ba173d72 Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Thu, 6 Aug 2020 13:57:23 +0100 Subject: [PATCH] Rename type to rype and fix example domain --- api/mailinabox.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/mailinabox.yml b/api/mailinabox.yml index 6e5d4daa..0156e2e0 100644 --- a/api/mailinabox.yml +++ b/api/mailinabox.yml @@ -636,7 +636,7 @@ paths: text/html: schema: type: string - /dns/custom/{qname}/{type}: + /dns/custom/{qname}/{rtype}: parameters: - in: path name: qname @@ -645,7 +645,7 @@ paths: required: true description: DNS record query name - in: path - name: type + name: rtype schema: $ref: '#/components/schemas/DNSRecordType' required: true @@ -1348,7 +1348,7 @@ components: type: string example: | example1.com - example2.come + example2.com description: Mail domains response. MailUsersResponse: type: array