mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
OpenAPI: set charset also for text/plain responses
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
362396811e
commit
b9e75ff661
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ paths:
|
|||
'200':
|
||||
description: successful operation
|
||||
content:
|
||||
text/plain:
|
||||
text/plain; charset=utf-8:
|
||||
schema:
|
||||
type: string
|
||||
example: ok
|
||||
|
|
Loading…
Reference in a new issue