Add a repository to an app installation

PUT {{baseUrl}}/user/installations/:installation_id/repositories/:repository_id

Add a single repository to an installation. The authenticated user must have admin access to the repository.

You must use a personal access token (which you can create via the command line or the OAuth Authorizations API) or Basic Authentication to access this endpoint.