Expand description
Uploads Rest API Endpoint definitions
- upload file endpoint
- create project file endpoint (in api::files)
- [CreateIssue|crate::api::issues::CreateIssue] parameter for attachments (in api::issues)
- [UpdateIssue|crate::api::issues::UpdateIssue] parameter for attachments (in api::issues)
- apparently news can have attachments too?
Structs§
- File
Upload Token - return type for the UploadFile endpoint, there is not much point in making your own since it only has one field and if that is not used calling UploadFile is useless
- Upload
File - endpoint to upload a file for use in either project files or issue attachments
- Upload
File Builder - Builder for
UploadFile
. - Upload
Wrapper - A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a upload field holding the inner data
Enums§
- Upload
File Builder Error - Error type for UploadFileBuilder