From 97e84a2b5926529ea9f2b11c7d07db2a08e5010f Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Mon, 3 Aug 2020 22:06:59 +0100 Subject: [PATCH] Remove 5XX responses These are not expected responses --- api/mailinabox.yml | 126 --------------------------------------------- 1 file changed, 126 deletions(-) diff --git a/api/mailinabox.yml b/api/mailinabox.yml index 3010799b..d520b45a 100644 --- a/api/mailinabox.yml +++ b/api/mailinabox.yml @@ -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: