Expand description
Group-related API endpoints
These endpoints are used for querying and modifying groups and their resources.
Modules§
- access_
requests - Project access requests API endpoints.
- hooks
- Project hook API endpoints.
- issues
- Group issue API endpoint.
- members
- Group members API endpoints.
- milestones
- Group milestone API endpoints.
- packages
- Project Packages API endpoints.
- projects
- Group projects API endpoints.
- push_
rule - Group push-rule related API endpoints
- runners
- Group runner-related API endpoints
- subgroups
- Group subgroups API endpoints.
- variables
- Project variable API endpoints.
Structs§
- Branch
Protection Defaults - Branch protection rule defaults for groups.
- Branch
Protection Defaults Builder - Builder for
BranchProtectionDefaults
. - Create
Group - Create a new group on an instance.
- Create
Group Builder - Builder for
CreateGroup
. - Edit
Group - Edit an existing group.
- Edit
Group Builder - Builder for
EditGroup
. - Group
- Query for a specific group on an instance.
- Group
Builder - Builder for
Group
. - Groups
- Query for groups on an instance.
- Groups
Builder - Builder for
Groups
. - Share
Group - Share group with another group.
- Share
Group Builder - Builder for
ShareGroup
. - Unshare
Group - Unshare a group from another group.
- Unshare
Group Builder - Builder for
UnshareGroup
.
Enums§
- Branch
Protection - Branch protection rules for groups.
- Branch
Protection Access Level - Access levels for branch protection rules.
- Branch
Protection Defaults Builder Error - Error type for BranchProtectionDefaultsBuilder
- Create
Group Builder Error - Error type for CreateGroupBuilder
- DuoAvailability
- Settings for GitLab Duo availability within the group.
- Edit
Group Builder Error - Error type for EditGroupBuilder
- GitAccess
Protocol - Allowed Git access protocols for the group.
- Group
Builder Error - Error type for GroupBuilder
- Group
Order By - Keys group results may be ordered by.
- Group
Project Creation Access Level - Access levels for creating a project within a group.
- Group
Visibility Filter - Filter groups by visibility level.
- Groups
Builder Error - Error type for GroupsBuilder
- Share
Group Builder Error - Error type for ShareGroupBuilder
- Shared
Runners Minutes Limit - Settings for a group’s shared runner minute allocation.
- Shared
Runners Setting - Access levels for creating a project within a group.
- Subgroup
Creation Access Level - Access levels for creating a subgroup within a group.
- Unshare
Group Builder Error - Error type for UnshareGroupBuilder