mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Fix example dump response formatting
This commit is contained in:
parent
97e84a2b59
commit
4f318e4c09
@ -845,17 +845,13 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/DNSDumpResponse'
|
$ref: '#/components/schemas/DNSDumpResponse'
|
||||||
example:
|
example:
|
||||||
-
|
- - example1.com
|
||||||
- example1.com
|
- - explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail.
|
||||||
-
|
|
||||||
- explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail.
|
|
||||||
qname: example1.com
|
qname: example1.com
|
||||||
rtype: MX
|
rtype: MX
|
||||||
value: 10 box.example1.com.
|
value: 10 box.example1.com.
|
||||||
-
|
- - example2.com
|
||||||
- example2.com
|
- - explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail.
|
||||||
-
|
|
||||||
- explanation: Required. Specifies the hostname (and priority) of the machine that handles @proxima-mail.com mail.
|
|
||||||
qname: example2.com
|
qname: example2.com
|
||||||
rtype: MX
|
rtype: MX
|
||||||
value: 10 box.example2.com.
|
value: 10 box.example2.com.
|
||||||
|
Loading…
Reference in New Issue
Block a user