From 4f318e4c0986c4130abdd6633648f17668948894 Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Mon, 3 Aug 2020 22:11:44 +0100 Subject: [PATCH] Fix example dump response formatting --- api/mailinabox.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/api/mailinabox.yml b/api/mailinabox.yml index d520b45a..ebbc2b3b 100644 --- a/api/mailinabox.yml +++ b/api/mailinabox.yml @@ -845,17 +845,13 @@ paths: schema: $ref: '#/components/schemas/DNSDumpResponse' example: - - - - example1.com - - - - explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail. + - - example1.com + - - explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail. qname: example1.com rtype: MX value: 10 box.example1.com. - - - - example2.com - - - - explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail. + - - example2.com + - - explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail. qname: example2.com rtype: MX value: 10 box.example2.com.