Github API

Getting access, Developing, Testing

Back to Github

Add a repository to an app installation

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.

Input

type: object properties: parameters: type: object properties: installation_id: type: integer description: The unique identifier of the installation. repository_id: type: integer description: The unique identifier of the repository. required: - installation_id - repository_id title: Parameters