Skip to content

Commit a2505fd

Browse files
authored
fix: document parse error (#8506)
1 parent 84efcdc commit a2505fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/plugins/customize/api/csv_issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (h *Handlers) ImportIssueChangelog(input *plugin.ApiResourceInput) (*plugin
193193
// @Accept multipart/form-data
194194
// @Param boardId formData string true "the ID of the board"
195195
// @Param file formData file true "select file to upload"
196-
// @Param incremental formData boolean false "Whether to do incremental sync (default false
196+
// @Param incremental formData boolean false "Whether to do incremental sync (default false)"
197197
// @Produce json
198198
// @Success 200
199199
// @Failure 400 {object} shared.ApiBody "Bad Request"

0 commit comments

Comments
 (0)