We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84efcdc commit a2505fdCopy full SHA for a2505fd
1 file changed
backend/plugins/customize/api/csv_issue.go
@@ -193,7 +193,7 @@ func (h *Handlers) ImportIssueChangelog(input *plugin.ApiResourceInput) (*plugin
193
// @Accept multipart/form-data
194
// @Param boardId formData string true "the ID of the board"
195
// @Param file formData file true "select file to upload"
196
-// @Param incremental formData boolean false "Whether to do incremental sync (default false
+// @Param incremental formData boolean false "Whether to do incremental sync (default false)"
197
// @Produce json
198
// @Success 200
199
// @Failure 400 {object} shared.ApiBody "Bad Request"
0 commit comments