The source project of this merge request has been removed.
fix: add name parameter to group badge
-
Depends on go-gitlab PR: https://github.com/xanzy/go-gitlab/pull/1765
The name parameter was added in go-gitlab 0.89
Upstream API: https://docs.gitlab.com/ee/api/group_badges.html
| Attribute | Type | Required | Description |
|---|---|---|---|
| id | integer/string | yes | The ID or URL-encoded path of the group owned by the authenticated user |
| link_url | string | yes | URL of the badge link |
| image_url | string | yes | URL of the badge image |
| name | string | no | Name of the badge |
Edited by Pascal Roose