We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bc7a9 commit b6684dcCopy full SHA for b6684dc
lib/Gitlab/Api/Projects.php
@@ -910,7 +910,7 @@ public function removeBadge($project_id, $badge_id)
910
*/
911
public function updateBadge($project_id, $badge_id, array $params = array())
912
{
913
- return $this->put($this->getProjectPath($project_id, 'badges/' . $this->encodePath($badge_id)));
+ return $this->put($this->getProjectPath($project_id, 'badges/' . $this->encodePath($badge_id)), $params);
914
}
915
916
0 commit comments