redmine_update_attachment
Update an existing attachment in Redmine by changing its filename or description. Provide the attachment ID and optionally new values.
Instructions
Update an existing attachment (filename or description)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Attachment ID to update | |
| filename | No | New filename | |
| description | No | New description |