Module redmine_api::api::roles

source ·
Expand description

Roles Rest API Endpoint definitions

Redmine Documentation

  • all roles endpoint
  • specific role endpoint

Structs

  • The endpoint for a specific role
  • Builder for GetRole.
  • The endpoint for all roles
  • Builder for ListRoles.
  • a type for roles to use as an API return type
  • a minimal type for Redmine roles used in lists of roles included in other Redmine objects (e.g. custom fields) and also in the global ListRoles endpoint (unlike most other Redmine API objects)
  • A lot of APIs in Redmine wrap their data in an extra layer, this is a helper struct for outer layers with a role field holding the inner data
  • helper struct for outer layers with a roles field holding the inner data

Enums