fix(api): use ID instead of name for GroupLabel & ProjectLabel _id_attr by ptalbert · Pull Request #2811 · python-gitlab/python-gitlab
class GroupLabel(SubscribableMixin, SaveMixin, ObjectDeleteMixin, RESTObject): _id_attr = "name" _id_attr = "id" _repr_attr = "name" manager: GroupLabelManager
# Update without ID, but we need an ID to get from list.
# Update without ID, but we need an ID to get from list.