Update Note
update_noteEdit the body of an existing comment on a GitLab issue or merge request to correct or update its text.
Instructions
Edit the body of an existing comment (note) on a GitLab issue or merge request. Requires a user token belonging to the note author.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Note ID — either the bare numeric ID or the full GraphQL gid (gid://gitlab/Note/123) | |
| body | Yes | New note body (Markdown supported) | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |