redmine_upload_file
Upload binary content to Redmine and obtain an upload token for attaching to issues, documents, wiki pages, or project files.
Instructions
Upload binary content to Redmine /uploads.json and return an upload token for later attachment to issues, documents, wiki pages, or project files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| content_type | No | application/octet-stream | |
| content_base64 | Yes |