update_attachment
Rename an attachment or change its description without re-uploading. Modify attachment metadata directly by ID in Redmine.
Instructions
Rename an attachment or change its description, without re-uploading it.
Available since Redmine 5.0; older versions respond with 404.
Args: attachment_id: attachment ID. file_name: new display name (empty = leave alone). description: new description (empty = leave alone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | ||
| description | No | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |