Skip to content

Commit

Permalink
Update group_labels.go
Browse files Browse the repository at this point in the history
Co-Authored-By: kirecek <[email protected]>
  • Loading branch information
Sander van Harmelen and kirecek authored Mar 11, 2019
1 parent 735a938 commit b3cb83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group_labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ type UpdateGroupLabelOptions UpdateLabelOptions
// UpdateGroupLabel updates an existing label with new name or now color. At least
// one parameter is required, to update the label.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/labels.html#edit-an-existing-label
// GitLab API docs:
// https://docs.gitlab.com/ce/api/group_labels.html#update-a-group-label
func (s *GroupLabelsService) UpdateGroupLabel(gid interface{}, opt *UpdateGroupLabelOptions, options ...OptionFunc) (*GroupLabel, *Response, error) {
group, err := parseID(gid)
if err != nil {
Expand Down

0 comments on commit b3cb83b

Please sign in to comment.