redmine_attachments
Retrieve or delete attachments from Redmine using their ID, with support for filtering, pagination, and custom headers.
Instructions
Manage attachments: get, delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Query parameters. Array values are appended repeatedly. | |
| action | Yes | ||
| headers | No | Additional headers. Authentication and content headers are managed automatically unless explicitly overridden. | |
| max_pages | No | ||
| attachment_id | No | Redmine numeric ID or identifier, passed as a string. |