swsd_update_comment
Update the body of an existing incident comment in SolarWinds Service Desk. Provide incident id, comment id, and new text. Visibility remains unchanged.
Instructions
Update the body of an existing SWSD incident comment. Pass incident_id, comment_id, and the new body. The is_private flag cannot be changed by this tool — to change visibility, delete and re-create. WRITE — does not retry on transient failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | SWSD incident reference. Accepts either the internal id (>=7 digits, e.g. 180457930) or the human-facing number (<=6 digits, e.g. 60310). The handler auto-detects via digit count. | |
| comment_id | Yes | SWSD comment ID to update. | |
| body | Yes | New comment text (replaces existing). Plain text or HTML. |