Unverified Commit db49a53e 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 5b9d68bc
......@@ -85,7 +85,8 @@ func (s *GroupLabelsService) CreateGroupLabel(gid interface{}, opt *CreateGroupL
// DeleteGroupLabelOptions represents the available DeleteGroupLabel() options.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/group_labels.html#delete-a-group-label
// GitLab API docs:
// https://docs.gitlab.com/ce/api/group_labels.html#delete-a-group-label
type DeleteGroupLabelOptions DeleteLabelOptions
// DeleteGroupLabel deletes a group label given by its name.
......
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