1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-05-05 05:16:56 +00:00

Remove 5XX responses

These are not expected responses
This commit is contained in:
Richard Willis 2020-08-03 22:06:59 +01:00
parent fd55574a21
commit 97e84a2b59

View File

@ -178,12 +178,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/system/privacy:
get:
tags:
@ -288,12 +282,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/system/backup/status:
get:
tags:
@ -394,12 +382,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/ssl/status:
get:
tags:
@ -458,12 +440,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/ssl/install:
post:
tags:
@ -496,12 +472,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/ssl/provision:
post:
tags:
@ -522,12 +492,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/dns/secondary-nameserver:
get:
tags:
@ -578,12 +542,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/dns/zones:
get:
tags:
@ -712,12 +670,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
put:
tags:
- DNS
@ -745,12 +697,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
delete:
tags:
- DNS
@ -778,12 +724,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/dns/custom/{domain}:
parameters:
- in: path
@ -837,12 +777,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
put:
tags:
- DNS
@ -870,12 +804,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
delete:
tags:
- DNS
@ -903,12 +831,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/dns/dump:
get:
tags:
@ -1003,12 +925,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/mail/users/remove:
post:
tags:
@ -1041,12 +957,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/mail/users/privileges/add:
post:
tags:
@ -1079,12 +989,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/mail/users/privileges/remove:
post:
tags:
@ -1117,12 +1021,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/mail/users/password:
post:
tags:
@ -1155,12 +1053,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/mail/users/privileges:
get:
tags:
@ -1268,12 +1160,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/mail/aliases/remove:
post:
tags:
@ -1306,12 +1192,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
/web/domains:
get:
tags:
@ -1352,12 +1232,6 @@ paths:
text/html:
schema:
type: string
5XX:
description: Server error
content:
text/html:
schema:
type: string
components:
securitySchemes:
basicAuth: