redmine_documents
List, get, create, or delete documents in Redmine. Use query parameters to filter results and control pagination.
Instructions
Manage documents: list, get, create, 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. | |
| document | No | ||
| max_pages | No | ||
| project_id | No | Redmine numeric ID or identifier, passed as a string. | |
| document_id | No | Redmine numeric ID or identifier, passed as a string. |