1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-15 23:47:24 +02:00
This commit is contained in:
downtownallday
2021-10-28 21:40:05 -04:00

View File

@@ -110,6 +110,8 @@ paths:
description: Successful operation description: Successful operation
content: content:
application/json: application/json:
schema:
$ref: '#/components/schemas/LogoutResponse'
/system/status: /system/status:
post: post:
tags: tags:
@@ -2723,3 +2725,8 @@ components:
nullable: true nullable: true
MfaDisableSuccessResponse: MfaDisableSuccessResponse:
type: string type: string
LogoutResponse:
type: object
properties:
status:
type: string