Module redmine_api::api::uploads

source ·
Expand description

Uploads Rest API Endpoint definitions

Redmine Documentation

  • 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§

  • 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
  • endpoint to upload a file for use in either project files or issue attachments
  • Builder for UploadFile.
  • 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§