Expand description
Attachments Rest API Endpoint definitions
- specific attachment endpoint
- update attachment endpoint
- delete attachment endpoint
Structs§
- Attachment
- a type for attachment to use as an API return type
- Attachment
Update - The attachment update data
- Attachment
Wrapper - helper struct for outer layers with a attachment field holding the inner data
- Delete
Attachment - The endpoint to delete a Redmine attachment
- Delete
Attachment Builder - Builder for
DeleteAttachment. - GetAttachment
- The endpoint for a specific Redmine attachment
- GetAttachment
Builder - Builder for
GetAttachment. - Update
Attachment - The endpoint to update a Redmine attachment
- Update
Attachment Builder - Builder for
UpdateAttachment.
Enums§
- Delete
Attachment Builder Error - Error type for DeleteAttachmentBuilder
- GetAttachment
Builder Error - Error type for GetAttachmentBuilder
- Update
Attachment Builder Error - Error type for UpdateAttachmentBuilder