Github API - Test Config

PUT /user/installations/{installation_id}/repositories/{repository_id}
users
repos
apps

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 Basic Authentication) to access this endpoint.
Add a repository to an app installation

Arguments
key installation-id

installation-id [scalar]

The unique identifier of the installation.

API:
Github Open API
(version: 1.1.4)

key repository-id

repository-id [scalar]

The unique identifier of the repository.

API:
Github Open API
(version: 1.1.4)

Returns
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)