module Gitlab::Client::GroupLabels
def subscribe_to_group_label(group, name)
-
(Gitlab::ObjectifiedHash)
- Information about the label subscribed to.
Parameters:
-
name
(String
) -- The name of a label. -
group
(Integer, String
) -- The ID or name of a group.
def subscribe_to_group_label(group, name) post("/groups/#{url_encode group}/labels/#{url_encode name}/subscribe") end