This is an automated email from the ASF dual-hosted git repository. narro pushed a commit to branch fix-document in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit ef1f5ced17737d9dd5929678bd03c5be8d9e46e9 Author: narro wizard <cong.w...@merico.dev> AuthorDate: Fri Jul 18 05:50:34 2025 +0000 fix: document parse error --- backend/plugins/customize/api/csv_issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/plugins/customize/api/csv_issue.go b/backend/plugins/customize/api/csv_issue.go index 2e9aaddd9..282991a90 100644 --- a/backend/plugins/customize/api/csv_issue.go +++ b/backend/plugins/customize/api/csv_issue.go @@ -193,7 +193,7 @@ func (h *Handlers) ImportIssueChangelog(input *plugin.ApiResourceInput) (*plugin // @Accept multipart/form-data // @Param boardId formData string true "the ID of the board" // @Param file formData file true "select file to upload" -// @Param incremental formData boolean false "Whether to do incremental sync (default false +// @Param incremental formData boolean false "Whether to do incremental sync (default false)" // @Produce json // @Success 200 // @Failure 400 {object} shared.ApiBody "Bad Request"