From 6cf1a931fa49aa44939ac30008a73eea176658e1 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 18 Oct 2022 11:41:36 -0400 Subject: [PATCH] Fix swagger schema id for translate_file --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index d58adbc..06a294e 100644 --- a/app/app.py +++ b/app/app.py @@ -572,7 +572,7 @@ def create_app(args): 200: description: Translated file schema: - id: translate + id: translate-file type: object properties: translatedFileUrl: