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 8fa6ab0 commit 62b16fcCopy full SHA for 62b16fc
lib/Github/Api/Apps.php
@@ -74,7 +74,7 @@ public function listRepositories($userId = null)
74
*/
75
public function addRepository($installationId, $repositoryId)
76
{
77
- return $this->put('/app/'.rawurlencode($installationId).'/repositories/'.rawurlencode($repositoryId));
+ return $this->put('/installation/'.rawurlencode($installationId).'/repositories/'.rawurlencode($repositoryId));
78
}
79
80
/**
0 commit comments