Expand description
Versions Rest API Endpoint definitions
- project specific versions endpoint
- specific version endpoint
- create version endpoint
- update version endpoint
- delete version endpoint
Structs§
- Create
Version - The endpoint to create a Redmine project version
- Create
Version Builder - Builder for
CreateVersion
. - Delete
Version - The endpoint to delete a version in a Redmine project
- Delete
Version Builder - Builder for
DeleteVersion
. - GetVersion
- The endpoint for a specific Redmine project version
- GetVersion
Builder - Builder for
GetVersion
. - List
Versions - The endpoint for all versions in a Redmine project
- List
Versions Builder - Builder for
ListVersions
. - Update
Version - The endpoint to update an existing Redmine project version
- Update
Version Builder - Builder for
UpdateVersion
. - Version
- a type for version to use as an API return type
- Version
Essentials - a minimal type for Redmine versions included in other Redmine objects
- Version
Wrapper - A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a version field holding the inner data
- Versions
Wrapper - helper struct for outer layers with a versions field holding the inner data
Enums§
- Create
Version Builder Error - Error type for CreateVersionBuilder
- Delete
Version Builder Error - Error type for DeleteVersionBuilder
- GetVersion
Builder Error - Error type for GetVersionBuilder
- List
Versions Builder Error - Error type for ListVersionsBuilder
- Update
Version Builder Error - Error type for UpdateVersionBuilder
- Version
Sharing - Version sharing determines the cross-project visibility of the version
- Version
Status - The status of a version restricts if issues can be assigned to this version and if assigned issues can be reopened