Module redmine_api::api::groups
source · Expand description
Groups Rest API Endpoint definitions
- all groups endpoint
- specific group endpoint
- create group endpoint
- update group endpoint
- delete group endpoint
- add user to group endpoint
- remove user from group endpoint
Structs
- The endpoint to add a Redmine user to a Redmine group
- Builder for
AddUserToGroup
. - The endpoint to create a Redmine group
- Builder for
CreateGroup
. - The endpoint to delete a Redmine group
- Builder for
DeleteGroup
. - The endpoint for a specific Redmine group
- Builder for
GetGroup
. - a type for groups to use as an API return type
- a minimal type for Redmine groups used in lists of groups included in other Redmine objects
- A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a group field holding the inner data
- helper struct for outer layers with a groups field holding the inner data
- The endpoint for all Redmine groups
- Builder for
ListGroups
. - The endpoint to remove a Redmine user from a Redmine group
- Builder for
RemoveUserFromGroup
. - The endpoint to update an existing Redmine group
- Builder for
UpdateGroup
.
Enums
- Error type for AddUserToGroupBuilder
- Error type for CreateGroupBuilder
- Error type for DeleteGroupBuilder
- Error type for GetGroupBuilder
- The types of associated data which can be fetched along with a group
- Error type for ListGroupsBuilder
- Error type for RemoveUserFromGroupBuilder
- Error type for UpdateGroupBuilder