Module redmine_api::api::attachments
source · Expand description
Attachments Rest API Endpoint definitions
- specific attachment endpoint
- update attachment endpoint (not documented and the link to the issue in the wiki points to an issue about something else)
- delete attachment endpoint
Structs§
- a type for attachment to use as an API return type
- helper struct for outer layers with a attachment field holding the inner data
- The endpoint to delete a Redmine attachment
- Builder for
DeleteAttachment
. - The endpoint for a specific Redmine attachment
- Builder for
GetAttachment
.
Enums§
- Error type for DeleteAttachmentBuilder
- Error type for GetAttachmentBuilder