Unverified Commit ecce1400 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 38ccb2cc
......@@ -53,7 +53,8 @@ func (s *GroupLabelsService) ListGroupLabels(gid interface{}, opt *ListGroupLabe
// CreateGroupLabelOptions represents the available CreateGroupLabel() options.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/group_labels.html#create-a-new-group-label
// GitLab API docs:
// https://docs.gitlab.com/ce/api/group_labels.html#create-a-new-group-label
type CreateGroupLabelOptions CreateLabelOptions
// CreateGroupLabel creates a new label for given group with given name and
......
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