mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-19 02:42:15 +00:00
Fix example dump response formatting
This commit is contained in:
parent
97e84a2b59
commit
4f318e4c09
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user