mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
OpenAPI: set charset also for text/plain responses
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ paths:
|
|||||||
'200':
|
'200':
|
||||||
description: successful operation
|
description: successful operation
|
||||||
content:
|
content:
|
||||||
text/plain:
|
text/plain; charset=utf-8:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: ok
|
example: ok
|
||||||
|
|||||||
Reference in New Issue
Block a user