1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

Fix indentation

This commit is contained in:
Richard Willis 2020-11-24 20:04:32 +00:00
parent b85b86e6de
commit fd47ca30e6

View File

@ -744,30 +744,30 @@ paths:
schema: schema:
type: string type: string
/dns/zonefile/{zone}: /dns/zonefile/{zone}:
get: get:
tags: tags:
- DNS - DNS
summary: Get DNS zonefile summary: Get DNS zonefile
description: Returns an array of all managed top-level domains. description: Returns an array of all managed top-level domains.
operationId: getDnsZonefile operationId: getDnsZonefile
x-codeSamples: x-codeSamples:
- lang: curl - lang: curl
source: | source: |
curl -X GET "https://{host}/admin/dns/zonefile/<zone>" \ curl -X GET "https://{host}/admin/dns/zonefile/<zone>" \
-u "<email>:<password>" -u "<email>:<password>"
responses: responses:
200: 200:
description: Successful operation description: Successful operation
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/DNSZonefileResponse' $ref: '#/components/schemas/DNSZonefileResponse'
403: 403:
description: Forbidden description: Forbidden
content: content:
text/html: text/html:
schema: schema:
type: string type: string
/dns/update: /dns/update:
post: post:
tags: tags: