update_issue_note
Modify a note in an issue thread by updating its body or resolved status.
Instructions
Modify an existing issue thread note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| issue_iid | No | The IID of an issue | |
| discussion_id | No | The ID of a thread | |
| note_id | No | The ID of a thread note | |
| body | No | The content of the note or reply | |
| resolved | No | Resolve or unresolve the note |