Module attachments

Module attachments 

Source
Expand description

Attachments Rest API Endpoint definitions

Redmine Documentation

  • specific attachment endpoint
  • update attachment endpoint
  • delete attachment endpoint

Structs§

Attachment
a type for attachment to use as an API return type
AttachmentUpdate
The attachment update data
AttachmentWrapper
helper struct for outer layers with a attachment field holding the inner data
DeleteAttachment
The endpoint to delete a Redmine attachment
DeleteAttachmentBuilder
Builder for DeleteAttachment.
GetAttachment
The endpoint for a specific Redmine attachment
GetAttachmentBuilder
Builder for GetAttachment.
UpdateAttachment
The endpoint to update a Redmine attachment
UpdateAttachmentBuilder
Builder for UpdateAttachment.

Enums§

DeleteAttachmentBuilderError
Error type for DeleteAttachmentBuilder
GetAttachmentBuilderError
Error type for GetAttachmentBuilder
UpdateAttachmentBuilderError
Error type for UpdateAttachmentBuilder