mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
PR review fixes
This commit is contained in:
parent
c4cba49953
commit
fd55574a21
@ -676,7 +676,7 @@ paths:
|
|||||||
200:
|
200:
|
||||||
description: Successful operation
|
description: Successful operation
|
||||||
content:
|
content:
|
||||||
text/html:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/DNSCustomRecordsResponse'
|
$ref: '#/components/schemas/DNSCustomRecordsResponse'
|
||||||
403:
|
403:
|
||||||
@ -801,7 +801,7 @@ paths:
|
|||||||
200:
|
200:
|
||||||
description: Successful operation
|
description: Successful operation
|
||||||
content:
|
content:
|
||||||
text/html:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/DNSCustomRecordsResponse'
|
$ref: '#/components/schemas/DNSCustomRecordsResponse'
|
||||||
403:
|
403:
|
||||||
@ -813,7 +813,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
description: Add a custom DNS record.
|
description: Add a custom DNS A record.
|
||||||
operationId: addDnsCustomRecordForTypeA
|
operationId: addDnsCustomRecordForTypeA
|
||||||
requestBody:
|
requestBody:
|
||||||
$ref: '#/components/requestBodies/DNSCustomRecordRequest'
|
$ref: '#/components/requestBodies/DNSCustomRecordRequest'
|
||||||
@ -846,7 +846,7 @@ paths:
|
|||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
description: Update a custom DNS record.
|
description: Update a custom DNS A record.
|
||||||
operationId: updateDnsCustomRecordForTypeA
|
operationId: updateDnsCustomRecordForTypeA
|
||||||
requestBody:
|
requestBody:
|
||||||
$ref: '#/components/requestBodies/DNSCustomRecordRequest'
|
$ref: '#/components/requestBodies/DNSCustomRecordRequest'
|
||||||
@ -879,7 +879,7 @@ paths:
|
|||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
description: Remove a custom DNS record.
|
description: Remove a custom DNS A record.
|
||||||
operationId: removeDnsCustomRecordForTypeA
|
operationId: removeDnsCustomRecordForTypeA
|
||||||
requestBody:
|
requestBody:
|
||||||
$ref: '#/components/requestBodies/DNSCustomRecordRequest'
|
$ref: '#/components/requestBodies/DNSCustomRecordRequest'
|
||||||
@ -922,7 +922,7 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/DNSDumpResponse'
|
$ref: '#/components/schemas/DNSDumpResponse'
|
||||||
example: |
|
example:
|
||||||
-
|
-
|
||||||
- example1.com
|
- example1.com
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user