Allow Edit and Remove of Commit Notes via API
Why not exposing API to suppor editing or removing commits notes, and listing ids for notes of specific commits? Recently, I have met a requirement where I needed to create a plugin to leave comments of files managed on GitLab, and I hoped to use commit comments. But I found that API is not allowed to know `note_id` for such comments, and I had even no way to edit and delete them according to [the relevant document](https://docs.gitlab.com/ce/api/commits.html#post-comment-to-commit).
issue