Github API - Test Config

GET /repos/{owner}/{repo}/installation
repos
apps

Enables an authenticated GitHub App to find the repository's installation information. The installation's account type will be either an organization or a user account, depending which account the repository belongs to.

You must use a JWT to access this endpoint.
Get a repository installation for the authenticated app

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json installation

installation [object]

Installation

Attributes
access_tokens_url string

account unknown

app_id integer

app_slug string

contact_email string

created_at string

events string []

has_multiple_single_files boolean

html_url string

id integer

The ID of the installation.

permissions app-permissions

repositories_url string

repository_selection string

Describe whether all repositories have been selected or there's a selection involved

single_file_name string

single_file_paths string []

suspended_at string

suspended_by nullable-simple-user

target_id integer

The ID of the user or organization this token is being scoped to.

target_type string

updated_at string

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

moved_permanently [scalar]

Moved permanently

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)