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

fix(docs): set a schema for /logout responses

* this remedies an OpenAPI syntax violation resulting in a redoc-cli crash
This commit is contained in:
Felix Spöttel 2021-10-26 21:55:05 +02:00
parent c67ff241c4
commit df0604f182

View File

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