Installation
A GitHub App installation.
Attributes
Minimal Representation
Included when the resource is returned as part of another resource.
Name | Type | Description |
---|---|---|
id | Integer | The installation id. |
github_id | Integer | The installation's id on GitHub. |
Standard Representation
Included when the resource is the main response of a request, or is eager loaded.
Name | Type | Description |
---|---|---|
id | Integer | The installation id. |
github_id | Integer | The installation's id on GitHub. |
owner | Owner | GitHub user or organization the installation belongs to. |
Actions
Find
This returns a single installation.
GET
/installation/{installation.github_id}
Template Variable | Type | Description |
---|---|---|
installation.github_id | Integer | The installation's id on GitHub. |
Query Parameter | Type | Description |
---|---|---|
include | [String] | List of attributes to eager load. |