Unverified Commit 48e31a8a authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Update group_labels.go

Co-Authored-By: 's avatarkirecek <erikjankovic@gmail.com>
parent b3cb83b2
......@@ -29,7 +29,8 @@ type ListGroupLabelsOptions ListOptions
// ListGroupLabels gets all labels for given group.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/group_labels.html#list-group-labels
// GitLab API docs:
// https://docs.gitlab.com/ce/api/group_labels.html#list-group-labels
func (s *GroupLabelsService) ListGroupLabels(gid interface{}, opt *ListGroupLabelsOptions, options ...OptionFunc) ([]*GroupLabel, *Response, error) {
group, err := parseID(gid)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment