# Updates a badge of a group. **PUT /groups/{id}/badges/{badge_id}** This feature was introduced in GitLab 10.6. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string) The ID or URL-encoded path of the group owned by the authenticated user. - **badge_id** (integer(int32)) ### Body: application/json (object) - **link_url** (string) URL of the badge link - **image_url** (string) URL of the badge image - **name** (string) Name for the badge ## Responses ### 200 Updates a badge of a group. #### Body: application/json (object) - **name** (string) - **link_url** (string) - **image_url** (string) - **rendered_link_url** (string) - **rendered_image_url** (string) - **id** (string) - **kind** (string) [Powered by Bump.sh](https://bump.sh)