Unverified Commit 5b9d68bc 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 ecce1400
......@@ -60,7 +60,8 @@ type CreateGroupLabelOptions CreateLabelOptions
// CreateGroupLabel creates a new label for given group with given name and
// color.
//
// 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
func (s *GroupLabelsService) CreateGroupLabel(gid interface{}, opt *CreateGroupLabelOptions, 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