redmine_upload_file
Upload a file to Redmine and get an upload token for attaching files to issues or creating file attachments.
Instructions
Upload a file to Redmine and get an upload token. The token can then be used with redmine_create_file or when creating/updating issues with attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original filename (optional, used in Content-Disposition header) | |
| content_base64 | Yes | File content encoded as a base64 string |