@octokit/openapi 7.3.0 → 7.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +9963 -140
- package/generated/api.github.com.json +1055 -110
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +133 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +127 -14
- package/generated/ghes-3.2.deref.json +458 -242
- package/generated/ghes-3.2.json +694 -35
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
- package/generated/ghes-3.3.deref.json +458 -244
- package/generated/ghes-3.3.json +694 -36
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
- package/generated/ghes-3.4.deref.json +462 -230
- package/generated/ghes-3.4.json +703 -38
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +1548 -135
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +48182 -31728
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +9496 -4686
- package/generated/ghes-3.5.deref.json +556 -242
- package/generated/ghes-3.5.json +797 -50
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +433 -88
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +17473 -6079
- package/generated/ghes-3.6-diff-to-api.github.com.json +4604 -2146
- package/generated/ghes-3.6.deref.json +8136 -240
- package/generated/ghes-3.6.json +1109 -133
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +1018 -34
- package/generated/github.ae-diff-to-api.github.com.deref.json +24735 -16611
- package/generated/github.ae-diff-to-api.github.com.json +1390 -126
- package/generated/github.ae.deref.json +1214 -163
- package/generated/github.ae.json +821 -44
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.6.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1653,6 +1653,129 @@
|
|
|
1653
1653
|
}
|
|
1654
1654
|
}
|
|
1655
1655
|
},
|
|
1656
|
+
"/app/installations": {
|
|
1657
|
+
"get": {
|
|
1658
|
+
"summary": "List installations for the authenticated app",
|
|
1659
|
+
"description": "You must use a [JWT](https://docs.github.com/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.\n\nThe permissions the installation has are included under the `permissions` key.",
|
|
1660
|
+
"tags": [
|
|
1661
|
+
"apps"
|
|
1662
|
+
],
|
|
1663
|
+
"operationId": "apps/list-installations",
|
|
1664
|
+
"externalDocs": {
|
|
1665
|
+
"description": "API method documentation",
|
|
1666
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#list-installations-for-the-authenticated-app"
|
|
1667
|
+
},
|
|
1668
|
+
"parameters": [
|
|
1669
|
+
{
|
|
1670
|
+
"$ref": "#/components/parameters/per-page"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"$ref": "#/components/parameters/page"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"$ref": "#/components/parameters/since"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "outdated",
|
|
1680
|
+
"in": "query",
|
|
1681
|
+
"required": false,
|
|
1682
|
+
"schema": {
|
|
1683
|
+
"type": "string"
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1687
|
+
"responses": {
|
|
1688
|
+
"200": {
|
|
1689
|
+
"description": "The permissions the installation has are included under the `permissions` key.",
|
|
1690
|
+
"content": {
|
|
1691
|
+
"application/json": {
|
|
1692
|
+
"schema": {
|
|
1693
|
+
"type": "array",
|
|
1694
|
+
"items": {
|
|
1695
|
+
"$ref": "#/components/schemas/installation"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"examples": {
|
|
1699
|
+
"default": {
|
|
1700
|
+
"$ref": "#/components/examples/base-installation-items"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"headers": {
|
|
1706
|
+
"Link": {
|
|
1707
|
+
"$ref": "#/components/headers/link"
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"x-github": {
|
|
1713
|
+
"githubCloudOnly": false,
|
|
1714
|
+
"enabledForGitHubApps": true,
|
|
1715
|
+
"category": "apps",
|
|
1716
|
+
"subcategory": null
|
|
1717
|
+
},
|
|
1718
|
+
"x-octokit": {
|
|
1719
|
+
"diff": {
|
|
1720
|
+
"api.github.com": {
|
|
1721
|
+
"type": "changed"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"/app/installations/{installation_id}": {
|
|
1728
|
+
"get": {
|
|
1729
|
+
"summary": "Get an installation for the authenticated app",
|
|
1730
|
+
"description": "Enables an authenticated GitHub App to find an installation's information using the installation id.\n\nYou must use a [JWT](https://docs.github.com/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.",
|
|
1731
|
+
"tags": [
|
|
1732
|
+
"apps"
|
|
1733
|
+
],
|
|
1734
|
+
"operationId": "apps/get-installation",
|
|
1735
|
+
"externalDocs": {
|
|
1736
|
+
"description": "API method documentation",
|
|
1737
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-an-installation-for-the-authenticated-app"
|
|
1738
|
+
},
|
|
1739
|
+
"parameters": [
|
|
1740
|
+
{
|
|
1741
|
+
"$ref": "#/components/parameters/installation-id"
|
|
1742
|
+
}
|
|
1743
|
+
],
|
|
1744
|
+
"responses": {
|
|
1745
|
+
"200": {
|
|
1746
|
+
"description": "Response",
|
|
1747
|
+
"content": {
|
|
1748
|
+
"application/json": {
|
|
1749
|
+
"schema": {
|
|
1750
|
+
"$ref": "#/components/schemas/installation"
|
|
1751
|
+
},
|
|
1752
|
+
"examples": {
|
|
1753
|
+
"default": {
|
|
1754
|
+
"$ref": "#/components/examples/base-installation"
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"404": {
|
|
1761
|
+
"$ref": "#/components/responses/not_found"
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"x-github": {
|
|
1765
|
+
"githubCloudOnly": false,
|
|
1766
|
+
"enabledForGitHubApps": true,
|
|
1767
|
+
"category": "apps",
|
|
1768
|
+
"subcategory": null
|
|
1769
|
+
},
|
|
1770
|
+
"x-octokit": {
|
|
1771
|
+
"diff": {
|
|
1772
|
+
"api.github.com": {
|
|
1773
|
+
"type": "changed"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1656
1779
|
"/app/installations/{installation_id}/access_tokens": {
|
|
1657
1780
|
"post": {
|
|
1658
1781
|
"summary": "Create an installation access token for an app",
|
|
@@ -1758,6 +1881,163 @@
|
|
|
1758
1881
|
}
|
|
1759
1882
|
}
|
|
1760
1883
|
},
|
|
1884
|
+
"/applications/{client_id}/token": {
|
|
1885
|
+
"post": {
|
|
1886
|
+
"summary": "Check a token",
|
|
1887
|
+
"description": "OAuth applications can use a special API method for checking OAuth token validity without exceeding the normal rate limits for failed login attempts. Authentication works differently with this particular endpoint. You must use [Basic Authentication](https://docs.github.com/github-ae@latest/rest/overview/other-authentication-methods#basic-authentication) to use this endpoint, where the username is the OAuth application `client_id` and the password is its `client_secret`. Invalid tokens will return `404 NOT FOUND`.",
|
|
1888
|
+
"tags": [
|
|
1889
|
+
"apps"
|
|
1890
|
+
],
|
|
1891
|
+
"operationId": "apps/check-token",
|
|
1892
|
+
"externalDocs": {
|
|
1893
|
+
"description": "API method documentation",
|
|
1894
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#check-a-token"
|
|
1895
|
+
},
|
|
1896
|
+
"parameters": [
|
|
1897
|
+
{
|
|
1898
|
+
"$ref": "#/components/parameters/client-id"
|
|
1899
|
+
}
|
|
1900
|
+
],
|
|
1901
|
+
"requestBody": {
|
|
1902
|
+
"required": true,
|
|
1903
|
+
"content": {
|
|
1904
|
+
"application/json": {
|
|
1905
|
+
"schema": {
|
|
1906
|
+
"properties": {
|
|
1907
|
+
"access_token": {
|
|
1908
|
+
"description": "The access_token of the OAuth application.",
|
|
1909
|
+
"type": "string"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
"required": [
|
|
1913
|
+
"access_token"
|
|
1914
|
+
],
|
|
1915
|
+
"type": "object"
|
|
1916
|
+
},
|
|
1917
|
+
"examples": {
|
|
1918
|
+
"default": {
|
|
1919
|
+
"value": {
|
|
1920
|
+
"access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"responses": {
|
|
1928
|
+
"200": {
|
|
1929
|
+
"description": "Response",
|
|
1930
|
+
"content": {
|
|
1931
|
+
"application/json": {
|
|
1932
|
+
"schema": {
|
|
1933
|
+
"$ref": "#/components/schemas/authorization"
|
|
1934
|
+
},
|
|
1935
|
+
"examples": {
|
|
1936
|
+
"default": {
|
|
1937
|
+
"$ref": "#/components/examples/authorization-with-user"
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"404": {
|
|
1944
|
+
"$ref": "#/components/responses/not_found"
|
|
1945
|
+
},
|
|
1946
|
+
"422": {
|
|
1947
|
+
"$ref": "#/components/responses/validation_failed"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
"x-github": {
|
|
1951
|
+
"githubCloudOnly": false,
|
|
1952
|
+
"enabledForGitHubApps": false,
|
|
1953
|
+
"category": "apps",
|
|
1954
|
+
"subcategory": "oauth-applications"
|
|
1955
|
+
},
|
|
1956
|
+
"x-octokit": {
|
|
1957
|
+
"diff": {
|
|
1958
|
+
"api.github.com": {
|
|
1959
|
+
"type": "changed"
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1964
|
+
"patch": {
|
|
1965
|
+
"summary": "Reset a token",
|
|
1966
|
+
"description": "OAuth applications can use this API method to reset a valid OAuth token without end-user involvement. Applications must save the \"token\" property in the response because changes take effect immediately. You must use [Basic Authentication](https://docs.github.com/github-ae@latest/rest/overview/other-authentication-methods#basic-authentication) when accessing this endpoint, using the OAuth application's `client_id` and `client_secret` as the username and password. Invalid tokens will return `404 NOT FOUND`.",
|
|
1967
|
+
"tags": [
|
|
1968
|
+
"apps"
|
|
1969
|
+
],
|
|
1970
|
+
"operationId": "apps/reset-token",
|
|
1971
|
+
"externalDocs": {
|
|
1972
|
+
"description": "API method documentation",
|
|
1973
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#reset-a-token"
|
|
1974
|
+
},
|
|
1975
|
+
"parameters": [
|
|
1976
|
+
{
|
|
1977
|
+
"$ref": "#/components/parameters/client-id"
|
|
1978
|
+
}
|
|
1979
|
+
],
|
|
1980
|
+
"requestBody": {
|
|
1981
|
+
"required": true,
|
|
1982
|
+
"content": {
|
|
1983
|
+
"application/json": {
|
|
1984
|
+
"schema": {
|
|
1985
|
+
"properties": {
|
|
1986
|
+
"access_token": {
|
|
1987
|
+
"description": "The access_token of the OAuth application.",
|
|
1988
|
+
"type": "string"
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
"required": [
|
|
1992
|
+
"access_token"
|
|
1993
|
+
],
|
|
1994
|
+
"type": "object"
|
|
1995
|
+
},
|
|
1996
|
+
"examples": {
|
|
1997
|
+
"default": {
|
|
1998
|
+
"value": {
|
|
1999
|
+
"access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"responses": {
|
|
2007
|
+
"200": {
|
|
2008
|
+
"description": "Response",
|
|
2009
|
+
"content": {
|
|
2010
|
+
"application/json": {
|
|
2011
|
+
"schema": {
|
|
2012
|
+
"$ref": "#/components/schemas/authorization"
|
|
2013
|
+
},
|
|
2014
|
+
"examples": {
|
|
2015
|
+
"default": {
|
|
2016
|
+
"$ref": "#/components/examples/authorization-with-user"
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
"422": {
|
|
2023
|
+
"$ref": "#/components/responses/validation_failed"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
"x-github": {
|
|
2027
|
+
"githubCloudOnly": false,
|
|
2028
|
+
"enabledForGitHubApps": false,
|
|
2029
|
+
"category": "apps",
|
|
2030
|
+
"subcategory": "oauth-applications"
|
|
2031
|
+
},
|
|
2032
|
+
"x-octokit": {
|
|
2033
|
+
"diff": {
|
|
2034
|
+
"api.github.com": {
|
|
2035
|
+
"type": "changed"
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
1761
2041
|
"/applications/{client_id}/tokens/{access_token}": {
|
|
1762
2042
|
"post": {
|
|
1763
2043
|
"summary": "Reset an authorization",
|
|
@@ -3917,21 +4197,164 @@
|
|
|
3917
4197
|
},
|
|
3918
4198
|
"examples": {
|
|
3919
4199
|
"default": {
|
|
3920
|
-
"value": null
|
|
4200
|
+
"value": null
|
|
4201
|
+
}
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
"204": {
|
|
4207
|
+
"description": "Response when updating a secret"
|
|
4208
|
+
}
|
|
4209
|
+
},
|
|
4210
|
+
"x-github": {
|
|
4211
|
+
"githubCloudOnly": false,
|
|
4212
|
+
"enabledForGitHubApps": true,
|
|
4213
|
+
"category": "actions",
|
|
4214
|
+
"subcategory": "secrets"
|
|
4215
|
+
},
|
|
4216
|
+
"x-octokit": {
|
|
4217
|
+
"diff": {
|
|
4218
|
+
"api.github.com": {
|
|
4219
|
+
"type": "changed"
|
|
4220
|
+
}
|
|
4221
|
+
}
|
|
4222
|
+
}
|
|
4223
|
+
}
|
|
4224
|
+
},
|
|
4225
|
+
"/orgs/{org}/actions/secrets/{secret_name}/repositories": {
|
|
4226
|
+
"get": {
|
|
4227
|
+
"summary": "List selected repositories for an organization secret",
|
|
4228
|
+
"description": "Lists all repositories that have been selected when the `visibility` for repository access to a secret is set to `selected`. You must authenticate using an access token with the `admin:org` scope to use this endpoint. GitHub Apps must have the `secrets` organization permission to use this endpoint.",
|
|
4229
|
+
"tags": [
|
|
4230
|
+
"actions"
|
|
4231
|
+
],
|
|
4232
|
+
"operationId": "actions/list-selected-repos-for-org-secret",
|
|
4233
|
+
"externalDocs": {
|
|
4234
|
+
"description": "API method documentation",
|
|
4235
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/actions#list-selected-repositories-for-an-organization-secret"
|
|
4236
|
+
},
|
|
4237
|
+
"parameters": [
|
|
4238
|
+
{
|
|
4239
|
+
"$ref": "#/components/parameters/org"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"$ref": "#/components/parameters/secret-name"
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"$ref": "#/components/parameters/page"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"$ref": "#/components/parameters/per-page"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"responses": {
|
|
4252
|
+
"200": {
|
|
4253
|
+
"description": "Response",
|
|
4254
|
+
"content": {
|
|
4255
|
+
"application/json": {
|
|
4256
|
+
"schema": {
|
|
4257
|
+
"type": "object",
|
|
4258
|
+
"required": [
|
|
4259
|
+
"total_count",
|
|
4260
|
+
"repositories"
|
|
4261
|
+
],
|
|
4262
|
+
"properties": {
|
|
4263
|
+
"total_count": {
|
|
4264
|
+
"type": "integer"
|
|
4265
|
+
},
|
|
4266
|
+
"repositories": {
|
|
4267
|
+
"type": "array",
|
|
4268
|
+
"items": {
|
|
4269
|
+
"$ref": "#/components/schemas/minimal-repository"
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
}
|
|
4273
|
+
},
|
|
4274
|
+
"examples": {
|
|
4275
|
+
"default": {
|
|
4276
|
+
"$ref": "#/components/examples/public-repository-paginated"
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
4280
|
+
}
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
"x-github": {
|
|
4284
|
+
"githubCloudOnly": false,
|
|
4285
|
+
"enabledForGitHubApps": true,
|
|
4286
|
+
"category": "actions",
|
|
4287
|
+
"subcategory": "secrets"
|
|
4288
|
+
},
|
|
4289
|
+
"x-octokit": {
|
|
4290
|
+
"diff": {
|
|
4291
|
+
"api.github.com": {
|
|
4292
|
+
"type": "changed"
|
|
4293
|
+
}
|
|
4294
|
+
}
|
|
4295
|
+
}
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
4298
|
+
"/orgs/{org}/audit-log": {
|
|
4299
|
+
"get": {
|
|
4300
|
+
"summary": "Get the audit log for an organization",
|
|
4301
|
+
"description": "Gets the audit log for an organization. For more information, see \"[Reviewing the audit log for your organization](https://docs.github.com/github-ae@latest/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization).\"\n\nThis endpoint is available for organizations on GitHub Enterprise Cloud. To use this endpoint, you must be an organization owner, and you must use an access token with the `admin:org` scope. GitHub Apps must have the `organization_administration` read permission to use this endpoint.\n\nBy default, the response includes up to 30 events from the past three months. Use the `phrase` parameter to filter results and retrieve older events. For example, use the `phrase` parameter with the `created` qualifier to filter events based on when the events occurred. For more information, see \"[Reviewing the audit log for your organization](https://docs.github.com/github-ae@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#searching-the-audit-log).\"\n\nUse pagination to retrieve fewer or more than 30 events. For more information, see \"[Resources in the REST API](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#pagination).\"",
|
|
4302
|
+
"operationId": "orgs/get-audit-log",
|
|
4303
|
+
"tags": [
|
|
4304
|
+
"orgs"
|
|
4305
|
+
],
|
|
4306
|
+
"externalDocs": {
|
|
4307
|
+
"description": "API method documentation",
|
|
4308
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#get-audit-log"
|
|
4309
|
+
},
|
|
4310
|
+
"parameters": [
|
|
4311
|
+
{
|
|
4312
|
+
"$ref": "#/components/parameters/org"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"$ref": "#/components/parameters/audit-log-phrase"
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"$ref": "#/components/parameters/audit-log-after"
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"$ref": "#/components/parameters/audit-log-before"
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"$ref": "#/components/parameters/audit-log-order"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"$ref": "#/components/parameters/per-page"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"$ref": "#/components/parameters/page"
|
|
4331
|
+
}
|
|
4332
|
+
],
|
|
4333
|
+
"responses": {
|
|
4334
|
+
"200": {
|
|
4335
|
+
"description": "Response",
|
|
4336
|
+
"content": {
|
|
4337
|
+
"application/json": {
|
|
4338
|
+
"schema": {
|
|
4339
|
+
"type": "array",
|
|
4340
|
+
"items": {
|
|
4341
|
+
"$ref": "#/components/schemas/audit-log-event"
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
"examples": {
|
|
4345
|
+
"default": {
|
|
4346
|
+
"$ref": "#/components/examples/audit-log"
|
|
3921
4347
|
}
|
|
3922
4348
|
}
|
|
3923
4349
|
}
|
|
3924
4350
|
}
|
|
3925
|
-
},
|
|
3926
|
-
"204": {
|
|
3927
|
-
"description": "Response when updating a secret"
|
|
3928
4351
|
}
|
|
3929
4352
|
},
|
|
3930
4353
|
"x-github": {
|
|
3931
|
-
"githubCloudOnly":
|
|
4354
|
+
"githubCloudOnly": true,
|
|
3932
4355
|
"enabledForGitHubApps": true,
|
|
3933
|
-
"category": "
|
|
3934
|
-
"subcategory":
|
|
4356
|
+
"category": "orgs",
|
|
4357
|
+
"subcategory": null
|
|
3935
4358
|
},
|
|
3936
4359
|
"x-octokit": {
|
|
3937
4360
|
"diff": {
|
|
@@ -3942,30 +4365,21 @@
|
|
|
3942
4365
|
}
|
|
3943
4366
|
}
|
|
3944
4367
|
},
|
|
3945
|
-
"/orgs/{org}/
|
|
4368
|
+
"/orgs/{org}/installation": {
|
|
3946
4369
|
"get": {
|
|
3947
|
-
"summary": "
|
|
3948
|
-
"description": "
|
|
4370
|
+
"summary": "Get an organization installation for the authenticated app",
|
|
4371
|
+
"description": "Enables an authenticated GitHub App to find the organization's installation information.\n\nYou must use a [JWT](https://docs.github.com/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.",
|
|
3949
4372
|
"tags": [
|
|
3950
|
-
"
|
|
4373
|
+
"apps"
|
|
3951
4374
|
],
|
|
3952
|
-
"operationId": "
|
|
4375
|
+
"operationId": "apps/get-org-installation",
|
|
3953
4376
|
"externalDocs": {
|
|
3954
4377
|
"description": "API method documentation",
|
|
3955
|
-
"url": "https://docs.github.com/github-ae@latest/rest/reference/
|
|
4378
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-an-organization-installation-for-the-authenticated-app"
|
|
3956
4379
|
},
|
|
3957
4380
|
"parameters": [
|
|
3958
4381
|
{
|
|
3959
4382
|
"$ref": "#/components/parameters/org"
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"$ref": "#/components/parameters/secret-name"
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"$ref": "#/components/parameters/page"
|
|
3966
|
-
},
|
|
3967
|
-
{
|
|
3968
|
-
"$ref": "#/components/parameters/per-page"
|
|
3969
4383
|
}
|
|
3970
4384
|
],
|
|
3971
4385
|
"responses": {
|
|
@@ -3974,26 +4388,11 @@
|
|
|
3974
4388
|
"content": {
|
|
3975
4389
|
"application/json": {
|
|
3976
4390
|
"schema": {
|
|
3977
|
-
"
|
|
3978
|
-
"required": [
|
|
3979
|
-
"total_count",
|
|
3980
|
-
"repositories"
|
|
3981
|
-
],
|
|
3982
|
-
"properties": {
|
|
3983
|
-
"total_count": {
|
|
3984
|
-
"type": "integer"
|
|
3985
|
-
},
|
|
3986
|
-
"repositories": {
|
|
3987
|
-
"type": "array",
|
|
3988
|
-
"items": {
|
|
3989
|
-
"$ref": "#/components/schemas/minimal-repository"
|
|
3990
|
-
}
|
|
3991
|
-
}
|
|
3992
|
-
}
|
|
4391
|
+
"$ref": "#/components/schemas/installation"
|
|
3993
4392
|
},
|
|
3994
4393
|
"examples": {
|
|
3995
4394
|
"default": {
|
|
3996
|
-
"$ref": "#/components/examples/
|
|
4395
|
+
"$ref": "#/components/examples/installation"
|
|
3997
4396
|
}
|
|
3998
4397
|
}
|
|
3999
4398
|
}
|
|
@@ -4002,9 +4401,9 @@
|
|
|
4002
4401
|
},
|
|
4003
4402
|
"x-github": {
|
|
4004
4403
|
"githubCloudOnly": false,
|
|
4005
|
-
"enabledForGitHubApps":
|
|
4006
|
-
"category": "
|
|
4007
|
-
"subcategory":
|
|
4404
|
+
"enabledForGitHubApps": false,
|
|
4405
|
+
"category": "apps",
|
|
4406
|
+
"subcategory": null
|
|
4008
4407
|
},
|
|
4009
4408
|
"x-octokit": {
|
|
4010
4409
|
"diff": {
|
|
@@ -4015,34 +4414,22 @@
|
|
|
4015
4414
|
}
|
|
4016
4415
|
}
|
|
4017
4416
|
},
|
|
4018
|
-
"/orgs/{org}/
|
|
4417
|
+
"/orgs/{org}/installations": {
|
|
4019
4418
|
"get": {
|
|
4020
|
-
"summary": "
|
|
4021
|
-
"description": "
|
|
4022
|
-
"operationId": "orgs/get-audit-log",
|
|
4419
|
+
"summary": "List app installations for an organization",
|
|
4420
|
+
"description": "Lists all GitHub Apps in an organization. The installation count includes all GitHub Apps installed on repositories in the organization. You must be an organization owner with `admin:read` scope to use this endpoint.",
|
|
4023
4421
|
"tags": [
|
|
4024
4422
|
"orgs"
|
|
4025
4423
|
],
|
|
4424
|
+
"operationId": "orgs/list-app-installations",
|
|
4026
4425
|
"externalDocs": {
|
|
4027
4426
|
"description": "API method documentation",
|
|
4028
|
-
"url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#
|
|
4427
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#list-app-installations-for-an-organization"
|
|
4029
4428
|
},
|
|
4030
4429
|
"parameters": [
|
|
4031
4430
|
{
|
|
4032
4431
|
"$ref": "#/components/parameters/org"
|
|
4033
4432
|
},
|
|
4034
|
-
{
|
|
4035
|
-
"$ref": "#/components/parameters/audit-log-phrase"
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"$ref": "#/components/parameters/audit-log-after"
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"$ref": "#/components/parameters/audit-log-before"
|
|
4042
|
-
},
|
|
4043
|
-
{
|
|
4044
|
-
"$ref": "#/components/parameters/audit-log-order"
|
|
4045
|
-
},
|
|
4046
4433
|
{
|
|
4047
4434
|
"$ref": "#/components/parameters/per-page"
|
|
4048
4435
|
},
|
|
@@ -4056,22 +4443,39 @@
|
|
|
4056
4443
|
"content": {
|
|
4057
4444
|
"application/json": {
|
|
4058
4445
|
"schema": {
|
|
4059
|
-
"type": "
|
|
4060
|
-
"
|
|
4061
|
-
"
|
|
4446
|
+
"type": "object",
|
|
4447
|
+
"required": [
|
|
4448
|
+
"total_count",
|
|
4449
|
+
"installations"
|
|
4450
|
+
],
|
|
4451
|
+
"properties": {
|
|
4452
|
+
"total_count": {
|
|
4453
|
+
"type": "integer"
|
|
4454
|
+
},
|
|
4455
|
+
"installations": {
|
|
4456
|
+
"type": "array",
|
|
4457
|
+
"items": {
|
|
4458
|
+
"$ref": "#/components/schemas/installation"
|
|
4459
|
+
}
|
|
4460
|
+
}
|
|
4062
4461
|
}
|
|
4063
4462
|
},
|
|
4064
4463
|
"examples": {
|
|
4065
4464
|
"default": {
|
|
4066
|
-
"$ref": "#/components/examples/
|
|
4465
|
+
"$ref": "#/components/examples/installation-paginated"
|
|
4067
4466
|
}
|
|
4068
4467
|
}
|
|
4069
4468
|
}
|
|
4469
|
+
},
|
|
4470
|
+
"headers": {
|
|
4471
|
+
"Link": {
|
|
4472
|
+
"$ref": "#/components/headers/link"
|
|
4473
|
+
}
|
|
4070
4474
|
}
|
|
4071
4475
|
}
|
|
4072
4476
|
},
|
|
4073
4477
|
"x-github": {
|
|
4074
|
-
"githubCloudOnly":
|
|
4478
|
+
"githubCloudOnly": false,
|
|
4075
4479
|
"enabledForGitHubApps": true,
|
|
4076
4480
|
"category": "orgs",
|
|
4077
4481
|
"subcategory": null
|
|
@@ -4716,6 +5120,40 @@
|
|
|
4716
5120
|
"type": "boolean",
|
|
4717
5121
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
4718
5122
|
"default": false
|
|
5123
|
+
},
|
|
5124
|
+
"squash_merge_commit_title": {
|
|
5125
|
+
"type": "string",
|
|
5126
|
+
"enum": [
|
|
5127
|
+
"PR_TITLE",
|
|
5128
|
+
"COMMIT_OR_PR_TITLE"
|
|
5129
|
+
],
|
|
5130
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
5131
|
+
},
|
|
5132
|
+
"squash_merge_commit_message": {
|
|
5133
|
+
"type": "string",
|
|
5134
|
+
"enum": [
|
|
5135
|
+
"PR_BODY",
|
|
5136
|
+
"COMMIT_MESSAGES",
|
|
5137
|
+
"BLANK"
|
|
5138
|
+
],
|
|
5139
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
5140
|
+
},
|
|
5141
|
+
"merge_commit_title": {
|
|
5142
|
+
"type": "string",
|
|
5143
|
+
"enum": [
|
|
5144
|
+
"PR_TITLE",
|
|
5145
|
+
"MERGE_MESSAGE"
|
|
5146
|
+
],
|
|
5147
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
5148
|
+
},
|
|
5149
|
+
"merge_commit_message": {
|
|
5150
|
+
"type": "string",
|
|
5151
|
+
"enum": [
|
|
5152
|
+
"PR_BODY",
|
|
5153
|
+
"PR_TITLE",
|
|
5154
|
+
"BLANK"
|
|
5155
|
+
],
|
|
5156
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
4719
5157
|
}
|
|
4720
5158
|
},
|
|
4721
5159
|
"required": [
|
|
@@ -5184,6 +5622,40 @@
|
|
|
5184
5622
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5185
5623
|
"default": false
|
|
5186
5624
|
},
|
|
5625
|
+
"squash_merge_commit_title": {
|
|
5626
|
+
"type": "string",
|
|
5627
|
+
"enum": [
|
|
5628
|
+
"PR_TITLE",
|
|
5629
|
+
"COMMIT_OR_PR_TITLE"
|
|
5630
|
+
],
|
|
5631
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
5632
|
+
},
|
|
5633
|
+
"squash_merge_commit_message": {
|
|
5634
|
+
"type": "string",
|
|
5635
|
+
"enum": [
|
|
5636
|
+
"PR_BODY",
|
|
5637
|
+
"COMMIT_MESSAGES",
|
|
5638
|
+
"BLANK"
|
|
5639
|
+
],
|
|
5640
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
5641
|
+
},
|
|
5642
|
+
"merge_commit_title": {
|
|
5643
|
+
"type": "string",
|
|
5644
|
+
"enum": [
|
|
5645
|
+
"PR_TITLE",
|
|
5646
|
+
"MERGE_MESSAGE"
|
|
5647
|
+
],
|
|
5648
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
5649
|
+
},
|
|
5650
|
+
"merge_commit_message": {
|
|
5651
|
+
"type": "string",
|
|
5652
|
+
"enum": [
|
|
5653
|
+
"PR_BODY",
|
|
5654
|
+
"PR_TITLE",
|
|
5655
|
+
"BLANK"
|
|
5656
|
+
],
|
|
5657
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
5658
|
+
},
|
|
5187
5659
|
"archived": {
|
|
5188
5660
|
"type": "boolean",
|
|
5189
5661
|
"description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
|
|
@@ -5193,6 +5665,11 @@
|
|
|
5193
5665
|
"type": "boolean",
|
|
5194
5666
|
"description": "Either `true` to allow private forks, or `false` to prevent private forks.",
|
|
5195
5667
|
"default": false
|
|
5668
|
+
},
|
|
5669
|
+
"web_commit_signoff_required": {
|
|
5670
|
+
"type": "boolean",
|
|
5671
|
+
"description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.",
|
|
5672
|
+
"default": false
|
|
5196
5673
|
}
|
|
5197
5674
|
}
|
|
5198
5675
|
},
|
|
@@ -5605,6 +6082,11 @@
|
|
|
5605
6082
|
"schema": {
|
|
5606
6083
|
"type": "object",
|
|
5607
6084
|
"nullable": true
|
|
6085
|
+
},
|
|
6086
|
+
"examples": {
|
|
6087
|
+
"default": {
|
|
6088
|
+
"value": null
|
|
6089
|
+
}
|
|
5608
6090
|
}
|
|
5609
6091
|
}
|
|
5610
6092
|
}
|
|
@@ -5615,9 +6097,12 @@
|
|
|
5615
6097
|
"content": {
|
|
5616
6098
|
"application/json": {
|
|
5617
6099
|
"schema": {
|
|
5618
|
-
"
|
|
5619
|
-
|
|
5620
|
-
|
|
6100
|
+
"$ref": "#/components/schemas/empty-object"
|
|
6101
|
+
},
|
|
6102
|
+
"examples": {
|
|
6103
|
+
"default": {
|
|
6104
|
+
"value": null
|
|
6105
|
+
}
|
|
5621
6106
|
}
|
|
5622
6107
|
}
|
|
5623
6108
|
}
|
|
@@ -7257,6 +7742,64 @@
|
|
|
7257
7742
|
}
|
|
7258
7743
|
}
|
|
7259
7744
|
},
|
|
7745
|
+
"/repos/{owner}/{repo}/installation": {
|
|
7746
|
+
"get": {
|
|
7747
|
+
"summary": "Get a repository installation for the authenticated app",
|
|
7748
|
+
"description": "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.\n\nYou must use a [JWT](https://docs.github.com/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.",
|
|
7749
|
+
"tags": [
|
|
7750
|
+
"apps"
|
|
7751
|
+
],
|
|
7752
|
+
"operationId": "apps/get-repo-installation",
|
|
7753
|
+
"externalDocs": {
|
|
7754
|
+
"description": "API method documentation",
|
|
7755
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-a-repository-installation-for-the-authenticated-app"
|
|
7756
|
+
},
|
|
7757
|
+
"parameters": [
|
|
7758
|
+
{
|
|
7759
|
+
"$ref": "#/components/parameters/owner"
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
"$ref": "#/components/parameters/repo"
|
|
7763
|
+
}
|
|
7764
|
+
],
|
|
7765
|
+
"responses": {
|
|
7766
|
+
"200": {
|
|
7767
|
+
"description": "Response",
|
|
7768
|
+
"content": {
|
|
7769
|
+
"application/json": {
|
|
7770
|
+
"schema": {
|
|
7771
|
+
"$ref": "#/components/schemas/installation"
|
|
7772
|
+
},
|
|
7773
|
+
"examples": {
|
|
7774
|
+
"default": {
|
|
7775
|
+
"$ref": "#/components/examples/installation"
|
|
7776
|
+
}
|
|
7777
|
+
}
|
|
7778
|
+
}
|
|
7779
|
+
}
|
|
7780
|
+
},
|
|
7781
|
+
"301": {
|
|
7782
|
+
"$ref": "#/components/responses/moved_permanently"
|
|
7783
|
+
},
|
|
7784
|
+
"404": {
|
|
7785
|
+
"$ref": "#/components/responses/not_found"
|
|
7786
|
+
}
|
|
7787
|
+
},
|
|
7788
|
+
"x-github": {
|
|
7789
|
+
"githubCloudOnly": false,
|
|
7790
|
+
"enabledForGitHubApps": false,
|
|
7791
|
+
"category": "apps",
|
|
7792
|
+
"subcategory": null
|
|
7793
|
+
},
|
|
7794
|
+
"x-octokit": {
|
|
7795
|
+
"diff": {
|
|
7796
|
+
"api.github.com": {
|
|
7797
|
+
"type": "changed"
|
|
7798
|
+
}
|
|
7799
|
+
}
|
|
7800
|
+
}
|
|
7801
|
+
}
|
|
7802
|
+
},
|
|
7260
7803
|
"/repos/{owner}/{repo}/invitations": {
|
|
7261
7804
|
"get": {
|
|
7262
7805
|
"summary": "List repository invitations",
|
|
@@ -7365,6 +7908,14 @@
|
|
|
7365
7908
|
]
|
|
7366
7909
|
}
|
|
7367
7910
|
}
|
|
7911
|
+
},
|
|
7912
|
+
"examples": {
|
|
7913
|
+
"default": {
|
|
7914
|
+
"summary": "Example request body",
|
|
7915
|
+
"value": {
|
|
7916
|
+
"permissions": "write"
|
|
7917
|
+
}
|
|
7918
|
+
}
|
|
7368
7919
|
}
|
|
7369
7920
|
}
|
|
7370
7921
|
}
|
|
@@ -7987,6 +8538,12 @@
|
|
|
7987
8538
|
"closed"
|
|
7988
8539
|
]
|
|
7989
8540
|
},
|
|
8541
|
+
"state_reason": {
|
|
8542
|
+
"type": "string",
|
|
8543
|
+
"nullable": true,
|
|
8544
|
+
"description": "The reason for the current state",
|
|
8545
|
+
"example": "not_planned"
|
|
8546
|
+
},
|
|
7990
8547
|
"milestone": {
|
|
7991
8548
|
"oneOf": [
|
|
7992
8549
|
{
|
|
@@ -10061,7 +10618,80 @@
|
|
|
10061
10618
|
}
|
|
10062
10619
|
},
|
|
10063
10620
|
"responses": {
|
|
10064
|
-
"201": {
|
|
10621
|
+
"201": {
|
|
10622
|
+
"description": "Response",
|
|
10623
|
+
"content": {
|
|
10624
|
+
"application/json": {
|
|
10625
|
+
"schema": {
|
|
10626
|
+
"$ref": "#/components/schemas/gpg-key"
|
|
10627
|
+
},
|
|
10628
|
+
"examples": {
|
|
10629
|
+
"default": {
|
|
10630
|
+
"$ref": "#/components/examples/gpg-key"
|
|
10631
|
+
}
|
|
10632
|
+
}
|
|
10633
|
+
}
|
|
10634
|
+
}
|
|
10635
|
+
},
|
|
10636
|
+
"304": {
|
|
10637
|
+
"$ref": "#/components/responses/not_modified"
|
|
10638
|
+
},
|
|
10639
|
+
"401": {
|
|
10640
|
+
"$ref": "#/components/responses/requires_authentication"
|
|
10641
|
+
},
|
|
10642
|
+
"403": {
|
|
10643
|
+
"$ref": "#/components/responses/forbidden"
|
|
10644
|
+
},
|
|
10645
|
+
"404": {
|
|
10646
|
+
"$ref": "#/components/responses/not_found"
|
|
10647
|
+
},
|
|
10648
|
+
"422": {
|
|
10649
|
+
"$ref": "#/components/responses/validation_failed"
|
|
10650
|
+
}
|
|
10651
|
+
},
|
|
10652
|
+
"x-github": {
|
|
10653
|
+
"githubCloudOnly": false,
|
|
10654
|
+
"enabledForGitHubApps": false,
|
|
10655
|
+
"category": "users",
|
|
10656
|
+
"subcategory": "gpg-keys"
|
|
10657
|
+
},
|
|
10658
|
+
"x-octokit": {
|
|
10659
|
+
"changes": [
|
|
10660
|
+
{
|
|
10661
|
+
"type": "OPERATION",
|
|
10662
|
+
"date": "2021-10-05",
|
|
10663
|
+
"before": {
|
|
10664
|
+
"operationId": "users/create-gpg-key-for-authenticated"
|
|
10665
|
+
}
|
|
10666
|
+
}
|
|
10667
|
+
],
|
|
10668
|
+
"diff": {
|
|
10669
|
+
"api.github.com": {
|
|
10670
|
+
"type": "changed"
|
|
10671
|
+
}
|
|
10672
|
+
}
|
|
10673
|
+
}
|
|
10674
|
+
}
|
|
10675
|
+
},
|
|
10676
|
+
"/user/gpg_keys/{gpg_key_id}": {
|
|
10677
|
+
"get": {
|
|
10678
|
+
"summary": "Get a GPG key for the authenticated user",
|
|
10679
|
+
"description": "View extended details for a single GPG key. Requires that you are authenticated via Basic Auth or via OAuth with at least `read:gpg_key` [scope](https://docs.github.com/github-ae@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
10680
|
+
"tags": [
|
|
10681
|
+
"users"
|
|
10682
|
+
],
|
|
10683
|
+
"operationId": "users/get-gpg-key-for-authenticated-user",
|
|
10684
|
+
"externalDocs": {
|
|
10685
|
+
"description": "API method documentation",
|
|
10686
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/users#get-a-gpg-key-for-the-authenticated-user"
|
|
10687
|
+
},
|
|
10688
|
+
"parameters": [
|
|
10689
|
+
{
|
|
10690
|
+
"$ref": "#/components/parameters/gpg-key-id"
|
|
10691
|
+
}
|
|
10692
|
+
],
|
|
10693
|
+
"responses": {
|
|
10694
|
+
"200": {
|
|
10065
10695
|
"description": "Response",
|
|
10066
10696
|
"content": {
|
|
10067
10697
|
"application/json": {
|
|
@@ -10087,9 +10717,6 @@
|
|
|
10087
10717
|
},
|
|
10088
10718
|
"404": {
|
|
10089
10719
|
"$ref": "#/components/responses/not_found"
|
|
10090
|
-
},
|
|
10091
|
-
"422": {
|
|
10092
|
-
"$ref": "#/components/responses/validation_failed"
|
|
10093
10720
|
}
|
|
10094
10721
|
},
|
|
10095
10722
|
"x-github": {
|
|
@@ -10104,7 +10731,7 @@
|
|
|
10104
10731
|
"type": "OPERATION",
|
|
10105
10732
|
"date": "2021-10-05",
|
|
10106
10733
|
"before": {
|
|
10107
|
-
"operationId": "users/
|
|
10734
|
+
"operationId": "users/get-gpg-key-for-authenticated"
|
|
10108
10735
|
}
|
|
10109
10736
|
}
|
|
10110
10737
|
],
|
|
@@ -10116,37 +10743,60 @@
|
|
|
10116
10743
|
}
|
|
10117
10744
|
}
|
|
10118
10745
|
},
|
|
10119
|
-
"/user/
|
|
10746
|
+
"/user/installations": {
|
|
10120
10747
|
"get": {
|
|
10121
|
-
"summary": "
|
|
10122
|
-
"description": "
|
|
10748
|
+
"summary": "List app installations accessible to the user access token",
|
|
10749
|
+
"description": "Lists installations of your GitHub App that the authenticated user has explicit permission (`:read`, `:write`, or `:admin`) to access.\n\nYou must use a [user-to-server OAuth access token](https://docs.github.com/github-ae@latest/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/#identifying-users-on-your-site), created for a user who has authorized your GitHub App, to access this endpoint.\n\nThe authenticated user has explicit permission to access repositories they own, repositories where they are a collaborator, and repositories that they can access through an organization membership.\n\nYou can find the permissions for the installation under the `permissions` key.",
|
|
10123
10750
|
"tags": [
|
|
10124
|
-
"
|
|
10751
|
+
"apps"
|
|
10125
10752
|
],
|
|
10126
|
-
"operationId": "
|
|
10753
|
+
"operationId": "apps/list-installations-for-authenticated-user",
|
|
10127
10754
|
"externalDocs": {
|
|
10128
10755
|
"description": "API method documentation",
|
|
10129
|
-
"url": "https://docs.github.com/github-ae@latest/rest/reference/
|
|
10756
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#list-app-installations-accessible-to-the-user-access-token"
|
|
10130
10757
|
},
|
|
10131
10758
|
"parameters": [
|
|
10132
10759
|
{
|
|
10133
|
-
"$ref": "#/components/parameters/
|
|
10760
|
+
"$ref": "#/components/parameters/per-page"
|
|
10761
|
+
},
|
|
10762
|
+
{
|
|
10763
|
+
"$ref": "#/components/parameters/page"
|
|
10134
10764
|
}
|
|
10135
10765
|
],
|
|
10136
10766
|
"responses": {
|
|
10137
10767
|
"200": {
|
|
10138
|
-
"description": "
|
|
10768
|
+
"description": "You can find the permissions for the installation under the `permissions` key.",
|
|
10139
10769
|
"content": {
|
|
10140
10770
|
"application/json": {
|
|
10141
10771
|
"schema": {
|
|
10142
|
-
"
|
|
10772
|
+
"type": "object",
|
|
10773
|
+
"required": [
|
|
10774
|
+
"total_count",
|
|
10775
|
+
"installations"
|
|
10776
|
+
],
|
|
10777
|
+
"properties": {
|
|
10778
|
+
"total_count": {
|
|
10779
|
+
"type": "integer"
|
|
10780
|
+
},
|
|
10781
|
+
"installations": {
|
|
10782
|
+
"type": "array",
|
|
10783
|
+
"items": {
|
|
10784
|
+
"$ref": "#/components/schemas/installation"
|
|
10785
|
+
}
|
|
10786
|
+
}
|
|
10787
|
+
}
|
|
10143
10788
|
},
|
|
10144
10789
|
"examples": {
|
|
10145
10790
|
"default": {
|
|
10146
|
-
"$ref": "#/components/examples/
|
|
10791
|
+
"$ref": "#/components/examples/base-installation-for-auth-user-paginated"
|
|
10147
10792
|
}
|
|
10148
10793
|
}
|
|
10149
10794
|
}
|
|
10795
|
+
},
|
|
10796
|
+
"headers": {
|
|
10797
|
+
"Link": {
|
|
10798
|
+
"$ref": "#/components/headers/link"
|
|
10799
|
+
}
|
|
10150
10800
|
}
|
|
10151
10801
|
},
|
|
10152
10802
|
"304": {
|
|
@@ -10157,27 +10807,15 @@
|
|
|
10157
10807
|
},
|
|
10158
10808
|
"403": {
|
|
10159
10809
|
"$ref": "#/components/responses/forbidden"
|
|
10160
|
-
},
|
|
10161
|
-
"404": {
|
|
10162
|
-
"$ref": "#/components/responses/not_found"
|
|
10163
10810
|
}
|
|
10164
10811
|
},
|
|
10165
10812
|
"x-github": {
|
|
10166
10813
|
"githubCloudOnly": false,
|
|
10167
10814
|
"enabledForGitHubApps": false,
|
|
10168
|
-
"category": "
|
|
10169
|
-
"subcategory": "
|
|
10815
|
+
"category": "apps",
|
|
10816
|
+
"subcategory": "installations"
|
|
10170
10817
|
},
|
|
10171
10818
|
"x-octokit": {
|
|
10172
|
-
"changes": [
|
|
10173
|
-
{
|
|
10174
|
-
"type": "OPERATION",
|
|
10175
|
-
"date": "2021-10-05",
|
|
10176
|
-
"before": {
|
|
10177
|
-
"operationId": "users/get-gpg-key-for-authenticated"
|
|
10178
|
-
}
|
|
10179
|
-
}
|
|
10180
|
-
],
|
|
10181
10819
|
"diff": {
|
|
10182
10820
|
"api.github.com": {
|
|
10183
10821
|
"type": "changed"
|
|
@@ -10932,6 +11570,40 @@
|
|
|
10932
11570
|
"type": "boolean",
|
|
10933
11571
|
"example": false
|
|
10934
11572
|
},
|
|
11573
|
+
"squash_merge_commit_title": {
|
|
11574
|
+
"type": "string",
|
|
11575
|
+
"enum": [
|
|
11576
|
+
"PR_TITLE",
|
|
11577
|
+
"COMMIT_OR_PR_TITLE"
|
|
11578
|
+
],
|
|
11579
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
11580
|
+
},
|
|
11581
|
+
"squash_merge_commit_message": {
|
|
11582
|
+
"type": "string",
|
|
11583
|
+
"enum": [
|
|
11584
|
+
"PR_BODY",
|
|
11585
|
+
"COMMIT_MESSAGES",
|
|
11586
|
+
"BLANK"
|
|
11587
|
+
],
|
|
11588
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
11589
|
+
},
|
|
11590
|
+
"merge_commit_title": {
|
|
11591
|
+
"type": "string",
|
|
11592
|
+
"enum": [
|
|
11593
|
+
"PR_TITLE",
|
|
11594
|
+
"MERGE_MESSAGE"
|
|
11595
|
+
],
|
|
11596
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
11597
|
+
},
|
|
11598
|
+
"merge_commit_message": {
|
|
11599
|
+
"type": "string",
|
|
11600
|
+
"enum": [
|
|
11601
|
+
"PR_BODY",
|
|
11602
|
+
"PR_TITLE",
|
|
11603
|
+
"BLANK"
|
|
11604
|
+
],
|
|
11605
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
11606
|
+
},
|
|
10935
11607
|
"has_downloads": {
|
|
10936
11608
|
"description": "Whether downloads are enabled.",
|
|
10937
11609
|
"default": true,
|
|
@@ -11422,6 +12094,55 @@
|
|
|
11422
12094
|
}
|
|
11423
12095
|
}
|
|
11424
12096
|
},
|
|
12097
|
+
"/users/{username}/installation": {
|
|
12098
|
+
"get": {
|
|
12099
|
+
"summary": "Get a user installation for the authenticated app",
|
|
12100
|
+
"description": "Enables an authenticated GitHub App to find the user’s installation information.\n\nYou must use a [JWT](https://docs.github.com/github-ae@latest/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.",
|
|
12101
|
+
"tags": [
|
|
12102
|
+
"apps"
|
|
12103
|
+
],
|
|
12104
|
+
"operationId": "apps/get-user-installation",
|
|
12105
|
+
"externalDocs": {
|
|
12106
|
+
"description": "API method documentation",
|
|
12107
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-a-user-installation-for-the-authenticated-app"
|
|
12108
|
+
},
|
|
12109
|
+
"parameters": [
|
|
12110
|
+
{
|
|
12111
|
+
"$ref": "#/components/parameters/username"
|
|
12112
|
+
}
|
|
12113
|
+
],
|
|
12114
|
+
"responses": {
|
|
12115
|
+
"200": {
|
|
12116
|
+
"description": "Response",
|
|
12117
|
+
"content": {
|
|
12118
|
+
"application/json": {
|
|
12119
|
+
"schema": {
|
|
12120
|
+
"$ref": "#/components/schemas/installation"
|
|
12121
|
+
},
|
|
12122
|
+
"examples": {
|
|
12123
|
+
"default": {
|
|
12124
|
+
"$ref": "#/components/examples/installation"
|
|
12125
|
+
}
|
|
12126
|
+
}
|
|
12127
|
+
}
|
|
12128
|
+
}
|
|
12129
|
+
}
|
|
12130
|
+
},
|
|
12131
|
+
"x-github": {
|
|
12132
|
+
"githubCloudOnly": false,
|
|
12133
|
+
"enabledForGitHubApps": false,
|
|
12134
|
+
"category": "apps",
|
|
12135
|
+
"subcategory": null
|
|
12136
|
+
},
|
|
12137
|
+
"x-octokit": {
|
|
12138
|
+
"diff": {
|
|
12139
|
+
"api.github.com": {
|
|
12140
|
+
"type": "changed"
|
|
12141
|
+
}
|
|
12142
|
+
}
|
|
12143
|
+
}
|
|
12144
|
+
}
|
|
12145
|
+
},
|
|
11425
12146
|
"/users/{username}/repos": {
|
|
11426
12147
|
"get": {
|
|
11427
12148
|
"summary": "List repositories for a user",
|
|
@@ -11785,6 +12506,16 @@
|
|
|
11785
12506
|
"type": "string"
|
|
11786
12507
|
}
|
|
11787
12508
|
},
|
|
12509
|
+
"since": {
|
|
12510
|
+
"name": "since",
|
|
12511
|
+
"description": "Only show notifications updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.",
|
|
12512
|
+
"in": "query",
|
|
12513
|
+
"required": false,
|
|
12514
|
+
"schema": {
|
|
12515
|
+
"type": "string",
|
|
12516
|
+
"format": "date-time"
|
|
12517
|
+
}
|
|
12518
|
+
},
|
|
11788
12519
|
"installation-id": {
|
|
11789
12520
|
"name": "installation_id",
|
|
11790
12521
|
"description": "The unique identifier of the installation.",
|
|
@@ -11888,16 +12619,6 @@
|
|
|
11888
12619
|
"type": "string"
|
|
11889
12620
|
}
|
|
11890
12621
|
},
|
|
11891
|
-
"since": {
|
|
11892
|
-
"name": "since",
|
|
11893
|
-
"description": "Only show notifications updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.",
|
|
11894
|
-
"in": "query",
|
|
11895
|
-
"required": false,
|
|
11896
|
-
"schema": {
|
|
11897
|
-
"type": "string",
|
|
11898
|
-
"format": "date-time"
|
|
11899
|
-
}
|
|
11900
|
-
},
|
|
11901
12622
|
"all": {
|
|
11902
12623
|
"name": "all",
|
|
11903
12624
|
"description": "If `true`, show notifications marked as read.",
|
|
@@ -12681,6 +13402,136 @@
|
|
|
12681
13402
|
"expires_at"
|
|
12682
13403
|
]
|
|
12683
13404
|
},
|
|
13405
|
+
"installation": {
|
|
13406
|
+
"title": "Installation",
|
|
13407
|
+
"description": "Installation",
|
|
13408
|
+
"type": "object",
|
|
13409
|
+
"properties": {
|
|
13410
|
+
"id": {
|
|
13411
|
+
"description": "The ID of the installation.",
|
|
13412
|
+
"type": "integer",
|
|
13413
|
+
"example": 1
|
|
13414
|
+
},
|
|
13415
|
+
"account": {
|
|
13416
|
+
"nullable": true,
|
|
13417
|
+
"anyOf": [
|
|
13418
|
+
{
|
|
13419
|
+
"$ref": "#/components/schemas/simple-user"
|
|
13420
|
+
},
|
|
13421
|
+
{
|
|
13422
|
+
"$ref": "#/components/schemas/enterprise"
|
|
13423
|
+
}
|
|
13424
|
+
]
|
|
13425
|
+
},
|
|
13426
|
+
"repository_selection": {
|
|
13427
|
+
"description": "Describe whether all repositories have been selected or there's a selection involved",
|
|
13428
|
+
"type": "string",
|
|
13429
|
+
"enum": [
|
|
13430
|
+
"all",
|
|
13431
|
+
"selected"
|
|
13432
|
+
]
|
|
13433
|
+
},
|
|
13434
|
+
"access_tokens_url": {
|
|
13435
|
+
"type": "string",
|
|
13436
|
+
"format": "uri",
|
|
13437
|
+
"example": "https://api.github.com/installations/1/access_tokens"
|
|
13438
|
+
},
|
|
13439
|
+
"repositories_url": {
|
|
13440
|
+
"type": "string",
|
|
13441
|
+
"format": "uri",
|
|
13442
|
+
"example": "https://api.github.com/installation/repositories"
|
|
13443
|
+
},
|
|
13444
|
+
"html_url": {
|
|
13445
|
+
"type": "string",
|
|
13446
|
+
"format": "uri",
|
|
13447
|
+
"example": "https://github.com/organizations/github/settings/installations/1"
|
|
13448
|
+
},
|
|
13449
|
+
"app_id": {
|
|
13450
|
+
"type": "integer",
|
|
13451
|
+
"example": 1
|
|
13452
|
+
},
|
|
13453
|
+
"target_id": {
|
|
13454
|
+
"description": "The ID of the user or organization this token is being scoped to.",
|
|
13455
|
+
"type": "integer"
|
|
13456
|
+
},
|
|
13457
|
+
"target_type": {
|
|
13458
|
+
"type": "string",
|
|
13459
|
+
"example": "Organization"
|
|
13460
|
+
},
|
|
13461
|
+
"permissions": {
|
|
13462
|
+
"$ref": "#/components/schemas/app-permissions"
|
|
13463
|
+
},
|
|
13464
|
+
"events": {
|
|
13465
|
+
"type": "array",
|
|
13466
|
+
"items": {
|
|
13467
|
+
"type": "string"
|
|
13468
|
+
}
|
|
13469
|
+
},
|
|
13470
|
+
"created_at": {
|
|
13471
|
+
"type": "string",
|
|
13472
|
+
"format": "date-time"
|
|
13473
|
+
},
|
|
13474
|
+
"updated_at": {
|
|
13475
|
+
"type": "string",
|
|
13476
|
+
"format": "date-time"
|
|
13477
|
+
},
|
|
13478
|
+
"single_file_name": {
|
|
13479
|
+
"type": "string",
|
|
13480
|
+
"example": "config.yaml",
|
|
13481
|
+
"nullable": true
|
|
13482
|
+
},
|
|
13483
|
+
"has_multiple_single_files": {
|
|
13484
|
+
"type": "boolean",
|
|
13485
|
+
"example": true
|
|
13486
|
+
},
|
|
13487
|
+
"single_file_paths": {
|
|
13488
|
+
"type": "array",
|
|
13489
|
+
"items": {
|
|
13490
|
+
"type": "string"
|
|
13491
|
+
},
|
|
13492
|
+
"example": [
|
|
13493
|
+
"config.yml",
|
|
13494
|
+
".github/issue_TEMPLATE.md"
|
|
13495
|
+
]
|
|
13496
|
+
},
|
|
13497
|
+
"app_slug": {
|
|
13498
|
+
"type": "string",
|
|
13499
|
+
"example": "github-actions"
|
|
13500
|
+
},
|
|
13501
|
+
"suspended_by": {
|
|
13502
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
13503
|
+
},
|
|
13504
|
+
"suspended_at": {
|
|
13505
|
+
"type": "string",
|
|
13506
|
+
"format": "date-time",
|
|
13507
|
+
"nullable": true
|
|
13508
|
+
},
|
|
13509
|
+
"contact_email": {
|
|
13510
|
+
"type": "string",
|
|
13511
|
+
"example": "\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\"",
|
|
13512
|
+
"nullable": true
|
|
13513
|
+
}
|
|
13514
|
+
},
|
|
13515
|
+
"required": [
|
|
13516
|
+
"id",
|
|
13517
|
+
"app_id",
|
|
13518
|
+
"app_slug",
|
|
13519
|
+
"target_id",
|
|
13520
|
+
"target_type",
|
|
13521
|
+
"single_file_name",
|
|
13522
|
+
"repository_selection",
|
|
13523
|
+
"access_tokens_url",
|
|
13524
|
+
"html_url",
|
|
13525
|
+
"repositories_url",
|
|
13526
|
+
"events",
|
|
13527
|
+
"account",
|
|
13528
|
+
"permissions",
|
|
13529
|
+
"created_at",
|
|
13530
|
+
"updated_at",
|
|
13531
|
+
"suspended_by",
|
|
13532
|
+
"suspended_at"
|
|
13533
|
+
]
|
|
13534
|
+
},
|
|
12684
13535
|
"app-permissions": {
|
|
12685
13536
|
"title": "App Permissions",
|
|
12686
13537
|
"type": "object",
|
|
@@ -12718,14 +13569,6 @@
|
|
|
12718
13569
|
"write"
|
|
12719
13570
|
]
|
|
12720
13571
|
},
|
|
12721
|
-
"organization_custom_roles": {
|
|
12722
|
-
"type": "string",
|
|
12723
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
12724
|
-
"enum": [
|
|
12725
|
-
"read",
|
|
12726
|
-
"write"
|
|
12727
|
-
]
|
|
12728
|
-
},
|
|
12729
13572
|
"deployments": {
|
|
12730
13573
|
"type": "string",
|
|
12731
13574
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14276,6 +15119,11 @@
|
|
|
14276
15119
|
"description": "Whether to allow forking this repo",
|
|
14277
15120
|
"type": "boolean"
|
|
14278
15121
|
},
|
|
15122
|
+
"web_commit_signoff_required": {
|
|
15123
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
15124
|
+
"default": false,
|
|
15125
|
+
"type": "boolean"
|
|
15126
|
+
},
|
|
14279
15127
|
"subscribers_count": {
|
|
14280
15128
|
"type": "integer"
|
|
14281
15129
|
},
|
|
@@ -15214,6 +16062,10 @@
|
|
|
15214
16062
|
},
|
|
15215
16063
|
"allow_forking": {
|
|
15216
16064
|
"type": "boolean"
|
|
16065
|
+
},
|
|
16066
|
+
"web_commit_signoff_required": {
|
|
16067
|
+
"type": "boolean",
|
|
16068
|
+
"example": false
|
|
15217
16069
|
}
|
|
15218
16070
|
},
|
|
15219
16071
|
"required": [
|
|
@@ -15771,6 +16623,12 @@
|
|
|
15771
16623
|
"type": "boolean",
|
|
15772
16624
|
"example": false
|
|
15773
16625
|
},
|
|
16626
|
+
"web_commit_signoff_required": {
|
|
16627
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
16628
|
+
"default": false,
|
|
16629
|
+
"type": "boolean",
|
|
16630
|
+
"example": false
|
|
16631
|
+
},
|
|
15774
16632
|
"subscribers_count": {
|
|
15775
16633
|
"type": "integer"
|
|
15776
16634
|
},
|
|
@@ -16295,6 +17153,10 @@
|
|
|
16295
17153
|
"type": "boolean",
|
|
16296
17154
|
"example": true
|
|
16297
17155
|
},
|
|
17156
|
+
"web_commit_signoff_required": {
|
|
17157
|
+
"type": "boolean",
|
|
17158
|
+
"example": false
|
|
17159
|
+
},
|
|
16298
17160
|
"subscribers_count": {
|
|
16299
17161
|
"type": "integer",
|
|
16300
17162
|
"example": 42
|
|
@@ -18876,6 +19738,74 @@
|
|
|
18876
19738
|
"url"
|
|
18877
19739
|
]
|
|
18878
19740
|
},
|
|
19741
|
+
"enterprise": {
|
|
19742
|
+
"title": "Enterprise",
|
|
19743
|
+
"description": "An enterprise account",
|
|
19744
|
+
"type": "object",
|
|
19745
|
+
"properties": {
|
|
19746
|
+
"description": {
|
|
19747
|
+
"description": "A short description of the enterprise.",
|
|
19748
|
+
"type": "string",
|
|
19749
|
+
"nullable": true
|
|
19750
|
+
},
|
|
19751
|
+
"html_url": {
|
|
19752
|
+
"type": "string",
|
|
19753
|
+
"format": "uri",
|
|
19754
|
+
"example": "https://github.com/enterprises/octo-business"
|
|
19755
|
+
},
|
|
19756
|
+
"website_url": {
|
|
19757
|
+
"description": "The enterprise's website URL.",
|
|
19758
|
+
"type": "string",
|
|
19759
|
+
"nullable": true,
|
|
19760
|
+
"format": "uri"
|
|
19761
|
+
},
|
|
19762
|
+
"id": {
|
|
19763
|
+
"description": "Unique identifier of the enterprise",
|
|
19764
|
+
"example": 42,
|
|
19765
|
+
"type": "integer"
|
|
19766
|
+
},
|
|
19767
|
+
"node_id": {
|
|
19768
|
+
"type": "string",
|
|
19769
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
19770
|
+
},
|
|
19771
|
+
"name": {
|
|
19772
|
+
"description": "The name of the enterprise.",
|
|
19773
|
+
"type": "string",
|
|
19774
|
+
"example": "Octo Business"
|
|
19775
|
+
},
|
|
19776
|
+
"slug": {
|
|
19777
|
+
"description": "The slug url identifier for the enterprise.",
|
|
19778
|
+
"type": "string",
|
|
19779
|
+
"example": "octo-business"
|
|
19780
|
+
},
|
|
19781
|
+
"created_at": {
|
|
19782
|
+
"type": "string",
|
|
19783
|
+
"nullable": true,
|
|
19784
|
+
"format": "date-time",
|
|
19785
|
+
"example": "2019-01-26T19:01:12Z"
|
|
19786
|
+
},
|
|
19787
|
+
"updated_at": {
|
|
19788
|
+
"type": "string",
|
|
19789
|
+
"nullable": true,
|
|
19790
|
+
"format": "date-time",
|
|
19791
|
+
"example": "2019-01-26T19:14:43Z"
|
|
19792
|
+
},
|
|
19793
|
+
"avatar_url": {
|
|
19794
|
+
"type": "string",
|
|
19795
|
+
"format": "uri"
|
|
19796
|
+
}
|
|
19797
|
+
},
|
|
19798
|
+
"required": [
|
|
19799
|
+
"id",
|
|
19800
|
+
"node_id",
|
|
19801
|
+
"name",
|
|
19802
|
+
"slug",
|
|
19803
|
+
"html_url",
|
|
19804
|
+
"created_at",
|
|
19805
|
+
"updated_at",
|
|
19806
|
+
"avatar_url"
|
|
19807
|
+
]
|
|
19808
|
+
},
|
|
18879
19809
|
"basic-error": {
|
|
18880
19810
|
"title": "Basic Error",
|
|
18881
19811
|
"description": "Basic Error",
|
|
@@ -20052,6 +20982,11 @@
|
|
|
20052
20982
|
"description": "Whether to allow forking this repo",
|
|
20053
20983
|
"type": "boolean"
|
|
20054
20984
|
},
|
|
20985
|
+
"web_commit_signoff_required": {
|
|
20986
|
+
"description": "Whether to require contributors to sign off on web-based commits",
|
|
20987
|
+
"default": false,
|
|
20988
|
+
"type": "boolean"
|
|
20989
|
+
},
|
|
20055
20990
|
"subscribers_count": {
|
|
20056
20991
|
"type": "integer"
|
|
20057
20992
|
},
|
|
@@ -22073,6 +23008,112 @@
|
|
|
22073
23008
|
"fingerprint": ""
|
|
22074
23009
|
}
|
|
22075
23010
|
},
|
|
23011
|
+
"base-installation-items": {
|
|
23012
|
+
"value": [
|
|
23013
|
+
{
|
|
23014
|
+
"id": 1,
|
|
23015
|
+
"account": {
|
|
23016
|
+
"login": "octocat",
|
|
23017
|
+
"id": 1,
|
|
23018
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
23019
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
23020
|
+
"gravatar_id": "",
|
|
23021
|
+
"url": "https://api.github.com/users/octocat",
|
|
23022
|
+
"html_url": "https://github.com/octocat",
|
|
23023
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
23024
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
23025
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
23026
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
23027
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
23028
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
23029
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
23030
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
23031
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
23032
|
+
"type": "User",
|
|
23033
|
+
"site_admin": false
|
|
23034
|
+
},
|
|
23035
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
23036
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
23037
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
23038
|
+
"app_id": 1,
|
|
23039
|
+
"target_id": 1,
|
|
23040
|
+
"target_type": "Organization",
|
|
23041
|
+
"permissions": {
|
|
23042
|
+
"checks": "write",
|
|
23043
|
+
"metadata": "read",
|
|
23044
|
+
"contents": "read"
|
|
23045
|
+
},
|
|
23046
|
+
"events": [
|
|
23047
|
+
"push",
|
|
23048
|
+
"pull_request"
|
|
23049
|
+
],
|
|
23050
|
+
"single_file_name": "config.yaml",
|
|
23051
|
+
"has_multiple_single_files": true,
|
|
23052
|
+
"single_file_paths": [
|
|
23053
|
+
"config.yml",
|
|
23054
|
+
".github/issue_TEMPLATE.md"
|
|
23055
|
+
],
|
|
23056
|
+
"repository_selection": "selected",
|
|
23057
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
23058
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
23059
|
+
"app_slug": "github-actions",
|
|
23060
|
+
"suspended_at": null,
|
|
23061
|
+
"suspended_by": null
|
|
23062
|
+
}
|
|
23063
|
+
]
|
|
23064
|
+
},
|
|
23065
|
+
"base-installation": {
|
|
23066
|
+
"value": {
|
|
23067
|
+
"id": 1,
|
|
23068
|
+
"account": {
|
|
23069
|
+
"login": "octocat",
|
|
23070
|
+
"id": 1,
|
|
23071
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
23072
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
23073
|
+
"gravatar_id": "",
|
|
23074
|
+
"url": "https://api.github.com/users/octocat",
|
|
23075
|
+
"html_url": "https://github.com/octocat",
|
|
23076
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
23077
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
23078
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
23079
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
23080
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
23081
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
23082
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
23083
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
23084
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
23085
|
+
"type": "User",
|
|
23086
|
+
"site_admin": false
|
|
23087
|
+
},
|
|
23088
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
23089
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
23090
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
23091
|
+
"app_id": 1,
|
|
23092
|
+
"target_id": 1,
|
|
23093
|
+
"target_type": "Organization",
|
|
23094
|
+
"permissions": {
|
|
23095
|
+
"checks": "write",
|
|
23096
|
+
"metadata": "read",
|
|
23097
|
+
"contents": "read"
|
|
23098
|
+
},
|
|
23099
|
+
"events": [
|
|
23100
|
+
"push",
|
|
23101
|
+
"pull_request"
|
|
23102
|
+
],
|
|
23103
|
+
"single_file_name": "config.yaml",
|
|
23104
|
+
"has_multiple_single_files": true,
|
|
23105
|
+
"single_file_paths": [
|
|
23106
|
+
"config.yml",
|
|
23107
|
+
".github/issue_TEMPLATE.md"
|
|
23108
|
+
],
|
|
23109
|
+
"repository_selection": "selected",
|
|
23110
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
23111
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
23112
|
+
"app_slug": "github-actions",
|
|
23113
|
+
"suspended_at": null,
|
|
23114
|
+
"suspended_by": null
|
|
23115
|
+
}
|
|
23116
|
+
},
|
|
22076
23117
|
"installation-token": {
|
|
22077
23118
|
"value": {
|
|
22078
23119
|
"token": "ghs_16C7e42F292c6912E7710c838347Ae178B4a",
|
|
@@ -23402,6 +24443,116 @@
|
|
|
23402
24443
|
]
|
|
23403
24444
|
}
|
|
23404
24445
|
},
|
|
24446
|
+
"installation": {
|
|
24447
|
+
"value": {
|
|
24448
|
+
"id": 1,
|
|
24449
|
+
"account": {
|
|
24450
|
+
"login": "github",
|
|
24451
|
+
"id": 1,
|
|
24452
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
|
|
24453
|
+
"avatar_url": "https://github.com/images/error/hubot_happy.gif",
|
|
24454
|
+
"gravatar_id": "",
|
|
24455
|
+
"url": "https://api.github.com/orgs/github",
|
|
24456
|
+
"html_url": "https://github.com/github",
|
|
24457
|
+
"followers_url": "https://api.github.com/users/github/followers",
|
|
24458
|
+
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
|
24459
|
+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
|
24460
|
+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
|
24461
|
+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
|
24462
|
+
"organizations_url": "https://api.github.com/users/github/orgs",
|
|
24463
|
+
"repos_url": "https://api.github.com/orgs/github/repos",
|
|
24464
|
+
"events_url": "https://api.github.com/orgs/github/events",
|
|
24465
|
+
"received_events_url": "https://api.github.com/users/github/received_events",
|
|
24466
|
+
"type": "Organization",
|
|
24467
|
+
"site_admin": false
|
|
24468
|
+
},
|
|
24469
|
+
"repository_selection": "all",
|
|
24470
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
24471
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
24472
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
24473
|
+
"app_id": 1,
|
|
24474
|
+
"target_id": 1,
|
|
24475
|
+
"target_type": "Organization",
|
|
24476
|
+
"permissions": {
|
|
24477
|
+
"checks": "write",
|
|
24478
|
+
"metadata": "read",
|
|
24479
|
+
"contents": "read"
|
|
24480
|
+
},
|
|
24481
|
+
"events": [
|
|
24482
|
+
"push",
|
|
24483
|
+
"pull_request"
|
|
24484
|
+
],
|
|
24485
|
+
"created_at": "2018-02-09T20:51:14Z",
|
|
24486
|
+
"updated_at": "2018-02-09T20:51:14Z",
|
|
24487
|
+
"single_file_name": "config.yml",
|
|
24488
|
+
"has_multiple_single_files": true,
|
|
24489
|
+
"single_file_paths": [
|
|
24490
|
+
"config.yml",
|
|
24491
|
+
".github/issue_TEMPLATE.md"
|
|
24492
|
+
],
|
|
24493
|
+
"app_slug": "github-actions",
|
|
24494
|
+
"suspended_at": null,
|
|
24495
|
+
"suspended_by": null
|
|
24496
|
+
}
|
|
24497
|
+
},
|
|
24498
|
+
"installation-paginated": {
|
|
24499
|
+
"value": {
|
|
24500
|
+
"total_count": 1,
|
|
24501
|
+
"installations": [
|
|
24502
|
+
{
|
|
24503
|
+
"id": 25381,
|
|
24504
|
+
"account": {
|
|
24505
|
+
"login": "octo-org",
|
|
24506
|
+
"id": 6811672,
|
|
24507
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
24508
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
24509
|
+
"gravatar_id": "",
|
|
24510
|
+
"url": "https://api.github.com/users/octo-org",
|
|
24511
|
+
"html_url": "https://github.com/octo-org",
|
|
24512
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
24513
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
24514
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
24515
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
24516
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
24517
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
24518
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
24519
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
24520
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
24521
|
+
"type": "Organization",
|
|
24522
|
+
"site_admin": false
|
|
24523
|
+
},
|
|
24524
|
+
"repository_selection": "selected",
|
|
24525
|
+
"access_tokens_url": "https://api.github.com/app/installations/25381/access_tokens",
|
|
24526
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
24527
|
+
"html_url": "https://github.com/organizations/octo-org/settings/installations/25381",
|
|
24528
|
+
"app_id": 2218,
|
|
24529
|
+
"target_id": 6811672,
|
|
24530
|
+
"target_type": "Organization",
|
|
24531
|
+
"permissions": {
|
|
24532
|
+
"deployments": "write",
|
|
24533
|
+
"metadata": "read",
|
|
24534
|
+
"pull_requests": "read",
|
|
24535
|
+
"statuses": "read"
|
|
24536
|
+
},
|
|
24537
|
+
"events": [
|
|
24538
|
+
"deployment",
|
|
24539
|
+
"deployment_status"
|
|
24540
|
+
],
|
|
24541
|
+
"created_at": "2017-05-16T08:47:09.000-07:00",
|
|
24542
|
+
"updated_at": "2017-06-06T11:23:23.000-07:00",
|
|
24543
|
+
"single_file_name": "config.yml",
|
|
24544
|
+
"has_multiple_single_files": true,
|
|
24545
|
+
"single_file_paths": [
|
|
24546
|
+
"config.yml",
|
|
24547
|
+
".github/issue_TEMPLATE.md"
|
|
24548
|
+
],
|
|
24549
|
+
"app_slug": "github-actions",
|
|
24550
|
+
"suspended_at": null,
|
|
24551
|
+
"suspended_by": null
|
|
24552
|
+
}
|
|
24553
|
+
]
|
|
24554
|
+
}
|
|
24555
|
+
},
|
|
23405
24556
|
"migration-with-short-org-items": {
|
|
23406
24557
|
"value": [
|
|
23407
24558
|
{
|
|
@@ -25164,6 +26315,7 @@
|
|
|
25164
26315
|
"delete_branch_on_merge": true,
|
|
25165
26316
|
"allow_merge_commit": true,
|
|
25166
26317
|
"allow_forking": true,
|
|
26318
|
+
"web_commit_signoff_required": false,
|
|
25167
26319
|
"subscribers_count": 42,
|
|
25168
26320
|
"network_count": 0,
|
|
25169
26321
|
"organization": {
|
|
@@ -28298,7 +29450,8 @@
|
|
|
28298
29450
|
"type": "User",
|
|
28299
29451
|
"site_admin": false
|
|
28300
29452
|
},
|
|
28301
|
-
"author_association": "COLLABORATOR"
|
|
29453
|
+
"author_association": "COLLABORATOR",
|
|
29454
|
+
"state_reason": "completed"
|
|
28302
29455
|
}
|
|
28303
29456
|
]
|
|
28304
29457
|
},
|
|
@@ -28458,7 +29611,8 @@
|
|
|
28458
29611
|
"type": "User",
|
|
28459
29612
|
"site_admin": false
|
|
28460
29613
|
},
|
|
28461
|
-
"author_association": "COLLABORATOR"
|
|
29614
|
+
"author_association": "COLLABORATOR",
|
|
29615
|
+
"state_reason": "completed"
|
|
28462
29616
|
}
|
|
28463
29617
|
},
|
|
28464
29618
|
"issue-event-items": {
|
|
@@ -28626,7 +29780,8 @@
|
|
|
28626
29780
|
"closed_at": null,
|
|
28627
29781
|
"created_at": "2011-04-22T13:33:48Z",
|
|
28628
29782
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
28629
|
-
"author_association": "COLLABORATOR"
|
|
29783
|
+
"author_association": "COLLABORATOR",
|
|
29784
|
+
"state_reason": "completed"
|
|
28630
29785
|
}
|
|
28631
29786
|
}
|
|
28632
29787
|
]
|
|
@@ -28835,7 +29990,8 @@
|
|
|
28835
29990
|
"closed_at": null,
|
|
28836
29991
|
"created_at": "2011-04-22T13:33:48Z",
|
|
28837
29992
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
28838
|
-
"author_association": "COLLABORATOR"
|
|
29993
|
+
"author_association": "COLLABORATOR",
|
|
29994
|
+
"state_reason": "completed"
|
|
28839
29995
|
}
|
|
28840
29996
|
}
|
|
28841
29997
|
},
|
|
@@ -30270,7 +31426,8 @@
|
|
|
30270
31426
|
"body": "...",
|
|
30271
31427
|
"score": 1,
|
|
30272
31428
|
"locked": true,
|
|
30273
|
-
"author_association": "COLLABORATOR"
|
|
31429
|
+
"author_association": "COLLABORATOR",
|
|
31430
|
+
"state_reason": "completed"
|
|
30274
31431
|
}
|
|
30275
31432
|
]
|
|
30276
31433
|
}
|
|
@@ -30602,6 +31759,113 @@
|
|
|
30602
31759
|
"raw_key": "\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\nVersion: GnuPG v2\\n\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\nIts/HFYRLiFgDLmTlxo=\\n=+OzK\\n-----END PGP PUBLIC KEY BLOCK-----\""
|
|
30603
31760
|
}
|
|
30604
31761
|
},
|
|
31762
|
+
"base-installation-for-auth-user-paginated": {
|
|
31763
|
+
"value": {
|
|
31764
|
+
"total_count": 2,
|
|
31765
|
+
"installations": [
|
|
31766
|
+
{
|
|
31767
|
+
"id": 1,
|
|
31768
|
+
"account": {
|
|
31769
|
+
"login": "octocat",
|
|
31770
|
+
"id": 1,
|
|
31771
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
31772
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
31773
|
+
"gravatar_id": "",
|
|
31774
|
+
"url": "https://api.github.com/users/octocat",
|
|
31775
|
+
"html_url": "https://github.com/octocat",
|
|
31776
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
31777
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
31778
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
31779
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
31780
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
31781
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
31782
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
31783
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
31784
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
31785
|
+
"type": "User",
|
|
31786
|
+
"site_admin": false
|
|
31787
|
+
},
|
|
31788
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
31789
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
31790
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
31791
|
+
"app_id": 1,
|
|
31792
|
+
"target_id": 1,
|
|
31793
|
+
"target_type": "Organization",
|
|
31794
|
+
"permissions": {
|
|
31795
|
+
"checks": "write",
|
|
31796
|
+
"metadata": "read",
|
|
31797
|
+
"contents": "read"
|
|
31798
|
+
},
|
|
31799
|
+
"events": [
|
|
31800
|
+
"push",
|
|
31801
|
+
"pull_request"
|
|
31802
|
+
],
|
|
31803
|
+
"single_file_name": "config.yaml",
|
|
31804
|
+
"has_multiple_single_files": true,
|
|
31805
|
+
"single_file_paths": [
|
|
31806
|
+
"config.yml",
|
|
31807
|
+
".github/issue_TEMPLATE.md"
|
|
31808
|
+
],
|
|
31809
|
+
"repository_selection": "all",
|
|
31810
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
31811
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
31812
|
+
"app_slug": "github-actions",
|
|
31813
|
+
"suspended_at": null,
|
|
31814
|
+
"suspended_by": null
|
|
31815
|
+
},
|
|
31816
|
+
{
|
|
31817
|
+
"id": 3,
|
|
31818
|
+
"account": {
|
|
31819
|
+
"login": "octocat",
|
|
31820
|
+
"id": 2,
|
|
31821
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
31822
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
31823
|
+
"gravatar_id": "",
|
|
31824
|
+
"url": "https://api.github.com/users/octocat",
|
|
31825
|
+
"html_url": "https://github.com/octocat",
|
|
31826
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
31827
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
31828
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
31829
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
31830
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
31831
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
31832
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
31833
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
31834
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
31835
|
+
"type": "User",
|
|
31836
|
+
"site_admin": false
|
|
31837
|
+
},
|
|
31838
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
31839
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
31840
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
31841
|
+
"app_id": 1,
|
|
31842
|
+
"target_id": 1,
|
|
31843
|
+
"target_type": "Organization",
|
|
31844
|
+
"permissions": {
|
|
31845
|
+
"checks": "write",
|
|
31846
|
+
"metadata": "read",
|
|
31847
|
+
"contents": "read"
|
|
31848
|
+
},
|
|
31849
|
+
"events": [
|
|
31850
|
+
"push",
|
|
31851
|
+
"pull_request"
|
|
31852
|
+
],
|
|
31853
|
+
"single_file_name": "config.yaml",
|
|
31854
|
+
"has_multiple_single_files": true,
|
|
31855
|
+
"single_file_paths": [
|
|
31856
|
+
"config.yml",
|
|
31857
|
+
".github/issue_TEMPLATE.md"
|
|
31858
|
+
],
|
|
31859
|
+
"repository_selection": "all",
|
|
31860
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
31861
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
31862
|
+
"app_slug": "github-actions",
|
|
31863
|
+
"suspended_at": null,
|
|
31864
|
+
"suspended_by": null
|
|
31865
|
+
}
|
|
31866
|
+
]
|
|
31867
|
+
}
|
|
31868
|
+
},
|
|
30605
31869
|
"migration-items": {
|
|
30606
31870
|
"value": [
|
|
30607
31871
|
{
|
|
@@ -31353,8 +32617,8 @@
|
|
|
31353
32617
|
}
|
|
31354
32618
|
},
|
|
31355
32619
|
"responses": {
|
|
31356
|
-
"
|
|
31357
|
-
"description": "
|
|
32620
|
+
"not_found": {
|
|
32621
|
+
"description": "Resource not found",
|
|
31358
32622
|
"content": {
|
|
31359
32623
|
"application/json": {
|
|
31360
32624
|
"schema": {
|
|
@@ -31363,8 +32627,8 @@
|
|
|
31363
32627
|
}
|
|
31364
32628
|
}
|
|
31365
32629
|
},
|
|
31366
|
-
"
|
|
31367
|
-
"description": "
|
|
32630
|
+
"requires_authentication": {
|
|
32631
|
+
"description": "Requires authentication",
|
|
31368
32632
|
"content": {
|
|
31369
32633
|
"application/json": {
|
|
31370
32634
|
"schema": {
|
|
@@ -31373,8 +32637,8 @@
|
|
|
31373
32637
|
}
|
|
31374
32638
|
}
|
|
31375
32639
|
},
|
|
31376
|
-
"
|
|
31377
|
-
"description": "
|
|
32640
|
+
"forbidden": {
|
|
32641
|
+
"description": "Forbidden",
|
|
31378
32642
|
"content": {
|
|
31379
32643
|
"application/json": {
|
|
31380
32644
|
"schema": {
|