From e797f93a53d7bf46012a6b8dbf3d928969a99540 Mon Sep 17 00:00:00 2001 From: Zhongwen Deng Date: Mon, 22 May 2023 15:17:50 +0800 Subject: [PATCH] fix: can't get file_list_transfer desc cause 500 error on /swagger.json api --- rel/i18n/emqx_ft_api.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/i18n/emqx_ft_api.hocon b/rel/i18n/emqx_ft_api.hocon index bf6c22411..9d88fcddd 100644 --- a/rel/i18n/emqx_ft_api.hocon +++ b/rel/i18n/emqx_ft_api.hocon @@ -3,7 +3,7 @@ emqx_ft_api { file_list.desc: """List all uploaded files.""" -file_list_transfer.desc +file_list_transfer.desc: """List a file uploaded during specified transfer, identified by client id and file id.""" }