mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-05-07 05:36:55 +00:00
Remove 5XX responses
These are not expected responses
This commit is contained in:
parent
fd55574a21
commit
97e84a2b59
@ -178,12 +178,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/system/privacy:
|
/system/privacy:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -288,12 +282,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/system/backup/status:
|
/system/backup/status:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -394,12 +382,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/ssl/status:
|
/ssl/status:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -458,12 +440,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/ssl/install:
|
/ssl/install:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -496,12 +472,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/ssl/provision:
|
/ssl/provision:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -522,12 +492,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/dns/secondary-nameserver:
|
/dns/secondary-nameserver:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -578,12 +542,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/dns/zones:
|
/dns/zones:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -712,12 +670,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
@ -745,12 +697,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
@ -778,12 +724,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/dns/custom/{domain}:
|
/dns/custom/{domain}:
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
@ -837,12 +777,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
@ -870,12 +804,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
delete:
|
delete:
|
||||||
tags:
|
tags:
|
||||||
- DNS
|
- DNS
|
||||||
@ -903,12 +831,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/dns/dump:
|
/dns/dump:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -1003,12 +925,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/mail/users/remove:
|
/mail/users/remove:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -1041,12 +957,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/mail/users/privileges/add:
|
/mail/users/privileges/add:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -1079,12 +989,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/mail/users/privileges/remove:
|
/mail/users/privileges/remove:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -1117,12 +1021,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/mail/users/password:
|
/mail/users/password:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -1155,12 +1053,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/mail/users/privileges:
|
/mail/users/privileges:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -1268,12 +1160,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/mail/aliases/remove:
|
/mail/aliases/remove:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -1306,12 +1192,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
/web/domains:
|
/web/domains:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
@ -1352,12 +1232,6 @@ paths:
|
|||||||
text/html:
|
text/html:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
5XX:
|
|
||||||
description: Server error
|
|
||||||
content:
|
|
||||||
text/html:
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
basicAuth:
|
basicAuth:
|
||||||
|
Loading…
Reference in New Issue
Block a user