forked from mirrors/LibreTranslate
Fix swagger schema id for translate_file
This commit is contained in:
parent
aed684b666
commit
6cf1a931fa
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ def create_app(args):
|
||||||
200:
|
200:
|
||||||
description: Translated file
|
description: Translated file
|
||||||
schema:
|
schema:
|
||||||
id: translate
|
id: translate-file
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
translatedFileUrl:
|
translatedFileUrl:
|
||||||
|
|
Loading…
Reference in a new issue