update_issue_note
Modify an existing note in a GitLab issue discussion thread to update comment content or correct information.
Instructions
Modify an existing issue thread note
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| issue_iid | Yes | The IID of an issue | |
| discussion_id | Yes | The ID of a thread | |
| note_id | Yes | The ID of a thread note | |
| body | Yes | The content of the note or reply |