mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
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:
|
||||
description: Translated file
|
||||
schema:
|
||||
id: translate
|
||||
id: translate-file
|
||||
type: object
|
||||
properties:
|
||||
translatedFileUrl:
|
||||
|
|
Loading…
Reference in a new issue