@octokit/openapi 7.5.0 → 7.8.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 +2249 -268
- package/generated/api.github.com.json +1222 -129
- 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 +386 -28
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
- package/generated/ghes-3.2.deref.json +778 -256
- package/generated/ghes-3.2.json +588 -40
- 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 +205 -225
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
- package/generated/ghes-3.3.deref.json +785 -257
- package/generated/ghes-3.3.json +595 -41
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
- package/generated/ghes-3.4.deref.json +816 -243
- package/generated/ghes-3.4.json +603 -43
- 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 +462 -42
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
- package/generated/ghes-3.5.deref.json +829 -243
- package/generated/ghes-3.5.json +603 -43
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
- package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
- package/generated/ghes-3.6.deref.json +1048 -256
- package/generated/ghes-3.6.json +826 -56
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
- package/generated/github.ae-diff-to-api.github.com.json +1185 -40
- package/generated/github.ae.deref.json +1087 -178
- package/generated/github.ae.json +865 -50
- 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.8.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",
|
|
@@ -4085,6 +4365,130 @@
|
|
|
4085
4365
|
}
|
|
4086
4366
|
}
|
|
4087
4367
|
},
|
|
4368
|
+
"/orgs/{org}/installation": {
|
|
4369
|
+
"get": {
|
|
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.",
|
|
4372
|
+
"tags": [
|
|
4373
|
+
"apps"
|
|
4374
|
+
],
|
|
4375
|
+
"operationId": "apps/get-org-installation",
|
|
4376
|
+
"externalDocs": {
|
|
4377
|
+
"description": "API method documentation",
|
|
4378
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-an-organization-installation-for-the-authenticated-app"
|
|
4379
|
+
},
|
|
4380
|
+
"parameters": [
|
|
4381
|
+
{
|
|
4382
|
+
"$ref": "#/components/parameters/org"
|
|
4383
|
+
}
|
|
4384
|
+
],
|
|
4385
|
+
"responses": {
|
|
4386
|
+
"200": {
|
|
4387
|
+
"description": "Response",
|
|
4388
|
+
"content": {
|
|
4389
|
+
"application/json": {
|
|
4390
|
+
"schema": {
|
|
4391
|
+
"$ref": "#/components/schemas/installation"
|
|
4392
|
+
},
|
|
4393
|
+
"examples": {
|
|
4394
|
+
"default": {
|
|
4395
|
+
"$ref": "#/components/examples/installation"
|
|
4396
|
+
}
|
|
4397
|
+
}
|
|
4398
|
+
}
|
|
4399
|
+
}
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
"x-github": {
|
|
4403
|
+
"githubCloudOnly": false,
|
|
4404
|
+
"enabledForGitHubApps": false,
|
|
4405
|
+
"category": "apps",
|
|
4406
|
+
"subcategory": null
|
|
4407
|
+
},
|
|
4408
|
+
"x-octokit": {
|
|
4409
|
+
"diff": {
|
|
4410
|
+
"api.github.com": {
|
|
4411
|
+
"type": "changed"
|
|
4412
|
+
}
|
|
4413
|
+
}
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4417
|
+
"/orgs/{org}/installations": {
|
|
4418
|
+
"get": {
|
|
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.",
|
|
4421
|
+
"tags": [
|
|
4422
|
+
"orgs"
|
|
4423
|
+
],
|
|
4424
|
+
"operationId": "orgs/list-app-installations",
|
|
4425
|
+
"externalDocs": {
|
|
4426
|
+
"description": "API method documentation",
|
|
4427
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/orgs#list-app-installations-for-an-organization"
|
|
4428
|
+
},
|
|
4429
|
+
"parameters": [
|
|
4430
|
+
{
|
|
4431
|
+
"$ref": "#/components/parameters/org"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"$ref": "#/components/parameters/per-page"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"$ref": "#/components/parameters/page"
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"responses": {
|
|
4441
|
+
"200": {
|
|
4442
|
+
"description": "Response",
|
|
4443
|
+
"content": {
|
|
4444
|
+
"application/json": {
|
|
4445
|
+
"schema": {
|
|
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
|
+
}
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4463
|
+
"examples": {
|
|
4464
|
+
"default": {
|
|
4465
|
+
"$ref": "#/components/examples/installation-paginated"
|
|
4466
|
+
}
|
|
4467
|
+
}
|
|
4468
|
+
}
|
|
4469
|
+
},
|
|
4470
|
+
"headers": {
|
|
4471
|
+
"Link": {
|
|
4472
|
+
"$ref": "#/components/headers/link"
|
|
4473
|
+
}
|
|
4474
|
+
}
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
"x-github": {
|
|
4478
|
+
"githubCloudOnly": false,
|
|
4479
|
+
"enabledForGitHubApps": true,
|
|
4480
|
+
"category": "orgs",
|
|
4481
|
+
"subcategory": null
|
|
4482
|
+
},
|
|
4483
|
+
"x-octokit": {
|
|
4484
|
+
"diff": {
|
|
4485
|
+
"api.github.com": {
|
|
4486
|
+
"type": "changed"
|
|
4487
|
+
}
|
|
4488
|
+
}
|
|
4489
|
+
}
|
|
4490
|
+
}
|
|
4491
|
+
},
|
|
4088
4492
|
"/orgs/{org}/issues": {
|
|
4089
4493
|
"get": {
|
|
4090
4494
|
"summary": "List organization issues assigned to the authenticated user",
|
|
@@ -5908,6 +6312,11 @@
|
|
|
5908
6312
|
"url_template": {
|
|
5909
6313
|
"type": "string",
|
|
5910
6314
|
"description": "The URL must contain `<num>` for the reference number."
|
|
6315
|
+
},
|
|
6316
|
+
"is_alphanumeric": {
|
|
6317
|
+
"type": "boolean",
|
|
6318
|
+
"default": "true",
|
|
6319
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
|
|
5911
6320
|
}
|
|
5912
6321
|
},
|
|
5913
6322
|
"required": [
|
|
@@ -5919,7 +6328,8 @@
|
|
|
5919
6328
|
"default": {
|
|
5920
6329
|
"value": {
|
|
5921
6330
|
"key_prefix": "TICKET-",
|
|
5922
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
6331
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
6332
|
+
"is_alphanumeric": true
|
|
5923
6333
|
}
|
|
5924
6334
|
}
|
|
5925
6335
|
}
|
|
@@ -7325,9 +7735,67 @@
|
|
|
7325
7735
|
},
|
|
7326
7736
|
"x-github": {
|
|
7327
7737
|
"githubCloudOnly": false,
|
|
7328
|
-
"enabledForGitHubApps": true,
|
|
7329
|
-
"category": "repos",
|
|
7330
|
-
"subcategory": "forks"
|
|
7738
|
+
"enabledForGitHubApps": true,
|
|
7739
|
+
"category": "repos",
|
|
7740
|
+
"subcategory": "forks"
|
|
7741
|
+
},
|
|
7742
|
+
"x-octokit": {
|
|
7743
|
+
"diff": {
|
|
7744
|
+
"api.github.com": {
|
|
7745
|
+
"type": "changed"
|
|
7746
|
+
}
|
|
7747
|
+
}
|
|
7748
|
+
}
|
|
7749
|
+
}
|
|
7750
|
+
},
|
|
7751
|
+
"/repos/{owner}/{repo}/installation": {
|
|
7752
|
+
"get": {
|
|
7753
|
+
"summary": "Get a repository installation for the authenticated app",
|
|
7754
|
+
"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.",
|
|
7755
|
+
"tags": [
|
|
7756
|
+
"apps"
|
|
7757
|
+
],
|
|
7758
|
+
"operationId": "apps/get-repo-installation",
|
|
7759
|
+
"externalDocs": {
|
|
7760
|
+
"description": "API method documentation",
|
|
7761
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-a-repository-installation-for-the-authenticated-app"
|
|
7762
|
+
},
|
|
7763
|
+
"parameters": [
|
|
7764
|
+
{
|
|
7765
|
+
"$ref": "#/components/parameters/owner"
|
|
7766
|
+
},
|
|
7767
|
+
{
|
|
7768
|
+
"$ref": "#/components/parameters/repo"
|
|
7769
|
+
}
|
|
7770
|
+
],
|
|
7771
|
+
"responses": {
|
|
7772
|
+
"200": {
|
|
7773
|
+
"description": "Response",
|
|
7774
|
+
"content": {
|
|
7775
|
+
"application/json": {
|
|
7776
|
+
"schema": {
|
|
7777
|
+
"$ref": "#/components/schemas/installation"
|
|
7778
|
+
},
|
|
7779
|
+
"examples": {
|
|
7780
|
+
"default": {
|
|
7781
|
+
"$ref": "#/components/examples/installation"
|
|
7782
|
+
}
|
|
7783
|
+
}
|
|
7784
|
+
}
|
|
7785
|
+
}
|
|
7786
|
+
},
|
|
7787
|
+
"301": {
|
|
7788
|
+
"$ref": "#/components/responses/moved_permanently"
|
|
7789
|
+
},
|
|
7790
|
+
"404": {
|
|
7791
|
+
"$ref": "#/components/responses/not_found"
|
|
7792
|
+
}
|
|
7793
|
+
},
|
|
7794
|
+
"x-github": {
|
|
7795
|
+
"githubCloudOnly": false,
|
|
7796
|
+
"enabledForGitHubApps": false,
|
|
7797
|
+
"category": "apps",
|
|
7798
|
+
"subcategory": null
|
|
7331
7799
|
},
|
|
7332
7800
|
"x-octokit": {
|
|
7333
7801
|
"diff": {
|
|
@@ -7446,6 +7914,14 @@
|
|
|
7446
7914
|
]
|
|
7447
7915
|
}
|
|
7448
7916
|
}
|
|
7917
|
+
},
|
|
7918
|
+
"examples": {
|
|
7919
|
+
"default": {
|
|
7920
|
+
"summary": "Example request body",
|
|
7921
|
+
"value": {
|
|
7922
|
+
"permissions": "write"
|
|
7923
|
+
}
|
|
7924
|
+
}
|
|
7449
7925
|
}
|
|
7450
7926
|
}
|
|
7451
7927
|
}
|
|
@@ -8068,6 +8544,12 @@
|
|
|
8068
8544
|
"closed"
|
|
8069
8545
|
]
|
|
8070
8546
|
},
|
|
8547
|
+
"state_reason": {
|
|
8548
|
+
"type": "string",
|
|
8549
|
+
"nullable": true,
|
|
8550
|
+
"description": "The reason for the current state",
|
|
8551
|
+
"example": "not_planned"
|
|
8552
|
+
},
|
|
8071
8553
|
"milestone": {
|
|
8072
8554
|
"oneOf": [
|
|
8073
8555
|
{
|
|
@@ -9459,7 +9941,7 @@
|
|
|
9459
9941
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
9460
9942
|
"post": {
|
|
9461
9943
|
"summary": "Create a repository using a template",
|
|
9462
|
-
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template.
|
|
9944
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/github-ae@latest/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
9463
9945
|
"tags": [
|
|
9464
9946
|
"repos"
|
|
9465
9947
|
],
|
|
@@ -10267,6 +10749,87 @@
|
|
|
10267
10749
|
}
|
|
10268
10750
|
}
|
|
10269
10751
|
},
|
|
10752
|
+
"/user/installations": {
|
|
10753
|
+
"get": {
|
|
10754
|
+
"summary": "List app installations accessible to the user access token",
|
|
10755
|
+
"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.",
|
|
10756
|
+
"tags": [
|
|
10757
|
+
"apps"
|
|
10758
|
+
],
|
|
10759
|
+
"operationId": "apps/list-installations-for-authenticated-user",
|
|
10760
|
+
"externalDocs": {
|
|
10761
|
+
"description": "API method documentation",
|
|
10762
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#list-app-installations-accessible-to-the-user-access-token"
|
|
10763
|
+
},
|
|
10764
|
+
"parameters": [
|
|
10765
|
+
{
|
|
10766
|
+
"$ref": "#/components/parameters/per-page"
|
|
10767
|
+
},
|
|
10768
|
+
{
|
|
10769
|
+
"$ref": "#/components/parameters/page"
|
|
10770
|
+
}
|
|
10771
|
+
],
|
|
10772
|
+
"responses": {
|
|
10773
|
+
"200": {
|
|
10774
|
+
"description": "You can find the permissions for the installation under the `permissions` key.",
|
|
10775
|
+
"content": {
|
|
10776
|
+
"application/json": {
|
|
10777
|
+
"schema": {
|
|
10778
|
+
"type": "object",
|
|
10779
|
+
"required": [
|
|
10780
|
+
"total_count",
|
|
10781
|
+
"installations"
|
|
10782
|
+
],
|
|
10783
|
+
"properties": {
|
|
10784
|
+
"total_count": {
|
|
10785
|
+
"type": "integer"
|
|
10786
|
+
},
|
|
10787
|
+
"installations": {
|
|
10788
|
+
"type": "array",
|
|
10789
|
+
"items": {
|
|
10790
|
+
"$ref": "#/components/schemas/installation"
|
|
10791
|
+
}
|
|
10792
|
+
}
|
|
10793
|
+
}
|
|
10794
|
+
},
|
|
10795
|
+
"examples": {
|
|
10796
|
+
"default": {
|
|
10797
|
+
"$ref": "#/components/examples/base-installation-for-auth-user-paginated"
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10800
|
+
}
|
|
10801
|
+
},
|
|
10802
|
+
"headers": {
|
|
10803
|
+
"Link": {
|
|
10804
|
+
"$ref": "#/components/headers/link"
|
|
10805
|
+
}
|
|
10806
|
+
}
|
|
10807
|
+
},
|
|
10808
|
+
"304": {
|
|
10809
|
+
"$ref": "#/components/responses/not_modified"
|
|
10810
|
+
},
|
|
10811
|
+
"401": {
|
|
10812
|
+
"$ref": "#/components/responses/requires_authentication"
|
|
10813
|
+
},
|
|
10814
|
+
"403": {
|
|
10815
|
+
"$ref": "#/components/responses/forbidden"
|
|
10816
|
+
}
|
|
10817
|
+
},
|
|
10818
|
+
"x-github": {
|
|
10819
|
+
"githubCloudOnly": false,
|
|
10820
|
+
"enabledForGitHubApps": false,
|
|
10821
|
+
"category": "apps",
|
|
10822
|
+
"subcategory": "installations"
|
|
10823
|
+
},
|
|
10824
|
+
"x-octokit": {
|
|
10825
|
+
"diff": {
|
|
10826
|
+
"api.github.com": {
|
|
10827
|
+
"type": "changed"
|
|
10828
|
+
}
|
|
10829
|
+
}
|
|
10830
|
+
}
|
|
10831
|
+
}
|
|
10832
|
+
},
|
|
10270
10833
|
"/user/installations/{installation_id}/repositories": {
|
|
10271
10834
|
"get": {
|
|
10272
10835
|
"summary": "List repositories accessible to the user access token",
|
|
@@ -11537,6 +12100,55 @@
|
|
|
11537
12100
|
}
|
|
11538
12101
|
}
|
|
11539
12102
|
},
|
|
12103
|
+
"/users/{username}/installation": {
|
|
12104
|
+
"get": {
|
|
12105
|
+
"summary": "Get a user installation for the authenticated app",
|
|
12106
|
+
"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.",
|
|
12107
|
+
"tags": [
|
|
12108
|
+
"apps"
|
|
12109
|
+
],
|
|
12110
|
+
"operationId": "apps/get-user-installation",
|
|
12111
|
+
"externalDocs": {
|
|
12112
|
+
"description": "API method documentation",
|
|
12113
|
+
"url": "https://docs.github.com/github-ae@latest/rest/reference/apps#get-a-user-installation-for-the-authenticated-app"
|
|
12114
|
+
},
|
|
12115
|
+
"parameters": [
|
|
12116
|
+
{
|
|
12117
|
+
"$ref": "#/components/parameters/username"
|
|
12118
|
+
}
|
|
12119
|
+
],
|
|
12120
|
+
"responses": {
|
|
12121
|
+
"200": {
|
|
12122
|
+
"description": "Response",
|
|
12123
|
+
"content": {
|
|
12124
|
+
"application/json": {
|
|
12125
|
+
"schema": {
|
|
12126
|
+
"$ref": "#/components/schemas/installation"
|
|
12127
|
+
},
|
|
12128
|
+
"examples": {
|
|
12129
|
+
"default": {
|
|
12130
|
+
"$ref": "#/components/examples/installation"
|
|
12131
|
+
}
|
|
12132
|
+
}
|
|
12133
|
+
}
|
|
12134
|
+
}
|
|
12135
|
+
}
|
|
12136
|
+
},
|
|
12137
|
+
"x-github": {
|
|
12138
|
+
"githubCloudOnly": false,
|
|
12139
|
+
"enabledForGitHubApps": false,
|
|
12140
|
+
"category": "apps",
|
|
12141
|
+
"subcategory": null
|
|
12142
|
+
},
|
|
12143
|
+
"x-octokit": {
|
|
12144
|
+
"diff": {
|
|
12145
|
+
"api.github.com": {
|
|
12146
|
+
"type": "changed"
|
|
12147
|
+
}
|
|
12148
|
+
}
|
|
12149
|
+
}
|
|
12150
|
+
}
|
|
12151
|
+
},
|
|
11540
12152
|
"/users/{username}/repos": {
|
|
11541
12153
|
"get": {
|
|
11542
12154
|
"summary": "List repositories for a user",
|
|
@@ -11900,6 +12512,16 @@
|
|
|
11900
12512
|
"type": "string"
|
|
11901
12513
|
}
|
|
11902
12514
|
},
|
|
12515
|
+
"since": {
|
|
12516
|
+
"name": "since",
|
|
12517
|
+
"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`.",
|
|
12518
|
+
"in": "query",
|
|
12519
|
+
"required": false,
|
|
12520
|
+
"schema": {
|
|
12521
|
+
"type": "string",
|
|
12522
|
+
"format": "date-time"
|
|
12523
|
+
}
|
|
12524
|
+
},
|
|
11903
12525
|
"installation-id": {
|
|
11904
12526
|
"name": "installation_id",
|
|
11905
12527
|
"description": "The unique identifier of the installation.",
|
|
@@ -12003,16 +12625,6 @@
|
|
|
12003
12625
|
"type": "string"
|
|
12004
12626
|
}
|
|
12005
12627
|
},
|
|
12006
|
-
"since": {
|
|
12007
|
-
"name": "since",
|
|
12008
|
-
"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`.",
|
|
12009
|
-
"in": "query",
|
|
12010
|
-
"required": false,
|
|
12011
|
-
"schema": {
|
|
12012
|
-
"type": "string",
|
|
12013
|
-
"format": "date-time"
|
|
12014
|
-
}
|
|
12015
|
-
},
|
|
12016
12628
|
"all": {
|
|
12017
12629
|
"name": "all",
|
|
12018
12630
|
"description": "If `true`, show notifications marked as read.",
|
|
@@ -12796,6 +13408,136 @@
|
|
|
12796
13408
|
"expires_at"
|
|
12797
13409
|
]
|
|
12798
13410
|
},
|
|
13411
|
+
"installation": {
|
|
13412
|
+
"title": "Installation",
|
|
13413
|
+
"description": "Installation",
|
|
13414
|
+
"type": "object",
|
|
13415
|
+
"properties": {
|
|
13416
|
+
"id": {
|
|
13417
|
+
"description": "The ID of the installation.",
|
|
13418
|
+
"type": "integer",
|
|
13419
|
+
"example": 1
|
|
13420
|
+
},
|
|
13421
|
+
"account": {
|
|
13422
|
+
"nullable": true,
|
|
13423
|
+
"anyOf": [
|
|
13424
|
+
{
|
|
13425
|
+
"$ref": "#/components/schemas/simple-user"
|
|
13426
|
+
},
|
|
13427
|
+
{
|
|
13428
|
+
"$ref": "#/components/schemas/enterprise"
|
|
13429
|
+
}
|
|
13430
|
+
]
|
|
13431
|
+
},
|
|
13432
|
+
"repository_selection": {
|
|
13433
|
+
"description": "Describe whether all repositories have been selected or there's a selection involved",
|
|
13434
|
+
"type": "string",
|
|
13435
|
+
"enum": [
|
|
13436
|
+
"all",
|
|
13437
|
+
"selected"
|
|
13438
|
+
]
|
|
13439
|
+
},
|
|
13440
|
+
"access_tokens_url": {
|
|
13441
|
+
"type": "string",
|
|
13442
|
+
"format": "uri",
|
|
13443
|
+
"example": "https://api.github.com/installations/1/access_tokens"
|
|
13444
|
+
},
|
|
13445
|
+
"repositories_url": {
|
|
13446
|
+
"type": "string",
|
|
13447
|
+
"format": "uri",
|
|
13448
|
+
"example": "https://api.github.com/installation/repositories"
|
|
13449
|
+
},
|
|
13450
|
+
"html_url": {
|
|
13451
|
+
"type": "string",
|
|
13452
|
+
"format": "uri",
|
|
13453
|
+
"example": "https://github.com/organizations/github/settings/installations/1"
|
|
13454
|
+
},
|
|
13455
|
+
"app_id": {
|
|
13456
|
+
"type": "integer",
|
|
13457
|
+
"example": 1
|
|
13458
|
+
},
|
|
13459
|
+
"target_id": {
|
|
13460
|
+
"description": "The ID of the user or organization this token is being scoped to.",
|
|
13461
|
+
"type": "integer"
|
|
13462
|
+
},
|
|
13463
|
+
"target_type": {
|
|
13464
|
+
"type": "string",
|
|
13465
|
+
"example": "Organization"
|
|
13466
|
+
},
|
|
13467
|
+
"permissions": {
|
|
13468
|
+
"$ref": "#/components/schemas/app-permissions"
|
|
13469
|
+
},
|
|
13470
|
+
"events": {
|
|
13471
|
+
"type": "array",
|
|
13472
|
+
"items": {
|
|
13473
|
+
"type": "string"
|
|
13474
|
+
}
|
|
13475
|
+
},
|
|
13476
|
+
"created_at": {
|
|
13477
|
+
"type": "string",
|
|
13478
|
+
"format": "date-time"
|
|
13479
|
+
},
|
|
13480
|
+
"updated_at": {
|
|
13481
|
+
"type": "string",
|
|
13482
|
+
"format": "date-time"
|
|
13483
|
+
},
|
|
13484
|
+
"single_file_name": {
|
|
13485
|
+
"type": "string",
|
|
13486
|
+
"example": "config.yaml",
|
|
13487
|
+
"nullable": true
|
|
13488
|
+
},
|
|
13489
|
+
"has_multiple_single_files": {
|
|
13490
|
+
"type": "boolean",
|
|
13491
|
+
"example": true
|
|
13492
|
+
},
|
|
13493
|
+
"single_file_paths": {
|
|
13494
|
+
"type": "array",
|
|
13495
|
+
"items": {
|
|
13496
|
+
"type": "string"
|
|
13497
|
+
},
|
|
13498
|
+
"example": [
|
|
13499
|
+
"config.yml",
|
|
13500
|
+
".github/issue_TEMPLATE.md"
|
|
13501
|
+
]
|
|
13502
|
+
},
|
|
13503
|
+
"app_slug": {
|
|
13504
|
+
"type": "string",
|
|
13505
|
+
"example": "github-actions"
|
|
13506
|
+
},
|
|
13507
|
+
"suspended_by": {
|
|
13508
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
13509
|
+
},
|
|
13510
|
+
"suspended_at": {
|
|
13511
|
+
"type": "string",
|
|
13512
|
+
"format": "date-time",
|
|
13513
|
+
"nullable": true
|
|
13514
|
+
},
|
|
13515
|
+
"contact_email": {
|
|
13516
|
+
"type": "string",
|
|
13517
|
+
"example": "\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\"",
|
|
13518
|
+
"nullable": true
|
|
13519
|
+
}
|
|
13520
|
+
},
|
|
13521
|
+
"required": [
|
|
13522
|
+
"id",
|
|
13523
|
+
"app_id",
|
|
13524
|
+
"app_slug",
|
|
13525
|
+
"target_id",
|
|
13526
|
+
"target_type",
|
|
13527
|
+
"single_file_name",
|
|
13528
|
+
"repository_selection",
|
|
13529
|
+
"access_tokens_url",
|
|
13530
|
+
"html_url",
|
|
13531
|
+
"repositories_url",
|
|
13532
|
+
"events",
|
|
13533
|
+
"account",
|
|
13534
|
+
"permissions",
|
|
13535
|
+
"created_at",
|
|
13536
|
+
"updated_at",
|
|
13537
|
+
"suspended_by",
|
|
13538
|
+
"suspended_at"
|
|
13539
|
+
]
|
|
13540
|
+
},
|
|
12799
13541
|
"app-permissions": {
|
|
12800
13542
|
"title": "App Permissions",
|
|
12801
13543
|
"type": "object",
|
|
@@ -12819,23 +13561,15 @@
|
|
|
12819
13561
|
},
|
|
12820
13562
|
"checks": {
|
|
12821
13563
|
"type": "string",
|
|
12822
|
-
"description": "The level of permission to grant the access token for checks on code.",
|
|
12823
|
-
"enum": [
|
|
12824
|
-
"read",
|
|
12825
|
-
"write"
|
|
12826
|
-
]
|
|
12827
|
-
},
|
|
12828
|
-
"contents": {
|
|
12829
|
-
"type": "string",
|
|
12830
|
-
"description": "The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.",
|
|
13564
|
+
"description": "The level of permission to grant the access token for checks on code.",
|
|
12831
13565
|
"enum": [
|
|
12832
13566
|
"read",
|
|
12833
13567
|
"write"
|
|
12834
13568
|
]
|
|
12835
13569
|
},
|
|
12836
|
-
"
|
|
13570
|
+
"contents": {
|
|
12837
13571
|
"type": "string",
|
|
12838
|
-
"description": "The level of permission to grant the access token for
|
|
13572
|
+
"description": "The level of permission to grant the access token for repository contents, commits, branches, downloads, releases, and merges.",
|
|
12839
13573
|
"enum": [
|
|
12840
13574
|
"read",
|
|
12841
13575
|
"write"
|
|
@@ -14414,6 +15148,10 @@
|
|
|
14414
15148
|
"starred_at": {
|
|
14415
15149
|
"type": "string",
|
|
14416
15150
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
15151
|
+
},
|
|
15152
|
+
"anonymous_access_enabled": {
|
|
15153
|
+
"type": "boolean",
|
|
15154
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
14417
15155
|
}
|
|
14418
15156
|
},
|
|
14419
15157
|
"required": [
|
|
@@ -19010,6 +19748,74 @@
|
|
|
19010
19748
|
"url"
|
|
19011
19749
|
]
|
|
19012
19750
|
},
|
|
19751
|
+
"enterprise": {
|
|
19752
|
+
"title": "Enterprise",
|
|
19753
|
+
"description": "An enterprise account",
|
|
19754
|
+
"type": "object",
|
|
19755
|
+
"properties": {
|
|
19756
|
+
"description": {
|
|
19757
|
+
"description": "A short description of the enterprise.",
|
|
19758
|
+
"type": "string",
|
|
19759
|
+
"nullable": true
|
|
19760
|
+
},
|
|
19761
|
+
"html_url": {
|
|
19762
|
+
"type": "string",
|
|
19763
|
+
"format": "uri",
|
|
19764
|
+
"example": "https://github.com/enterprises/octo-business"
|
|
19765
|
+
},
|
|
19766
|
+
"website_url": {
|
|
19767
|
+
"description": "The enterprise's website URL.",
|
|
19768
|
+
"type": "string",
|
|
19769
|
+
"nullable": true,
|
|
19770
|
+
"format": "uri"
|
|
19771
|
+
},
|
|
19772
|
+
"id": {
|
|
19773
|
+
"description": "Unique identifier of the enterprise",
|
|
19774
|
+
"example": 42,
|
|
19775
|
+
"type": "integer"
|
|
19776
|
+
},
|
|
19777
|
+
"node_id": {
|
|
19778
|
+
"type": "string",
|
|
19779
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
19780
|
+
},
|
|
19781
|
+
"name": {
|
|
19782
|
+
"description": "The name of the enterprise.",
|
|
19783
|
+
"type": "string",
|
|
19784
|
+
"example": "Octo Business"
|
|
19785
|
+
},
|
|
19786
|
+
"slug": {
|
|
19787
|
+
"description": "The slug url identifier for the enterprise.",
|
|
19788
|
+
"type": "string",
|
|
19789
|
+
"example": "octo-business"
|
|
19790
|
+
},
|
|
19791
|
+
"created_at": {
|
|
19792
|
+
"type": "string",
|
|
19793
|
+
"nullable": true,
|
|
19794
|
+
"format": "date-time",
|
|
19795
|
+
"example": "2019-01-26T19:01:12Z"
|
|
19796
|
+
},
|
|
19797
|
+
"updated_at": {
|
|
19798
|
+
"type": "string",
|
|
19799
|
+
"nullable": true,
|
|
19800
|
+
"format": "date-time",
|
|
19801
|
+
"example": "2019-01-26T19:14:43Z"
|
|
19802
|
+
},
|
|
19803
|
+
"avatar_url": {
|
|
19804
|
+
"type": "string",
|
|
19805
|
+
"format": "uri"
|
|
19806
|
+
}
|
|
19807
|
+
},
|
|
19808
|
+
"required": [
|
|
19809
|
+
"id",
|
|
19810
|
+
"node_id",
|
|
19811
|
+
"name",
|
|
19812
|
+
"slug",
|
|
19813
|
+
"html_url",
|
|
19814
|
+
"created_at",
|
|
19815
|
+
"updated_at",
|
|
19816
|
+
"avatar_url"
|
|
19817
|
+
]
|
|
19818
|
+
},
|
|
19013
19819
|
"basic-error": {
|
|
19014
19820
|
"title": "Basic Error",
|
|
19015
19821
|
"description": "Basic Error",
|
|
@@ -20209,6 +21015,10 @@
|
|
|
20209
21015
|
"starred_at": {
|
|
20210
21016
|
"type": "string",
|
|
20211
21017
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
21018
|
+
},
|
|
21019
|
+
"anonymous_access_enabled": {
|
|
21020
|
+
"type": "boolean",
|
|
21021
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
20212
21022
|
}
|
|
20213
21023
|
},
|
|
20214
21024
|
"required": [
|
|
@@ -20893,6 +21703,11 @@
|
|
|
20893
21703
|
"nullable": true,
|
|
20894
21704
|
"type": "string",
|
|
20895
21705
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
21706
|
+
},
|
|
21707
|
+
"help_uri": {
|
|
21708
|
+
"nullable": true,
|
|
21709
|
+
"type": "string",
|
|
21710
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
20896
21711
|
}
|
|
20897
21712
|
}
|
|
20898
21713
|
},
|
|
@@ -22212,6 +23027,112 @@
|
|
|
22212
23027
|
"fingerprint": ""
|
|
22213
23028
|
}
|
|
22214
23029
|
},
|
|
23030
|
+
"base-installation-items": {
|
|
23031
|
+
"value": [
|
|
23032
|
+
{
|
|
23033
|
+
"id": 1,
|
|
23034
|
+
"account": {
|
|
23035
|
+
"login": "octocat",
|
|
23036
|
+
"id": 1,
|
|
23037
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
23038
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
23039
|
+
"gravatar_id": "",
|
|
23040
|
+
"url": "https://api.github.com/users/octocat",
|
|
23041
|
+
"html_url": "https://github.com/octocat",
|
|
23042
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
23043
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
23044
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
23045
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
23046
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
23047
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
23048
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
23049
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
23050
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
23051
|
+
"type": "User",
|
|
23052
|
+
"site_admin": false
|
|
23053
|
+
},
|
|
23054
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
23055
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
23056
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
23057
|
+
"app_id": 1,
|
|
23058
|
+
"target_id": 1,
|
|
23059
|
+
"target_type": "Organization",
|
|
23060
|
+
"permissions": {
|
|
23061
|
+
"checks": "write",
|
|
23062
|
+
"metadata": "read",
|
|
23063
|
+
"contents": "read"
|
|
23064
|
+
},
|
|
23065
|
+
"events": [
|
|
23066
|
+
"push",
|
|
23067
|
+
"pull_request"
|
|
23068
|
+
],
|
|
23069
|
+
"single_file_name": "config.yaml",
|
|
23070
|
+
"has_multiple_single_files": true,
|
|
23071
|
+
"single_file_paths": [
|
|
23072
|
+
"config.yml",
|
|
23073
|
+
".github/issue_TEMPLATE.md"
|
|
23074
|
+
],
|
|
23075
|
+
"repository_selection": "selected",
|
|
23076
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
23077
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
23078
|
+
"app_slug": "github-actions",
|
|
23079
|
+
"suspended_at": null,
|
|
23080
|
+
"suspended_by": null
|
|
23081
|
+
}
|
|
23082
|
+
]
|
|
23083
|
+
},
|
|
23084
|
+
"base-installation": {
|
|
23085
|
+
"value": {
|
|
23086
|
+
"id": 1,
|
|
23087
|
+
"account": {
|
|
23088
|
+
"login": "octocat",
|
|
23089
|
+
"id": 1,
|
|
23090
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
23091
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
23092
|
+
"gravatar_id": "",
|
|
23093
|
+
"url": "https://api.github.com/users/octocat",
|
|
23094
|
+
"html_url": "https://github.com/octocat",
|
|
23095
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
23096
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
23097
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
23098
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
23099
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
23100
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
23101
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
23102
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
23103
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
23104
|
+
"type": "User",
|
|
23105
|
+
"site_admin": false
|
|
23106
|
+
},
|
|
23107
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
23108
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
23109
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
23110
|
+
"app_id": 1,
|
|
23111
|
+
"target_id": 1,
|
|
23112
|
+
"target_type": "Organization",
|
|
23113
|
+
"permissions": {
|
|
23114
|
+
"checks": "write",
|
|
23115
|
+
"metadata": "read",
|
|
23116
|
+
"contents": "read"
|
|
23117
|
+
},
|
|
23118
|
+
"events": [
|
|
23119
|
+
"push",
|
|
23120
|
+
"pull_request"
|
|
23121
|
+
],
|
|
23122
|
+
"single_file_name": "config.yaml",
|
|
23123
|
+
"has_multiple_single_files": true,
|
|
23124
|
+
"single_file_paths": [
|
|
23125
|
+
"config.yml",
|
|
23126
|
+
".github/issue_TEMPLATE.md"
|
|
23127
|
+
],
|
|
23128
|
+
"repository_selection": "selected",
|
|
23129
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
23130
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
23131
|
+
"app_slug": "github-actions",
|
|
23132
|
+
"suspended_at": null,
|
|
23133
|
+
"suspended_by": null
|
|
23134
|
+
}
|
|
23135
|
+
},
|
|
22215
23136
|
"installation-token": {
|
|
22216
23137
|
"value": {
|
|
22217
23138
|
"token": "ghs_16C7e42F292c6912E7710c838347Ae178B4a",
|
|
@@ -23541,6 +24462,116 @@
|
|
|
23541
24462
|
]
|
|
23542
24463
|
}
|
|
23543
24464
|
},
|
|
24465
|
+
"installation": {
|
|
24466
|
+
"value": {
|
|
24467
|
+
"id": 1,
|
|
24468
|
+
"account": {
|
|
24469
|
+
"login": "github",
|
|
24470
|
+
"id": 1,
|
|
24471
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
|
|
24472
|
+
"avatar_url": "https://github.com/images/error/hubot_happy.gif",
|
|
24473
|
+
"gravatar_id": "",
|
|
24474
|
+
"url": "https://api.github.com/orgs/github",
|
|
24475
|
+
"html_url": "https://github.com/github",
|
|
24476
|
+
"followers_url": "https://api.github.com/users/github/followers",
|
|
24477
|
+
"following_url": "https://api.github.com/users/github/following{/other_user}",
|
|
24478
|
+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
|
24479
|
+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
|
24480
|
+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
|
24481
|
+
"organizations_url": "https://api.github.com/users/github/orgs",
|
|
24482
|
+
"repos_url": "https://api.github.com/orgs/github/repos",
|
|
24483
|
+
"events_url": "https://api.github.com/orgs/github/events",
|
|
24484
|
+
"received_events_url": "https://api.github.com/users/github/received_events",
|
|
24485
|
+
"type": "Organization",
|
|
24486
|
+
"site_admin": false
|
|
24487
|
+
},
|
|
24488
|
+
"repository_selection": "all",
|
|
24489
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
24490
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
24491
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
24492
|
+
"app_id": 1,
|
|
24493
|
+
"target_id": 1,
|
|
24494
|
+
"target_type": "Organization",
|
|
24495
|
+
"permissions": {
|
|
24496
|
+
"checks": "write",
|
|
24497
|
+
"metadata": "read",
|
|
24498
|
+
"contents": "read"
|
|
24499
|
+
},
|
|
24500
|
+
"events": [
|
|
24501
|
+
"push",
|
|
24502
|
+
"pull_request"
|
|
24503
|
+
],
|
|
24504
|
+
"created_at": "2018-02-09T20:51:14Z",
|
|
24505
|
+
"updated_at": "2018-02-09T20:51:14Z",
|
|
24506
|
+
"single_file_name": "config.yml",
|
|
24507
|
+
"has_multiple_single_files": true,
|
|
24508
|
+
"single_file_paths": [
|
|
24509
|
+
"config.yml",
|
|
24510
|
+
".github/issue_TEMPLATE.md"
|
|
24511
|
+
],
|
|
24512
|
+
"app_slug": "github-actions",
|
|
24513
|
+
"suspended_at": null,
|
|
24514
|
+
"suspended_by": null
|
|
24515
|
+
}
|
|
24516
|
+
},
|
|
24517
|
+
"installation-paginated": {
|
|
24518
|
+
"value": {
|
|
24519
|
+
"total_count": 1,
|
|
24520
|
+
"installations": [
|
|
24521
|
+
{
|
|
24522
|
+
"id": 25381,
|
|
24523
|
+
"account": {
|
|
24524
|
+
"login": "octo-org",
|
|
24525
|
+
"id": 6811672,
|
|
24526
|
+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
|
|
24527
|
+
"avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
|
|
24528
|
+
"gravatar_id": "",
|
|
24529
|
+
"url": "https://api.github.com/users/octo-org",
|
|
24530
|
+
"html_url": "https://github.com/octo-org",
|
|
24531
|
+
"followers_url": "https://api.github.com/users/octo-org/followers",
|
|
24532
|
+
"following_url": "https://api.github.com/users/octo-org/following{/other_user}",
|
|
24533
|
+
"gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
|
|
24534
|
+
"starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
|
|
24535
|
+
"subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
|
|
24536
|
+
"organizations_url": "https://api.github.com/users/octo-org/orgs",
|
|
24537
|
+
"repos_url": "https://api.github.com/users/octo-org/repos",
|
|
24538
|
+
"events_url": "https://api.github.com/users/octo-org/events{/privacy}",
|
|
24539
|
+
"received_events_url": "https://api.github.com/users/octo-org/received_events",
|
|
24540
|
+
"type": "Organization",
|
|
24541
|
+
"site_admin": false
|
|
24542
|
+
},
|
|
24543
|
+
"repository_selection": "selected",
|
|
24544
|
+
"access_tokens_url": "https://api.github.com/app/installations/25381/access_tokens",
|
|
24545
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
24546
|
+
"html_url": "https://github.com/organizations/octo-org/settings/installations/25381",
|
|
24547
|
+
"app_id": 2218,
|
|
24548
|
+
"target_id": 6811672,
|
|
24549
|
+
"target_type": "Organization",
|
|
24550
|
+
"permissions": {
|
|
24551
|
+
"deployments": "write",
|
|
24552
|
+
"metadata": "read",
|
|
24553
|
+
"pull_requests": "read",
|
|
24554
|
+
"statuses": "read"
|
|
24555
|
+
},
|
|
24556
|
+
"events": [
|
|
24557
|
+
"deployment",
|
|
24558
|
+
"deployment_status"
|
|
24559
|
+
],
|
|
24560
|
+
"created_at": "2017-05-16T08:47:09.000-07:00",
|
|
24561
|
+
"updated_at": "2017-06-06T11:23:23.000-07:00",
|
|
24562
|
+
"single_file_name": "config.yml",
|
|
24563
|
+
"has_multiple_single_files": true,
|
|
24564
|
+
"single_file_paths": [
|
|
24565
|
+
"config.yml",
|
|
24566
|
+
".github/issue_TEMPLATE.md"
|
|
24567
|
+
],
|
|
24568
|
+
"app_slug": "github-actions",
|
|
24569
|
+
"suspended_at": null,
|
|
24570
|
+
"suspended_by": null
|
|
24571
|
+
}
|
|
24572
|
+
]
|
|
24573
|
+
}
|
|
24574
|
+
},
|
|
23544
24575
|
"migration-with-short-org-items": {
|
|
23545
24576
|
"value": [
|
|
23546
24577
|
{
|
|
@@ -26740,7 +27771,8 @@
|
|
|
26740
27771
|
"security",
|
|
26741
27772
|
"external/cwe/cwe-022"
|
|
26742
27773
|
],
|
|
26743
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
27774
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
27775
|
+
"help_uri": "https://codeql.github.com/"
|
|
26744
27776
|
},
|
|
26745
27777
|
"tool": {
|
|
26746
27778
|
"name": "CodeQL",
|
|
@@ -26811,7 +27843,8 @@
|
|
|
26811
27843
|
"security",
|
|
26812
27844
|
"external/cwe/cwe-022"
|
|
26813
27845
|
],
|
|
26814
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
27846
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
27847
|
+
"help_uri": "https://codeql.github.com/"
|
|
26815
27848
|
},
|
|
26816
27849
|
"tool": {
|
|
26817
27850
|
"name": "CodeQL",
|
|
@@ -28438,7 +29471,8 @@
|
|
|
28438
29471
|
"type": "User",
|
|
28439
29472
|
"site_admin": false
|
|
28440
29473
|
},
|
|
28441
|
-
"author_association": "COLLABORATOR"
|
|
29474
|
+
"author_association": "COLLABORATOR",
|
|
29475
|
+
"state_reason": "completed"
|
|
28442
29476
|
}
|
|
28443
29477
|
]
|
|
28444
29478
|
},
|
|
@@ -28598,7 +29632,8 @@
|
|
|
28598
29632
|
"type": "User",
|
|
28599
29633
|
"site_admin": false
|
|
28600
29634
|
},
|
|
28601
|
-
"author_association": "COLLABORATOR"
|
|
29635
|
+
"author_association": "COLLABORATOR",
|
|
29636
|
+
"state_reason": "completed"
|
|
28602
29637
|
}
|
|
28603
29638
|
},
|
|
28604
29639
|
"issue-event-items": {
|
|
@@ -28766,7 +29801,8 @@
|
|
|
28766
29801
|
"closed_at": null,
|
|
28767
29802
|
"created_at": "2011-04-22T13:33:48Z",
|
|
28768
29803
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
28769
|
-
"author_association": "COLLABORATOR"
|
|
29804
|
+
"author_association": "COLLABORATOR",
|
|
29805
|
+
"state_reason": "completed"
|
|
28770
29806
|
}
|
|
28771
29807
|
}
|
|
28772
29808
|
]
|
|
@@ -28975,7 +30011,8 @@
|
|
|
28975
30011
|
"closed_at": null,
|
|
28976
30012
|
"created_at": "2011-04-22T13:33:48Z",
|
|
28977
30013
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
28978
|
-
"author_association": "COLLABORATOR"
|
|
30014
|
+
"author_association": "COLLABORATOR",
|
|
30015
|
+
"state_reason": "completed"
|
|
28979
30016
|
}
|
|
28980
30017
|
}
|
|
28981
30018
|
},
|
|
@@ -30410,7 +31447,8 @@
|
|
|
30410
31447
|
"body": "...",
|
|
30411
31448
|
"score": 1,
|
|
30412
31449
|
"locked": true,
|
|
30413
|
-
"author_association": "COLLABORATOR"
|
|
31450
|
+
"author_association": "COLLABORATOR",
|
|
31451
|
+
"state_reason": "completed"
|
|
30414
31452
|
}
|
|
30415
31453
|
]
|
|
30416
31454
|
}
|
|
@@ -30742,6 +31780,113 @@
|
|
|
30742
31780
|
"raw_key": "\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\nVersion: GnuPG v2\\n\\n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\\nIts/HFYRLiFgDLmTlxo=\\n=+OzK\\n-----END PGP PUBLIC KEY BLOCK-----\""
|
|
30743
31781
|
}
|
|
30744
31782
|
},
|
|
31783
|
+
"base-installation-for-auth-user-paginated": {
|
|
31784
|
+
"value": {
|
|
31785
|
+
"total_count": 2,
|
|
31786
|
+
"installations": [
|
|
31787
|
+
{
|
|
31788
|
+
"id": 1,
|
|
31789
|
+
"account": {
|
|
31790
|
+
"login": "octocat",
|
|
31791
|
+
"id": 1,
|
|
31792
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
31793
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
31794
|
+
"gravatar_id": "",
|
|
31795
|
+
"url": "https://api.github.com/users/octocat",
|
|
31796
|
+
"html_url": "https://github.com/octocat",
|
|
31797
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
31798
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
31799
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
31800
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
31801
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
31802
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
31803
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
31804
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
31805
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
31806
|
+
"type": "User",
|
|
31807
|
+
"site_admin": false
|
|
31808
|
+
},
|
|
31809
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
31810
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
31811
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
31812
|
+
"app_id": 1,
|
|
31813
|
+
"target_id": 1,
|
|
31814
|
+
"target_type": "Organization",
|
|
31815
|
+
"permissions": {
|
|
31816
|
+
"checks": "write",
|
|
31817
|
+
"metadata": "read",
|
|
31818
|
+
"contents": "read"
|
|
31819
|
+
},
|
|
31820
|
+
"events": [
|
|
31821
|
+
"push",
|
|
31822
|
+
"pull_request"
|
|
31823
|
+
],
|
|
31824
|
+
"single_file_name": "config.yaml",
|
|
31825
|
+
"has_multiple_single_files": true,
|
|
31826
|
+
"single_file_paths": [
|
|
31827
|
+
"config.yml",
|
|
31828
|
+
".github/issue_TEMPLATE.md"
|
|
31829
|
+
],
|
|
31830
|
+
"repository_selection": "all",
|
|
31831
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
31832
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
31833
|
+
"app_slug": "github-actions",
|
|
31834
|
+
"suspended_at": null,
|
|
31835
|
+
"suspended_by": null
|
|
31836
|
+
},
|
|
31837
|
+
{
|
|
31838
|
+
"id": 3,
|
|
31839
|
+
"account": {
|
|
31840
|
+
"login": "octocat",
|
|
31841
|
+
"id": 2,
|
|
31842
|
+
"node_id": "MDQ6VXNlcjE=",
|
|
31843
|
+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
31844
|
+
"gravatar_id": "",
|
|
31845
|
+
"url": "https://api.github.com/users/octocat",
|
|
31846
|
+
"html_url": "https://github.com/octocat",
|
|
31847
|
+
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
31848
|
+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
31849
|
+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
31850
|
+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
31851
|
+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
31852
|
+
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
31853
|
+
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
31854
|
+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
31855
|
+
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
31856
|
+
"type": "User",
|
|
31857
|
+
"site_admin": false
|
|
31858
|
+
},
|
|
31859
|
+
"access_tokens_url": "https://api.github.com/installations/1/access_tokens",
|
|
31860
|
+
"repositories_url": "https://api.github.com/installation/repositories",
|
|
31861
|
+
"html_url": "https://github.com/organizations/github/settings/installations/1",
|
|
31862
|
+
"app_id": 1,
|
|
31863
|
+
"target_id": 1,
|
|
31864
|
+
"target_type": "Organization",
|
|
31865
|
+
"permissions": {
|
|
31866
|
+
"checks": "write",
|
|
31867
|
+
"metadata": "read",
|
|
31868
|
+
"contents": "read"
|
|
31869
|
+
},
|
|
31870
|
+
"events": [
|
|
31871
|
+
"push",
|
|
31872
|
+
"pull_request"
|
|
31873
|
+
],
|
|
31874
|
+
"single_file_name": "config.yaml",
|
|
31875
|
+
"has_multiple_single_files": true,
|
|
31876
|
+
"single_file_paths": [
|
|
31877
|
+
"config.yml",
|
|
31878
|
+
".github/issue_TEMPLATE.md"
|
|
31879
|
+
],
|
|
31880
|
+
"repository_selection": "all",
|
|
31881
|
+
"created_at": "2017-07-08T16:18:44-04:00",
|
|
31882
|
+
"updated_at": "2017-07-08T16:18:44-04:00",
|
|
31883
|
+
"app_slug": "github-actions",
|
|
31884
|
+
"suspended_at": null,
|
|
31885
|
+
"suspended_by": null
|
|
31886
|
+
}
|
|
31887
|
+
]
|
|
31888
|
+
}
|
|
31889
|
+
},
|
|
30745
31890
|
"migration-items": {
|
|
30746
31891
|
"value": [
|
|
30747
31892
|
{
|
|
@@ -31493,8 +32638,8 @@
|
|
|
31493
32638
|
}
|
|
31494
32639
|
},
|
|
31495
32640
|
"responses": {
|
|
31496
|
-
"
|
|
31497
|
-
"description": "
|
|
32641
|
+
"not_found": {
|
|
32642
|
+
"description": "Resource not found",
|
|
31498
32643
|
"content": {
|
|
31499
32644
|
"application/json": {
|
|
31500
32645
|
"schema": {
|
|
@@ -31503,8 +32648,8 @@
|
|
|
31503
32648
|
}
|
|
31504
32649
|
}
|
|
31505
32650
|
},
|
|
31506
|
-
"
|
|
31507
|
-
"description": "
|
|
32651
|
+
"requires_authentication": {
|
|
32652
|
+
"description": "Requires authentication",
|
|
31508
32653
|
"content": {
|
|
31509
32654
|
"application/json": {
|
|
31510
32655
|
"schema": {
|
|
@@ -31513,8 +32658,8 @@
|
|
|
31513
32658
|
}
|
|
31514
32659
|
}
|
|
31515
32660
|
},
|
|
31516
|
-
"
|
|
31517
|
-
"description": "
|
|
32661
|
+
"forbidden": {
|
|
32662
|
+
"description": "Forbidden",
|
|
31518
32663
|
"content": {
|
|
31519
32664
|
"application/json": {
|
|
31520
32665
|
"schema": {
|