Unverified Commit b3cb83b2 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 735a9387
......@@ -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 {
......
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