@octokit/openapi 6.6.0 → 6.6.3
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 +49 -6
- package/generated/api.github.com.json +55 -4
- package/generated/ghes-3.2-anicca-diff-to-ghes-3.3.deref.json +3232 -174
- 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 +148129 -3632
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +19589 -2088
- package/generated/ghes-3.2.deref.json +147 -793
- package/generated/ghes-3.2.json +186 -186
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +40 -6
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +96 -54
- package/generated/ghes-3.3.deref.json +82 -48
- package/generated/ghes-3.3.json +179 -137
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +49 -49
- package/generated/ghes-3.4.deref.json +72 -29
- package/generated/ghes-3.4.json +148 -97
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +11 -2
- package/generated/ghes-3.5-diff-to-api.github.com.json +205 -422
- package/generated/ghes-3.5.deref.json +221 -178
- package/generated/ghes-3.5.json +592 -767
- package/generated/github.ae-diff-to-api.github.com.deref.json +10 -1
- package/generated/github.ae-diff-to-api.github.com.json +153 -338
- package/generated/github.ae.deref.json +268 -259
- package/generated/github.ae.json +668 -853
- package/package.json +1 -1
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.6.
|
|
4
|
+
"version": "6.6.3",
|
|
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"category": "enterprise-admin",
|
|
203
203
|
"subcategory": "global-webhooks"
|
|
204
204
|
},
|
|
205
|
-
"x-octokit": { "diff": { "api.github.com
|
|
205
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
206
206
|
},
|
|
207
207
|
"post": {
|
|
208
208
|
"summary": "Create a global webhook",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"category": "enterprise-admin",
|
|
296
296
|
"subcategory": "global-webhooks"
|
|
297
297
|
},
|
|
298
|
-
"x-octokit": { "diff": { "api.github.com
|
|
298
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
"/admin/hooks/{hook_id}": {
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"category": "enterprise-admin",
|
|
329
329
|
"subcategory": "global-webhooks"
|
|
330
330
|
},
|
|
331
|
-
"x-octokit": { "diff": { "api.github.com
|
|
331
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
332
332
|
},
|
|
333
333
|
"patch": {
|
|
334
334
|
"summary": "Update a global webhook",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"category": "enterprise-admin",
|
|
412
412
|
"subcategory": "global-webhooks"
|
|
413
413
|
},
|
|
414
|
-
"x-octokit": { "diff": { "api.github.com
|
|
414
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
415
415
|
},
|
|
416
416
|
"delete": {
|
|
417
417
|
"summary": "Delete a global webhook",
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"category": "enterprise-admin",
|
|
431
431
|
"subcategory": "global-webhooks"
|
|
432
432
|
},
|
|
433
|
-
"x-octokit": { "diff": { "api.github.com
|
|
433
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
436
|
"/admin/hooks/{hook_id}/pings": {
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"category": "enterprise-admin",
|
|
452
452
|
"subcategory": "global-webhooks"
|
|
453
453
|
},
|
|
454
|
-
"x-octokit": { "diff": { "api.github.com
|
|
454
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
457
|
"/admin/keys": {
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"category": "enterprise-admin",
|
|
512
512
|
"subcategory": "users"
|
|
513
513
|
},
|
|
514
|
-
"x-octokit": { "diff": { "api.github.com
|
|
514
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
515
515
|
}
|
|
516
516
|
},
|
|
517
517
|
"/admin/keys/{key_ids}": {
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
"category": "enterprise-admin",
|
|
533
533
|
"subcategory": "users"
|
|
534
534
|
},
|
|
535
|
-
"x-octokit": { "diff": { "api.github.com
|
|
535
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
536
536
|
}
|
|
537
537
|
},
|
|
538
538
|
"/admin/ldap/teams/{team_id}/mapping": {
|
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
"category": "enterprise-admin",
|
|
592
592
|
"subcategory": "ldap"
|
|
593
593
|
},
|
|
594
|
-
"x-octokit": { "diff": { "api.github.com
|
|
594
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
595
595
|
}
|
|
596
596
|
},
|
|
597
597
|
"/admin/ldap/teams/{team_id}/sync": {
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"category": "enterprise-admin",
|
|
626
626
|
"subcategory": "ldap"
|
|
627
627
|
},
|
|
628
|
-
"x-octokit": { "diff": { "api.github.com
|
|
628
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
631
|
"/admin/ldap/users/{username}/mapping": {
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"category": "enterprise-admin",
|
|
683
683
|
"subcategory": "ldap"
|
|
684
684
|
},
|
|
685
|
-
"x-octokit": { "diff": { "api.github.com
|
|
685
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
686
686
|
}
|
|
687
687
|
},
|
|
688
688
|
"/admin/ldap/users/{username}/sync": {
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
"category": "enterprise-admin",
|
|
717
717
|
"subcategory": "ldap"
|
|
718
718
|
},
|
|
719
|
-
"x-octokit": { "diff": { "api.github.com
|
|
719
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
720
720
|
}
|
|
721
721
|
},
|
|
722
722
|
"/admin/organizations": {
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
"category": "enterprise-admin",
|
|
787
787
|
"subcategory": "orgs"
|
|
788
788
|
},
|
|
789
|
-
"x-octokit": { "diff": { "api.github.com
|
|
789
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
790
790
|
}
|
|
791
791
|
},
|
|
792
792
|
"/admin/organizations/{org}": {
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
"category": "enterprise-admin",
|
|
851
851
|
"subcategory": "orgs"
|
|
852
852
|
},
|
|
853
|
-
"x-octokit": { "diff": { "api.github.com
|
|
853
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
854
854
|
}
|
|
855
855
|
},
|
|
856
856
|
"/admin/pre-receive-environments": {
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
"category": "enterprise-admin",
|
|
905
905
|
"subcategory": "pre-receive-environments"
|
|
906
906
|
},
|
|
907
|
-
"x-octokit": { "diff": { "api.github.com
|
|
907
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
908
908
|
},
|
|
909
909
|
"post": {
|
|
910
910
|
"summary": "Create a pre-receive environment",
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
"category": "enterprise-admin",
|
|
968
968
|
"subcategory": "pre-receive-environments"
|
|
969
969
|
},
|
|
970
|
-
"x-octokit": { "diff": { "api.github.com
|
|
970
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
971
971
|
}
|
|
972
972
|
},
|
|
973
973
|
"/admin/pre-receive-environments/{pre_receive_environment_id}": {
|
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
"category": "enterprise-admin",
|
|
1007
1007
|
"subcategory": "pre-receive-environments"
|
|
1008
1008
|
},
|
|
1009
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1009
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1010
1010
|
},
|
|
1011
1011
|
"patch": {
|
|
1012
1012
|
"summary": "Update a pre-receive environment",
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"category": "enterprise-admin",
|
|
1101
1101
|
"subcategory": "pre-receive-environments"
|
|
1102
1102
|
},
|
|
1103
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1103
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1104
1104
|
},
|
|
1105
1105
|
"delete": {
|
|
1106
1106
|
"summary": "Delete a pre-receive environment",
|
|
@@ -1161,7 +1161,7 @@
|
|
|
1161
1161
|
"category": "enterprise-admin",
|
|
1162
1162
|
"subcategory": "pre-receive-environments"
|
|
1163
1163
|
},
|
|
1164
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1164
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
1167
1167
|
"/admin/pre-receive-environments/{pre_receive_environment_id}/downloads": {
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
"category": "enterprise-admin",
|
|
1239
1239
|
"subcategory": "pre-receive-environments"
|
|
1240
1240
|
},
|
|
1241
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1241
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1242
1242
|
}
|
|
1243
1243
|
},
|
|
1244
1244
|
"/admin/pre-receive-environments/{pre_receive_environment_id}/downloads/latest": {
|
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
"category": "enterprise-admin",
|
|
1278
1278
|
"subcategory": "pre-receive-environments"
|
|
1279
1279
|
},
|
|
1280
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1280
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1281
1281
|
}
|
|
1282
1282
|
},
|
|
1283
1283
|
"/admin/pre-receive-hooks": {
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
"category": "enterprise-admin",
|
|
1331
1331
|
"subcategory": "pre-receive-hooks"
|
|
1332
1332
|
},
|
|
1333
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1333
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1334
1334
|
},
|
|
1335
1335
|
"post": {
|
|
1336
1336
|
"summary": "Create a pre-receive hook",
|
|
@@ -1420,7 +1420,7 @@
|
|
|
1420
1420
|
"category": "enterprise-admin",
|
|
1421
1421
|
"subcategory": "pre-receive-hooks"
|
|
1422
1422
|
},
|
|
1423
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1423
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1424
1424
|
}
|
|
1425
1425
|
},
|
|
1426
1426
|
"/admin/pre-receive-hooks/{pre_receive_hook_id}": {
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
"category": "enterprise-admin",
|
|
1458
1458
|
"subcategory": "pre-receive-hooks"
|
|
1459
1459
|
},
|
|
1460
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1460
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1461
1461
|
},
|
|
1462
1462
|
"patch": {
|
|
1463
1463
|
"summary": "Update a pre-receive hook",
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
"category": "enterprise-admin",
|
|
1541
1541
|
"subcategory": "pre-receive-hooks"
|
|
1542
1542
|
},
|
|
1543
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1543
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1544
1544
|
},
|
|
1545
1545
|
"delete": {
|
|
1546
1546
|
"summary": "Delete a pre-receive hook",
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
"category": "enterprise-admin",
|
|
1562
1562
|
"subcategory": "pre-receive-hooks"
|
|
1563
1563
|
},
|
|
1564
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1564
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1565
1565
|
}
|
|
1566
1566
|
},
|
|
1567
1567
|
"/admin/tokens": {
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
"category": "enterprise-admin",
|
|
1604
1604
|
"subcategory": "users"
|
|
1605
1605
|
},
|
|
1606
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1606
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1607
1607
|
}
|
|
1608
1608
|
},
|
|
1609
1609
|
"/admin/tokens/{token_id}": {
|
|
@@ -1624,7 +1624,7 @@
|
|
|
1624
1624
|
"category": "enterprise-admin",
|
|
1625
1625
|
"subcategory": "users"
|
|
1626
1626
|
},
|
|
1627
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1627
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1628
1628
|
}
|
|
1629
1629
|
},
|
|
1630
1630
|
"/admin/users": {
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
"category": "enterprise-admin",
|
|
1686
1686
|
"subcategory": "users"
|
|
1687
1687
|
},
|
|
1688
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1688
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1689
1689
|
}
|
|
1690
1690
|
},
|
|
1691
1691
|
"/admin/users/{username}": {
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
"category": "enterprise-admin",
|
|
1750
1750
|
"subcategory": "users"
|
|
1751
1751
|
},
|
|
1752
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1752
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1753
1753
|
},
|
|
1754
1754
|
"delete": {
|
|
1755
1755
|
"summary": "Delete a user",
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
"category": "enterprise-admin",
|
|
1769
1769
|
"subcategory": "users"
|
|
1770
1770
|
},
|
|
1771
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1771
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1772
1772
|
}
|
|
1773
1773
|
},
|
|
1774
1774
|
"/admin/users/{username}/authorizations": {
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
"category": "enterprise-admin",
|
|
1830
1830
|
"subcategory": "users"
|
|
1831
1831
|
},
|
|
1832
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1832
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1833
1833
|
},
|
|
1834
1834
|
"delete": {
|
|
1835
1835
|
"summary": "Delete an impersonation OAuth token",
|
|
@@ -1848,7 +1848,7 @@
|
|
|
1848
1848
|
"category": "enterprise-admin",
|
|
1849
1849
|
"subcategory": "users"
|
|
1850
1850
|
},
|
|
1851
|
-
"x-octokit": { "diff": { "api.github.com
|
|
1851
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
1852
1852
|
}
|
|
1853
1853
|
},
|
|
1854
1854
|
"/app": {
|
|
@@ -2325,9 +2325,7 @@
|
|
|
2325
2325
|
"category": "apps",
|
|
2326
2326
|
"subcategory": null
|
|
2327
2327
|
},
|
|
2328
|
-
"x-octokit": {
|
|
2329
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
2330
|
-
}
|
|
2328
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
2331
2329
|
}
|
|
2332
2330
|
},
|
|
2333
2331
|
"/app/installations/{installation_id}/suspended": {
|
|
@@ -2943,6 +2941,18 @@
|
|
|
2943
2941
|
"type": "string"
|
|
2944
2942
|
}
|
|
2945
2943
|
}
|
|
2944
|
+
},
|
|
2945
|
+
"examples": {
|
|
2946
|
+
"default": {
|
|
2947
|
+
"summary": "Create an authorization",
|
|
2948
|
+
"value": {
|
|
2949
|
+
"scopes": ["public_repo"],
|
|
2950
|
+
"note": "optional note",
|
|
2951
|
+
"note_url": "http://optional/note/url",
|
|
2952
|
+
"client_id": "abcde12345fghij67890",
|
|
2953
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f"
|
|
2954
|
+
}
|
|
2955
|
+
}
|
|
2946
2956
|
}
|
|
2947
2957
|
}
|
|
2948
2958
|
}
|
|
@@ -2993,7 +3003,7 @@
|
|
|
2993
3003
|
"description": "API method documentation",
|
|
2994
3004
|
"url": "https://docs.github.com/enterprise-server@3.5/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app"
|
|
2995
3005
|
},
|
|
2996
|
-
"parameters": [{ "$ref": "#/components/parameters/client-id" }],
|
|
3006
|
+
"parameters": [{ "$ref": "#/components/parameters/oauth-client-id" }],
|
|
2997
3007
|
"requestBody": {
|
|
2998
3008
|
"required": true,
|
|
2999
3009
|
"content": {
|
|
@@ -3028,6 +3038,17 @@
|
|
|
3028
3038
|
},
|
|
3029
3039
|
"required": ["client_secret"],
|
|
3030
3040
|
"type": "object"
|
|
3041
|
+
},
|
|
3042
|
+
"examples": {
|
|
3043
|
+
"default": {
|
|
3044
|
+
"summary": "Create an authorization for an app",
|
|
3045
|
+
"value": {
|
|
3046
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
|
|
3047
|
+
"scopes": ["public_repo"],
|
|
3048
|
+
"note": "optional note",
|
|
3049
|
+
"note_url": "http://optional/note/url"
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3031
3052
|
}
|
|
3032
3053
|
}
|
|
3033
3054
|
}
|
|
@@ -3097,7 +3118,7 @@
|
|
|
3097
3118
|
"url": "https://docs.github.com/enterprise-server@3.5/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint"
|
|
3098
3119
|
},
|
|
3099
3120
|
"parameters": [
|
|
3100
|
-
{ "$ref": "#/components/parameters/client-id" },
|
|
3121
|
+
{ "$ref": "#/components/parameters/oauth-client-id" },
|
|
3101
3122
|
{
|
|
3102
3123
|
"name": "fingerprint",
|
|
3103
3124
|
"in": "path",
|
|
@@ -3135,6 +3156,17 @@
|
|
|
3135
3156
|
},
|
|
3136
3157
|
"required": ["client_secret"],
|
|
3137
3158
|
"type": "object"
|
|
3159
|
+
},
|
|
3160
|
+
"examples": {
|
|
3161
|
+
"default": {
|
|
3162
|
+
"summary": "Create an authorization for an app and fingerprint",
|
|
3163
|
+
"value": {
|
|
3164
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
|
|
3165
|
+
"scopes": ["public_repo"],
|
|
3166
|
+
"note": "optional note",
|
|
3167
|
+
"note_url": "http://optional/note/url"
|
|
3168
|
+
}
|
|
3169
|
+
}
|
|
3138
3170
|
}
|
|
3139
3171
|
}
|
|
3140
3172
|
}
|
|
@@ -3476,7 +3508,7 @@
|
|
|
3476
3508
|
"category": "enterprise-admin",
|
|
3477
3509
|
"subcategory": "announcement"
|
|
3478
3510
|
},
|
|
3479
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3511
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3480
3512
|
},
|
|
3481
3513
|
"patch": {
|
|
3482
3514
|
"summary": "Set the global announcement banner",
|
|
@@ -3510,7 +3542,7 @@
|
|
|
3510
3542
|
"category": "enterprise-admin",
|
|
3511
3543
|
"subcategory": "announcement"
|
|
3512
3544
|
},
|
|
3513
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3545
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3514
3546
|
},
|
|
3515
3547
|
"delete": {
|
|
3516
3548
|
"summary": "Remove the global announcement banner",
|
|
@@ -3524,7 +3556,7 @@
|
|
|
3524
3556
|
"category": "enterprise-admin",
|
|
3525
3557
|
"subcategory": "announcement"
|
|
3526
3558
|
},
|
|
3527
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3559
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3528
3560
|
}
|
|
3529
3561
|
},
|
|
3530
3562
|
"/enterprise/settings/license": {
|
|
@@ -3556,7 +3588,7 @@
|
|
|
3556
3588
|
"category": "enterprise-admin",
|
|
3557
3589
|
"subcategory": "license"
|
|
3558
3590
|
},
|
|
3559
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3591
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3560
3592
|
}
|
|
3561
3593
|
},
|
|
3562
3594
|
"/enterprise/stats/all": {
|
|
@@ -3592,7 +3624,7 @@
|
|
|
3592
3624
|
"category": "enterprise-admin",
|
|
3593
3625
|
"subcategory": "admin-stats"
|
|
3594
3626
|
},
|
|
3595
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3627
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3596
3628
|
}
|
|
3597
3629
|
},
|
|
3598
3630
|
"/enterprise/stats/comments": {
|
|
@@ -3623,7 +3655,7 @@
|
|
|
3623
3655
|
"category": "enterprise-admin",
|
|
3624
3656
|
"subcategory": "admin-stats"
|
|
3625
3657
|
},
|
|
3626
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3658
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3627
3659
|
}
|
|
3628
3660
|
},
|
|
3629
3661
|
"/enterprise/stats/gists": {
|
|
@@ -3654,7 +3686,7 @@
|
|
|
3654
3686
|
"category": "enterprise-admin",
|
|
3655
3687
|
"subcategory": "admin-stats"
|
|
3656
3688
|
},
|
|
3657
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3689
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3658
3690
|
}
|
|
3659
3691
|
},
|
|
3660
3692
|
"/enterprise/stats/hooks": {
|
|
@@ -3684,7 +3716,7 @@
|
|
|
3684
3716
|
"category": "enterprise-admin",
|
|
3685
3717
|
"subcategory": "admin-stats"
|
|
3686
3718
|
},
|
|
3687
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3719
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3688
3720
|
}
|
|
3689
3721
|
},
|
|
3690
3722
|
"/enterprise/stats/issues": {
|
|
@@ -3715,7 +3747,7 @@
|
|
|
3715
3747
|
"category": "enterprise-admin",
|
|
3716
3748
|
"subcategory": "admin-stats"
|
|
3717
3749
|
},
|
|
3718
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3750
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3719
3751
|
}
|
|
3720
3752
|
},
|
|
3721
3753
|
"/enterprise/stats/milestones": {
|
|
@@ -3746,7 +3778,7 @@
|
|
|
3746
3778
|
"category": "enterprise-admin",
|
|
3747
3779
|
"subcategory": "admin-stats"
|
|
3748
3780
|
},
|
|
3749
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3781
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3750
3782
|
}
|
|
3751
3783
|
},
|
|
3752
3784
|
"/enterprise/stats/orgs": {
|
|
@@ -3777,7 +3809,7 @@
|
|
|
3777
3809
|
"category": "enterprise-admin",
|
|
3778
3810
|
"subcategory": "admin-stats"
|
|
3779
3811
|
},
|
|
3780
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3812
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3781
3813
|
}
|
|
3782
3814
|
},
|
|
3783
3815
|
"/enterprise/stats/pages": {
|
|
@@ -3808,7 +3840,7 @@
|
|
|
3808
3840
|
"category": "enterprise-admin",
|
|
3809
3841
|
"subcategory": "admin-stats"
|
|
3810
3842
|
},
|
|
3811
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3843
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3812
3844
|
}
|
|
3813
3845
|
},
|
|
3814
3846
|
"/enterprise/stats/pulls": {
|
|
@@ -3839,7 +3871,7 @@
|
|
|
3839
3871
|
"category": "enterprise-admin",
|
|
3840
3872
|
"subcategory": "admin-stats"
|
|
3841
3873
|
},
|
|
3842
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3874
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3843
3875
|
}
|
|
3844
3876
|
},
|
|
3845
3877
|
"/enterprise/stats/repos": {
|
|
@@ -3869,7 +3901,7 @@
|
|
|
3869
3901
|
"category": "enterprise-admin",
|
|
3870
3902
|
"subcategory": "admin-stats"
|
|
3871
3903
|
},
|
|
3872
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3904
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3873
3905
|
}
|
|
3874
3906
|
},
|
|
3875
3907
|
"/enterprise/stats/users": {
|
|
@@ -3900,7 +3932,7 @@
|
|
|
3900
3932
|
"category": "enterprise-admin",
|
|
3901
3933
|
"subcategory": "admin-stats"
|
|
3902
3934
|
},
|
|
3903
|
-
"x-octokit": { "diff": { "api.github.com
|
|
3935
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3904
3936
|
}
|
|
3905
3937
|
},
|
|
3906
3938
|
"/enterprises/{enterprise}/actions/cache/usage": {
|
|
@@ -3976,7 +4008,7 @@
|
|
|
3976
4008
|
"category": "actions",
|
|
3977
4009
|
"subcategory": "cache"
|
|
3978
4010
|
},
|
|
3979
|
-
"x-octokit": { "diff": { "api.github.com
|
|
4011
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
3980
4012
|
},
|
|
3981
4013
|
"patch": {
|
|
3982
4014
|
"summary": "Set GitHub Actions cache usage policy for an enterprise",
|
|
@@ -4010,7 +4042,7 @@
|
|
|
4010
4042
|
"category": "actions",
|
|
4011
4043
|
"subcategory": "cache"
|
|
4012
4044
|
},
|
|
4013
|
-
"x-octokit": { "diff": { "api.github.com
|
|
4045
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
4014
4046
|
}
|
|
4015
4047
|
},
|
|
4016
4048
|
"/enterprises/{enterprise}/actions/permissions": {
|
|
@@ -4270,9 +4302,7 @@
|
|
|
4270
4302
|
"category": "actions",
|
|
4271
4303
|
"subcategory": "permissions"
|
|
4272
4304
|
},
|
|
4273
|
-
"x-octokit": {
|
|
4274
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
4275
|
-
}
|
|
4305
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
4276
4306
|
},
|
|
4277
4307
|
"put": {
|
|
4278
4308
|
"summary": "Set allowed actions for an enterprise",
|
|
@@ -4304,9 +4334,7 @@
|
|
|
4304
4334
|
"category": "actions",
|
|
4305
4335
|
"subcategory": "permissions"
|
|
4306
4336
|
},
|
|
4307
|
-
"x-octokit": {
|
|
4308
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
4309
|
-
}
|
|
4337
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
4310
4338
|
}
|
|
4311
4339
|
},
|
|
4312
4340
|
"/enterprises/{enterprise}/actions/runner-groups": {
|
|
@@ -4357,9 +4385,7 @@
|
|
|
4357
4385
|
"category": "actions",
|
|
4358
4386
|
"subcategory": "self-hosted-runner-groups"
|
|
4359
4387
|
},
|
|
4360
|
-
"x-octokit": {
|
|
4361
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
4362
|
-
}
|
|
4388
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
4363
4389
|
},
|
|
4364
4390
|
"post": {
|
|
4365
4391
|
"summary": "Create a self-hosted runner group for an enterprise",
|
|
@@ -5025,9 +5051,7 @@
|
|
|
5025
5051
|
"category": "actions",
|
|
5026
5052
|
"subcategory": "self-hosted-runners"
|
|
5027
5053
|
},
|
|
5028
|
-
"x-octokit": {
|
|
5029
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
5030
|
-
}
|
|
5054
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
5031
5055
|
}
|
|
5032
5056
|
},
|
|
5033
5057
|
"/enterprises/{enterprise}/actions/runners/remove-token": {
|
|
@@ -5064,9 +5088,7 @@
|
|
|
5064
5088
|
"category": "actions",
|
|
5065
5089
|
"subcategory": "self-hosted-runners"
|
|
5066
5090
|
},
|
|
5067
|
-
"x-octokit": {
|
|
5068
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
5069
|
-
}
|
|
5091
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
5070
5092
|
}
|
|
5071
5093
|
},
|
|
5072
5094
|
"/enterprises/{enterprise}/actions/runners/{runner_id}": {
|
|
@@ -5414,9 +5436,7 @@
|
|
|
5414
5436
|
"category": "secret-scanning",
|
|
5415
5437
|
"subcategory": null
|
|
5416
5438
|
},
|
|
5417
|
-
"x-octokit": {
|
|
5418
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
5419
|
-
}
|
|
5439
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
5420
5440
|
}
|
|
5421
5441
|
},
|
|
5422
5442
|
"/enterprises/{enterprise}/settings/billing/advanced-security": {
|
|
@@ -5504,9 +5524,7 @@
|
|
|
5504
5524
|
"category": "activity",
|
|
5505
5525
|
"subcategory": "events"
|
|
5506
5526
|
},
|
|
5507
|
-
"x-octokit": {
|
|
5508
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
5509
|
-
}
|
|
5527
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
5510
5528
|
}
|
|
5511
5529
|
},
|
|
5512
5530
|
"/feeds": {
|
|
@@ -6576,9 +6594,7 @@
|
|
|
6576
6594
|
"category": "apps",
|
|
6577
6595
|
"subcategory": "installations"
|
|
6578
6596
|
},
|
|
6579
|
-
"x-octokit": {
|
|
6580
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
6581
|
-
}
|
|
6597
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
6582
6598
|
}
|
|
6583
6599
|
},
|
|
6584
6600
|
"/installation/token": {
|
|
@@ -6711,9 +6727,7 @@
|
|
|
6711
6727
|
"category": "issues",
|
|
6712
6728
|
"subcategory": null
|
|
6713
6729
|
},
|
|
6714
|
-
"x-octokit": {
|
|
6715
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
6716
|
-
}
|
|
6730
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
6717
6731
|
}
|
|
6718
6732
|
},
|
|
6719
6733
|
"/licenses": {
|
|
@@ -6942,9 +6956,7 @@
|
|
|
6942
6956
|
"category": "meta",
|
|
6943
6957
|
"subcategory": null
|
|
6944
6958
|
},
|
|
6945
|
-
"x-octokit": {
|
|
6946
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
6947
|
-
}
|
|
6959
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
6948
6960
|
}
|
|
6949
6961
|
},
|
|
6950
6962
|
"/networks/{owner}/{repo}/events": {
|
|
@@ -6991,9 +7003,7 @@
|
|
|
6991
7003
|
"category": "activity",
|
|
6992
7004
|
"subcategory": "events"
|
|
6993
7005
|
},
|
|
6994
|
-
"x-octokit": {
|
|
6995
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
6996
|
-
}
|
|
7006
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
6997
7007
|
}
|
|
6998
7008
|
},
|
|
6999
7009
|
"/notifications": {
|
|
@@ -7041,9 +7051,7 @@
|
|
|
7041
7051
|
"category": "activity",
|
|
7042
7052
|
"subcategory": "notifications"
|
|
7043
7053
|
},
|
|
7044
|
-
"x-octokit": {
|
|
7045
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7046
|
-
}
|
|
7054
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
7047
7055
|
},
|
|
7048
7056
|
"put": {
|
|
7049
7057
|
"summary": "Mark notifications as read",
|
|
@@ -7148,9 +7156,7 @@
|
|
|
7148
7156
|
"category": "activity",
|
|
7149
7157
|
"subcategory": "notifications"
|
|
7150
7158
|
},
|
|
7151
|
-
"x-octokit": {
|
|
7152
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7153
|
-
}
|
|
7159
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
7154
7160
|
},
|
|
7155
7161
|
"patch": {
|
|
7156
7162
|
"summary": "Mark a thread as read",
|
|
@@ -7556,7 +7562,7 @@
|
|
|
7556
7562
|
},
|
|
7557
7563
|
"members_allowed_repository_creation_type": {
|
|
7558
7564
|
"type": "string",
|
|
7559
|
-
"description": "Specifies which types of repositories non-admin organization members can create.
|
|
7565
|
+
"description": "Specifies which types of repositories non-admin organization members can create. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
|
|
7560
7566
|
"enum": ["all", "private", "none"]
|
|
7561
7567
|
},
|
|
7562
7568
|
"members_can_create_pages": {
|
|
@@ -7629,9 +7635,7 @@
|
|
|
7629
7635
|
"category": "orgs",
|
|
7630
7636
|
"subcategory": null
|
|
7631
7637
|
},
|
|
7632
|
-
"x-octokit": {
|
|
7633
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7634
|
-
}
|
|
7638
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
7635
7639
|
}
|
|
7636
7640
|
},
|
|
7637
7641
|
"/orgs/{org}/actions/cache/usage": {
|
|
@@ -7853,9 +7857,7 @@
|
|
|
7853
7857
|
"category": "actions",
|
|
7854
7858
|
"subcategory": "permissions"
|
|
7855
7859
|
},
|
|
7856
|
-
"x-octokit": {
|
|
7857
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7858
|
-
}
|
|
7860
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
7859
7861
|
},
|
|
7860
7862
|
"put": {
|
|
7861
7863
|
"summary": "Set selected repositories enabled for GitHub Actions in an organization",
|
|
@@ -7979,9 +7981,7 @@
|
|
|
7979
7981
|
"category": "actions",
|
|
7980
7982
|
"subcategory": "permissions"
|
|
7981
7983
|
},
|
|
7982
|
-
"x-octokit": {
|
|
7983
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7984
|
-
}
|
|
7984
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
7985
7985
|
},
|
|
7986
7986
|
"put": {
|
|
7987
7987
|
"summary": "Set allowed actions for an organization",
|
|
@@ -8013,9 +8013,7 @@
|
|
|
8013
8013
|
"category": "actions",
|
|
8014
8014
|
"subcategory": "permissions"
|
|
8015
8015
|
},
|
|
8016
|
-
"x-octokit": {
|
|
8017
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
8018
|
-
}
|
|
8016
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
8019
8017
|
}
|
|
8020
8018
|
},
|
|
8021
8019
|
"/orgs/{org}/actions/permissions/workflow": {
|
|
@@ -8142,9 +8140,7 @@
|
|
|
8142
8140
|
"category": "actions",
|
|
8143
8141
|
"subcategory": "self-hosted-runner-groups"
|
|
8144
8142
|
},
|
|
8145
|
-
"x-octokit": {
|
|
8146
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
8147
|
-
}
|
|
8143
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
8148
8144
|
},
|
|
8149
8145
|
"post": {
|
|
8150
8146
|
"summary": "Create a self-hosted runner group for an organization",
|
|
@@ -8438,9 +8434,7 @@
|
|
|
8438
8434
|
"category": "actions",
|
|
8439
8435
|
"subcategory": "self-hosted-runner-groups"
|
|
8440
8436
|
},
|
|
8441
|
-
"x-octokit": {
|
|
8442
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
8443
|
-
}
|
|
8437
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
8444
8438
|
},
|
|
8445
8439
|
"put": {
|
|
8446
8440
|
"summary": "Set repository access for a self-hosted runner group in an organization",
|
|
@@ -8802,9 +8796,7 @@
|
|
|
8802
8796
|
"category": "actions",
|
|
8803
8797
|
"subcategory": "self-hosted-runners"
|
|
8804
8798
|
},
|
|
8805
|
-
"x-octokit": {
|
|
8806
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
8807
|
-
}
|
|
8799
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
8808
8800
|
}
|
|
8809
8801
|
},
|
|
8810
8802
|
"/orgs/{org}/actions/runners/remove-token": {
|
|
@@ -8841,9 +8833,7 @@
|
|
|
8841
8833
|
"category": "actions",
|
|
8842
8834
|
"subcategory": "self-hosted-runners"
|
|
8843
8835
|
},
|
|
8844
|
-
"x-octokit": {
|
|
8845
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
8846
|
-
}
|
|
8836
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
8847
8837
|
}
|
|
8848
8838
|
},
|
|
8849
8839
|
"/orgs/{org}/actions/runners/{runner_id}": {
|
|
@@ -9360,9 +9350,7 @@
|
|
|
9360
9350
|
"category": "actions",
|
|
9361
9351
|
"subcategory": "secrets"
|
|
9362
9352
|
},
|
|
9363
|
-
"x-octokit": {
|
|
9364
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
9365
|
-
}
|
|
9353
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
9366
9354
|
},
|
|
9367
9355
|
"put": {
|
|
9368
9356
|
"summary": "Set selected repositories for an organization secret",
|
|
@@ -9524,9 +9512,7 @@
|
|
|
9524
9512
|
"category": "orgs",
|
|
9525
9513
|
"subcategory": null
|
|
9526
9514
|
},
|
|
9527
|
-
"x-octokit": {
|
|
9528
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
9529
|
-
}
|
|
9515
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
9530
9516
|
}
|
|
9531
9517
|
},
|
|
9532
9518
|
"/orgs/{org}/code-scanning/alerts": {
|
|
@@ -9601,9 +9587,7 @@
|
|
|
9601
9587
|
"category": "code-scanning",
|
|
9602
9588
|
"subcategory": null
|
|
9603
9589
|
},
|
|
9604
|
-
"x-octokit": {
|
|
9605
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
9606
|
-
}
|
|
9590
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
9607
9591
|
}
|
|
9608
9592
|
},
|
|
9609
9593
|
"/orgs/{org}/dependabot/secrets": {
|
|
@@ -9883,9 +9867,7 @@
|
|
|
9883
9867
|
"category": "dependabot",
|
|
9884
9868
|
"subcategory": "secrets"
|
|
9885
9869
|
},
|
|
9886
|
-
"x-octokit": {
|
|
9887
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
9888
|
-
}
|
|
9870
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
9889
9871
|
},
|
|
9890
9872
|
"put": {
|
|
9891
9873
|
"summary": "Set selected repositories for an organization secret",
|
|
@@ -10044,9 +10026,7 @@
|
|
|
10044
10026
|
"category": "activity",
|
|
10045
10027
|
"subcategory": "events"
|
|
10046
10028
|
},
|
|
10047
|
-
"x-octokit": {
|
|
10048
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
10049
|
-
}
|
|
10029
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
10050
10030
|
}
|
|
10051
10031
|
},
|
|
10052
10032
|
"/orgs/{org}/hooks": {
|
|
@@ -10754,9 +10734,7 @@
|
|
|
10754
10734
|
"category": "issues",
|
|
10755
10735
|
"subcategory": null
|
|
10756
10736
|
},
|
|
10757
|
-
"x-octokit": {
|
|
10758
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
10759
|
-
}
|
|
10737
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
10760
10738
|
}
|
|
10761
10739
|
},
|
|
10762
10740
|
"/orgs/{org}/members": {
|
|
@@ -11081,9 +11059,7 @@
|
|
|
11081
11059
|
"category": "migrations",
|
|
11082
11060
|
"subcategory": "orgs"
|
|
11083
11061
|
},
|
|
11084
|
-
"x-octokit": {
|
|
11085
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
11086
|
-
}
|
|
11062
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
11087
11063
|
},
|
|
11088
11064
|
"post": {
|
|
11089
11065
|
"summary": "Start an organization migration",
|
|
@@ -11149,6 +11125,7 @@
|
|
|
11149
11125
|
},
|
|
11150
11126
|
"exclude": {
|
|
11151
11127
|
"type": "array",
|
|
11128
|
+
"description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
|
|
11152
11129
|
"items": { "type": "string", "enum": ["repositories"] }
|
|
11153
11130
|
}
|
|
11154
11131
|
},
|
|
@@ -11188,9 +11165,7 @@
|
|
|
11188
11165
|
"category": "migrations",
|
|
11189
11166
|
"subcategory": "orgs"
|
|
11190
11167
|
},
|
|
11191
|
-
"x-octokit": {
|
|
11192
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
11193
|
-
}
|
|
11168
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
11194
11169
|
}
|
|
11195
11170
|
},
|
|
11196
11171
|
"/orgs/{org}/migrations/{migration_id}": {
|
|
@@ -11243,9 +11218,7 @@
|
|
|
11243
11218
|
"category": "migrations",
|
|
11244
11219
|
"subcategory": "orgs"
|
|
11245
11220
|
},
|
|
11246
|
-
"x-octokit": {
|
|
11247
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
11248
|
-
}
|
|
11221
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
11249
11222
|
}
|
|
11250
11223
|
},
|
|
11251
11224
|
"/orgs/{org}/outside_collaborators": {
|
|
@@ -11471,7 +11444,7 @@
|
|
|
11471
11444
|
"category": "enterprise-admin",
|
|
11472
11445
|
"subcategory": "org-pre-receive-hooks"
|
|
11473
11446
|
},
|
|
11474
|
-
"x-octokit": { "diff": { "api.github.com
|
|
11447
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
11475
11448
|
}
|
|
11476
11449
|
},
|
|
11477
11450
|
"/orgs/{org}/pre-receive-hooks/{pre_receive_hook_id}": {
|
|
@@ -11511,7 +11484,7 @@
|
|
|
11511
11484
|
"category": "enterprise-admin",
|
|
11512
11485
|
"subcategory": "org-pre-receive-hooks"
|
|
11513
11486
|
},
|
|
11514
|
-
"x-octokit": { "diff": { "api.github.com
|
|
11487
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
11515
11488
|
},
|
|
11516
11489
|
"patch": {
|
|
11517
11490
|
"summary": "Update pre-receive hook enforcement for an organization",
|
|
@@ -11576,7 +11549,7 @@
|
|
|
11576
11549
|
"category": "enterprise-admin",
|
|
11577
11550
|
"subcategory": "org-pre-receive-hooks"
|
|
11578
11551
|
},
|
|
11579
|
-
"x-octokit": { "diff": { "api.github.com
|
|
11552
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
11580
11553
|
},
|
|
11581
11554
|
"delete": {
|
|
11582
11555
|
"summary": "Remove pre-receive hook enforcement for an organization",
|
|
@@ -11614,7 +11587,7 @@
|
|
|
11614
11587
|
"category": "enterprise-admin",
|
|
11615
11588
|
"subcategory": "org-pre-receive-hooks"
|
|
11616
11589
|
},
|
|
11617
|
-
"x-octokit": { "diff": { "api.github.com
|
|
11590
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
11618
11591
|
}
|
|
11619
11592
|
},
|
|
11620
11593
|
"/orgs/{org}/projects": {
|
|
@@ -11928,9 +11901,7 @@
|
|
|
11928
11901
|
"category": "repos",
|
|
11929
11902
|
"subcategory": null
|
|
11930
11903
|
},
|
|
11931
|
-
"x-octokit": {
|
|
11932
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
11933
|
-
}
|
|
11904
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
11934
11905
|
},
|
|
11935
11906
|
"post": {
|
|
11936
11907
|
"summary": "Create an organization repository",
|
|
@@ -12084,9 +12055,7 @@
|
|
|
12084
12055
|
"category": "repos",
|
|
12085
12056
|
"subcategory": null
|
|
12086
12057
|
},
|
|
12087
|
-
"x-octokit": {
|
|
12088
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
12089
|
-
}
|
|
12058
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
12090
12059
|
}
|
|
12091
12060
|
},
|
|
12092
12061
|
"/orgs/{org}/secret-scanning/alerts": {
|
|
@@ -12140,9 +12109,7 @@
|
|
|
12140
12109
|
"category": "secret-scanning",
|
|
12141
12110
|
"subcategory": null
|
|
12142
12111
|
},
|
|
12143
|
-
"x-octokit": {
|
|
12144
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
12145
|
-
}
|
|
12112
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
12146
12113
|
}
|
|
12147
12114
|
},
|
|
12148
12115
|
"/orgs/{org}/settings/billing/advanced-security": {
|
|
@@ -12321,9 +12288,7 @@
|
|
|
12321
12288
|
"category": "teams",
|
|
12322
12289
|
"subcategory": null
|
|
12323
12290
|
},
|
|
12324
|
-
"x-octokit": {
|
|
12325
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
12326
|
-
}
|
|
12291
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
12327
12292
|
}
|
|
12328
12293
|
},
|
|
12329
12294
|
"/orgs/{org}/teams/{team_slug}": {
|
|
@@ -13677,9 +13642,7 @@
|
|
|
13677
13642
|
"category": "teams",
|
|
13678
13643
|
"subcategory": null
|
|
13679
13644
|
},
|
|
13680
|
-
"x-octokit": {
|
|
13681
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
13682
|
-
}
|
|
13645
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
13683
13646
|
}
|
|
13684
13647
|
},
|
|
13685
13648
|
"/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": {
|
|
@@ -13725,9 +13688,7 @@
|
|
|
13725
13688
|
"category": "teams",
|
|
13726
13689
|
"subcategory": null
|
|
13727
13690
|
},
|
|
13728
|
-
"x-octokit": {
|
|
13729
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
13730
|
-
}
|
|
13691
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
13731
13692
|
},
|
|
13732
13693
|
"put": {
|
|
13733
13694
|
"summary": "Add or update team repository permissions",
|
|
@@ -14989,9 +14950,7 @@
|
|
|
14989
14950
|
"category": "rate-limit",
|
|
14990
14951
|
"subcategory": null
|
|
14991
14952
|
},
|
|
14992
|
-
"x-octokit": {
|
|
14993
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
14994
|
-
}
|
|
14953
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
14995
14954
|
}
|
|
14996
14955
|
},
|
|
14997
14956
|
"/repos/{owner}/{repo}": {
|
|
@@ -15032,9 +14991,7 @@
|
|
|
15032
14991
|
"category": "repos",
|
|
15033
14992
|
"subcategory": null
|
|
15034
14993
|
},
|
|
15035
|
-
"x-octokit": {
|
|
15036
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
15037
|
-
}
|
|
14994
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
15038
14995
|
},
|
|
15039
14996
|
"patch": {
|
|
15040
14997
|
"summary": "Update a repository",
|
|
@@ -15225,9 +15182,7 @@
|
|
|
15225
15182
|
"category": "repos",
|
|
15226
15183
|
"subcategory": null
|
|
15227
15184
|
},
|
|
15228
|
-
"x-octokit": {
|
|
15229
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
15230
|
-
}
|
|
15185
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
15231
15186
|
},
|
|
15232
15187
|
"delete": {
|
|
15233
15188
|
"summary": "Delete a repository",
|
|
@@ -15505,7 +15460,7 @@
|
|
|
15505
15460
|
"category": "actions",
|
|
15506
15461
|
"subcategory": "cache"
|
|
15507
15462
|
},
|
|
15508
|
-
"x-octokit": { "diff": { "api.github.com
|
|
15463
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
15509
15464
|
},
|
|
15510
15465
|
"patch": {
|
|
15511
15466
|
"summary": "Set GitHub Actions cache usage policy for a repository",
|
|
@@ -15542,7 +15497,7 @@
|
|
|
15542
15497
|
"category": "actions",
|
|
15543
15498
|
"subcategory": "cache"
|
|
15544
15499
|
},
|
|
15545
|
-
"x-octokit": { "diff": { "api.github.com
|
|
15500
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
15546
15501
|
}
|
|
15547
15502
|
},
|
|
15548
15503
|
"/repos/{owner}/{repo}/actions/jobs/{job_id}": {
|
|
@@ -15658,9 +15613,7 @@
|
|
|
15658
15613
|
"category": "actions",
|
|
15659
15614
|
"subcategory": "workflow-runs"
|
|
15660
15615
|
},
|
|
15661
|
-
"x-octokit": {
|
|
15662
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
15663
|
-
}
|
|
15616
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
15664
15617
|
}
|
|
15665
15618
|
},
|
|
15666
15619
|
"/repos/{owner}/{repo}/actions/permissions": {
|
|
@@ -15869,9 +15822,7 @@
|
|
|
15869
15822
|
"category": "actions",
|
|
15870
15823
|
"subcategory": "permissions"
|
|
15871
15824
|
},
|
|
15872
|
-
"x-octokit": {
|
|
15873
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
15874
|
-
}
|
|
15825
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
15875
15826
|
},
|
|
15876
15827
|
"put": {
|
|
15877
15828
|
"summary": "Set allowed actions for a repository",
|
|
@@ -15906,9 +15857,7 @@
|
|
|
15906
15857
|
"category": "actions",
|
|
15907
15858
|
"subcategory": "permissions"
|
|
15908
15859
|
},
|
|
15909
|
-
"x-octokit": {
|
|
15910
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
15911
|
-
}
|
|
15860
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
15912
15861
|
}
|
|
15913
15862
|
},
|
|
15914
15863
|
"/repos/{owner}/{repo}/actions/runners": {
|
|
@@ -16040,9 +15989,7 @@
|
|
|
16040
15989
|
"category": "actions",
|
|
16041
15990
|
"subcategory": "self-hosted-runners"
|
|
16042
15991
|
},
|
|
16043
|
-
"x-octokit": {
|
|
16044
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
16045
|
-
}
|
|
15992
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
16046
15993
|
}
|
|
16047
15994
|
},
|
|
16048
15995
|
"/repos/{owner}/{repo}/actions/runners/remove-token": {
|
|
@@ -16082,9 +16029,7 @@
|
|
|
16082
16029
|
"category": "actions",
|
|
16083
16030
|
"subcategory": "self-hosted-runners"
|
|
16084
16031
|
},
|
|
16085
|
-
"x-octokit": {
|
|
16086
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
16087
|
-
}
|
|
16032
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
16088
16033
|
}
|
|
16089
16034
|
},
|
|
16090
16035
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}": {
|
|
@@ -16388,9 +16333,7 @@
|
|
|
16388
16333
|
"category": "actions",
|
|
16389
16334
|
"subcategory": "workflow-runs"
|
|
16390
16335
|
},
|
|
16391
|
-
"x-octokit": {
|
|
16392
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
16393
|
-
}
|
|
16336
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
16394
16337
|
}
|
|
16395
16338
|
},
|
|
16396
16339
|
"/repos/{owner}/{repo}/actions/runs/{run_id}": {
|
|
@@ -16428,9 +16371,7 @@
|
|
|
16428
16371
|
"category": "actions",
|
|
16429
16372
|
"subcategory": "workflow-runs"
|
|
16430
16373
|
},
|
|
16431
|
-
"x-octokit": {
|
|
16432
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
16433
|
-
}
|
|
16374
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
16434
16375
|
},
|
|
16435
16376
|
"delete": {
|
|
16436
16377
|
"summary": "Delete a workflow run",
|
|
@@ -16588,9 +16529,7 @@
|
|
|
16588
16529
|
"category": "actions",
|
|
16589
16530
|
"subcategory": "workflow-runs"
|
|
16590
16531
|
},
|
|
16591
|
-
"x-octokit": {
|
|
16592
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
16593
|
-
}
|
|
16532
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
16594
16533
|
}
|
|
16595
16534
|
},
|
|
16596
16535
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": {
|
|
@@ -16998,9 +16937,7 @@
|
|
|
16998
16937
|
"category": "actions",
|
|
16999
16938
|
"subcategory": "workflow-runs"
|
|
17000
16939
|
},
|
|
17001
|
-
"x-octokit": {
|
|
17002
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
17003
|
-
}
|
|
16940
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
17004
16941
|
}
|
|
17005
16942
|
},
|
|
17006
16943
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": {
|
|
@@ -17043,9 +16980,7 @@
|
|
|
17043
16980
|
"category": "actions",
|
|
17044
16981
|
"subcategory": "workflow-runs"
|
|
17045
16982
|
},
|
|
17046
|
-
"x-octokit": {
|
|
17047
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
17048
|
-
}
|
|
16983
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
17049
16984
|
}
|
|
17050
16985
|
},
|
|
17051
16986
|
"/repos/{owner}/{repo}/actions/secrets": {
|
|
@@ -17516,9 +17451,7 @@
|
|
|
17516
17451
|
"category": "actions",
|
|
17517
17452
|
"subcategory": "workflow-runs"
|
|
17518
17453
|
},
|
|
17519
|
-
"x-octokit": {
|
|
17520
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
17521
|
-
}
|
|
17454
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
17522
17455
|
}
|
|
17523
17456
|
},
|
|
17524
17457
|
"/repos/{owner}/{repo}/assignees": {
|
|
@@ -17645,9 +17578,7 @@
|
|
|
17645
17578
|
"category": "repos",
|
|
17646
17579
|
"subcategory": "autolinks"
|
|
17647
17580
|
},
|
|
17648
|
-
"x-octokit": {
|
|
17649
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
17650
|
-
}
|
|
17581
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
17651
17582
|
},
|
|
17652
17583
|
"post": {
|
|
17653
17584
|
"summary": "Create an autolink reference for a repository",
|
|
@@ -17717,9 +17648,7 @@
|
|
|
17717
17648
|
"category": "repos",
|
|
17718
17649
|
"subcategory": "autolinks"
|
|
17719
17650
|
},
|
|
17720
|
-
"x-octokit": {
|
|
17721
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
17722
|
-
}
|
|
17651
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
17723
17652
|
}
|
|
17724
17653
|
},
|
|
17725
17654
|
"/repos/{owner}/{repo}/autolinks/{autolink_id}": {
|
|
@@ -17757,9 +17686,7 @@
|
|
|
17757
17686
|
"category": "repos",
|
|
17758
17687
|
"subcategory": "autolinks"
|
|
17759
17688
|
},
|
|
17760
|
-
"x-octokit": {
|
|
17761
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
17762
|
-
}
|
|
17689
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
17763
17690
|
},
|
|
17764
17691
|
"delete": {
|
|
17765
17692
|
"summary": "Delete an autolink reference from a repository",
|
|
@@ -20576,9 +20503,7 @@
|
|
|
20576
20503
|
"category": "checks",
|
|
20577
20504
|
"subcategory": "suites"
|
|
20578
20505
|
},
|
|
20579
|
-
"x-octokit": {
|
|
20580
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
20581
|
-
}
|
|
20506
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
20582
20507
|
}
|
|
20583
20508
|
},
|
|
20584
20509
|
"/repos/{owner}/{repo}/check-suites/preferences": {
|
|
@@ -20656,9 +20581,7 @@
|
|
|
20656
20581
|
"category": "checks",
|
|
20657
20582
|
"subcategory": "suites"
|
|
20658
20583
|
},
|
|
20659
|
-
"x-octokit": {
|
|
20660
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
20661
|
-
}
|
|
20584
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
20662
20585
|
}
|
|
20663
20586
|
},
|
|
20664
20587
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
|
|
@@ -20695,9 +20618,7 @@
|
|
|
20695
20618
|
"category": "checks",
|
|
20696
20619
|
"subcategory": "suites"
|
|
20697
20620
|
},
|
|
20698
|
-
"x-octokit": {
|
|
20699
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
20700
|
-
}
|
|
20621
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
20701
20622
|
}
|
|
20702
20623
|
},
|
|
20703
20624
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
|
|
@@ -20931,7 +20852,7 @@
|
|
|
20931
20852
|
"before": { "name": "alert_id" }
|
|
20932
20853
|
}
|
|
20933
20854
|
],
|
|
20934
|
-
"diff": { "api.github.com
|
|
20855
|
+
"diff": { "api.github.com": { "type": "changed" } }
|
|
20935
20856
|
}
|
|
20936
20857
|
},
|
|
20937
20858
|
"patch": {
|
|
@@ -21003,9 +20924,7 @@
|
|
|
21003
20924
|
"githubCloudOnly": false,
|
|
21004
20925
|
"category": "code-scanning"
|
|
21005
20926
|
},
|
|
21006
|
-
"x-octokit": {
|
|
21007
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
21008
|
-
}
|
|
20927
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
21009
20928
|
}
|
|
21010
20929
|
},
|
|
21011
20930
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
|
|
@@ -21496,9 +21415,7 @@
|
|
|
21496
21415
|
"category": "repos",
|
|
21497
21416
|
"subcategory": "collaborators"
|
|
21498
21417
|
},
|
|
21499
|
-
"x-octokit": {
|
|
21500
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
21501
|
-
}
|
|
21418
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
21502
21419
|
}
|
|
21503
21420
|
},
|
|
21504
21421
|
"/repos/{owner}/{repo}/collaborators/{username}": {
|
|
@@ -21595,9 +21512,7 @@
|
|
|
21595
21512
|
"category": "repos",
|
|
21596
21513
|
"subcategory": "collaborators"
|
|
21597
21514
|
},
|
|
21598
|
-
"x-octokit": {
|
|
21599
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
21600
|
-
}
|
|
21515
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
21601
21516
|
},
|
|
21602
21517
|
"delete": {
|
|
21603
21518
|
"summary": "Remove a repository collaborator",
|
|
@@ -21662,9 +21577,7 @@
|
|
|
21662
21577
|
"category": "repos",
|
|
21663
21578
|
"subcategory": "collaborators"
|
|
21664
21579
|
},
|
|
21665
|
-
"x-octokit": {
|
|
21666
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
21667
|
-
}
|
|
21580
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
21668
21581
|
}
|
|
21669
21582
|
},
|
|
21670
21583
|
"/repos/{owner}/{repo}/comments": {
|
|
@@ -22285,9 +22198,7 @@
|
|
|
22285
22198
|
"category": "repos",
|
|
22286
22199
|
"subcategory": "commits"
|
|
22287
22200
|
},
|
|
22288
|
-
"x-octokit": {
|
|
22289
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
22290
|
-
}
|
|
22201
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
22291
22202
|
}
|
|
22292
22203
|
},
|
|
22293
22204
|
"/repos/{owner}/{repo}/commits/{ref}": {
|
|
@@ -22482,9 +22393,7 @@
|
|
|
22482
22393
|
"category": "checks",
|
|
22483
22394
|
"subcategory": "suites"
|
|
22484
22395
|
},
|
|
22485
|
-
"x-octokit": {
|
|
22486
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
22487
|
-
}
|
|
22396
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
22488
22397
|
}
|
|
22489
22398
|
},
|
|
22490
22399
|
"/repos/{owner}/{repo}/commits/{ref}/status": {
|
|
@@ -22535,9 +22444,7 @@
|
|
|
22535
22444
|
"category": "repos",
|
|
22536
22445
|
"subcategory": "statuses"
|
|
22537
22446
|
},
|
|
22538
|
-
"x-octokit": {
|
|
22539
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
22540
|
-
}
|
|
22447
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
22541
22448
|
}
|
|
22542
22449
|
},
|
|
22543
22450
|
"/repos/{owner}/{repo}/commits/{ref}/statuses": {
|
|
@@ -24021,9 +23928,7 @@
|
|
|
24021
23928
|
"category": "activity",
|
|
24022
23929
|
"subcategory": "events"
|
|
24023
23930
|
},
|
|
24024
|
-
"x-octokit": {
|
|
24025
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
24026
|
-
}
|
|
23931
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
24027
23932
|
}
|
|
24028
23933
|
},
|
|
24029
23934
|
"/repos/{owner}/{repo}/forks": {
|
|
@@ -24079,9 +23984,7 @@
|
|
|
24079
23984
|
"category": "repos",
|
|
24080
23985
|
"subcategory": "forks"
|
|
24081
23986
|
},
|
|
24082
|
-
"x-octokit": {
|
|
24083
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
24084
|
-
}
|
|
23987
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
24085
23988
|
},
|
|
24086
23989
|
"post": {
|
|
24087
23990
|
"summary": "Create a fork",
|
|
@@ -24136,9 +24039,7 @@
|
|
|
24136
24039
|
"category": "repos",
|
|
24137
24040
|
"subcategory": "forks"
|
|
24138
24041
|
},
|
|
24139
|
-
"x-octokit": {
|
|
24140
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
24141
|
-
}
|
|
24042
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
24142
24043
|
}
|
|
24143
24044
|
},
|
|
24144
24045
|
"/repos/{owner}/{repo}/git/blobs": {
|
|
@@ -25699,9 +25600,7 @@
|
|
|
25699
25600
|
"category": "repos",
|
|
25700
25601
|
"subcategory": "invitations"
|
|
25701
25602
|
},
|
|
25702
|
-
"x-octokit": {
|
|
25703
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
25704
|
-
}
|
|
25603
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
25705
25604
|
}
|
|
25706
25605
|
},
|
|
25707
25606
|
"/repos/{owner}/{repo}/invitations/{invitation_id}": {
|
|
@@ -25759,9 +25658,7 @@
|
|
|
25759
25658
|
"category": "repos",
|
|
25760
25659
|
"subcategory": "invitations"
|
|
25761
25660
|
},
|
|
25762
|
-
"x-octokit": {
|
|
25763
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
25764
|
-
}
|
|
25661
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
25765
25662
|
},
|
|
25766
25663
|
"delete": {
|
|
25767
25664
|
"summary": "Delete a repository invitation",
|
|
@@ -25882,9 +25779,7 @@
|
|
|
25882
25779
|
"category": "issues",
|
|
25883
25780
|
"subcategory": null
|
|
25884
25781
|
},
|
|
25885
|
-
"x-octokit": {
|
|
25886
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
25887
|
-
}
|
|
25782
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
25888
25783
|
},
|
|
25889
25784
|
"post": {
|
|
25890
25785
|
"summary": "Create an issue",
|
|
@@ -26003,9 +25898,7 @@
|
|
|
26003
25898
|
"category": "issues",
|
|
26004
25899
|
"subcategory": null
|
|
26005
25900
|
},
|
|
26006
|
-
"x-octokit": {
|
|
26007
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
26008
|
-
}
|
|
25901
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
26009
25902
|
}
|
|
26010
25903
|
},
|
|
26011
25904
|
"/repos/{owner}/{repo}/issues/comments": {
|
|
@@ -26384,9 +26277,7 @@
|
|
|
26384
26277
|
"category": "issues",
|
|
26385
26278
|
"subcategory": "events"
|
|
26386
26279
|
},
|
|
26387
|
-
"x-octokit": {
|
|
26388
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
26389
|
-
}
|
|
26280
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
26390
26281
|
}
|
|
26391
26282
|
},
|
|
26392
26283
|
"/repos/{owner}/{repo}/issues/events/{event_id}": {
|
|
@@ -26431,9 +26322,7 @@
|
|
|
26431
26322
|
"category": "issues",
|
|
26432
26323
|
"subcategory": "events"
|
|
26433
26324
|
},
|
|
26434
|
-
"x-octokit": {
|
|
26435
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
26436
|
-
}
|
|
26325
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
26437
26326
|
}
|
|
26438
26327
|
},
|
|
26439
26328
|
"/repos/{owner}/{repo}/issues/{issue_number}": {
|
|
@@ -26474,9 +26363,7 @@
|
|
|
26474
26363
|
"category": "issues",
|
|
26475
26364
|
"subcategory": null
|
|
26476
26365
|
},
|
|
26477
|
-
"x-octokit": {
|
|
26478
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
26479
|
-
}
|
|
26366
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
26480
26367
|
},
|
|
26481
26368
|
"patch": {
|
|
26482
26369
|
"summary": "Update an issue",
|
|
@@ -26597,9 +26484,7 @@
|
|
|
26597
26484
|
"category": "issues",
|
|
26598
26485
|
"subcategory": null
|
|
26599
26486
|
},
|
|
26600
|
-
"x-octokit": {
|
|
26601
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
26602
|
-
}
|
|
26487
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
26603
26488
|
}
|
|
26604
26489
|
},
|
|
26605
26490
|
"/repos/{owner}/{repo}/issues/{issue_number}/assignees": {
|
|
@@ -26656,9 +26541,7 @@
|
|
|
26656
26541
|
"category": "issues",
|
|
26657
26542
|
"subcategory": "assignees"
|
|
26658
26543
|
},
|
|
26659
|
-
"x-octokit": {
|
|
26660
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
26661
|
-
}
|
|
26544
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
26662
26545
|
},
|
|
26663
26546
|
"delete": {
|
|
26664
26547
|
"summary": "Remove assignees from an issue",
|
|
@@ -28538,9 +28421,7 @@
|
|
|
28538
28421
|
"category": "activity",
|
|
28539
28422
|
"subcategory": "notifications"
|
|
28540
28423
|
},
|
|
28541
|
-
"x-octokit": {
|
|
28542
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
28543
|
-
}
|
|
28424
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
28544
28425
|
},
|
|
28545
28426
|
"put": {
|
|
28546
28427
|
"summary": "Mark repository notifications as read",
|
|
@@ -29035,7 +28916,7 @@
|
|
|
29035
28916
|
"category": "enterprise-admin",
|
|
29036
28917
|
"subcategory": "repo-pre-receive-hooks"
|
|
29037
28918
|
},
|
|
29038
|
-
"x-octokit": { "diff": { "api.github.com
|
|
28919
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
29039
28920
|
}
|
|
29040
28921
|
},
|
|
29041
28922
|
"/repos/{owner}/{repo}/pre-receive-hooks/{pre_receive_hook_id}": {
|
|
@@ -29076,7 +28957,7 @@
|
|
|
29076
28957
|
"category": "enterprise-admin",
|
|
29077
28958
|
"subcategory": "repo-pre-receive-hooks"
|
|
29078
28959
|
},
|
|
29079
|
-
"x-octokit": { "diff": { "api.github.com
|
|
28960
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
29080
28961
|
},
|
|
29081
28962
|
"patch": {
|
|
29082
28963
|
"summary": "Update pre-receive hook enforcement for a repository",
|
|
@@ -29134,7 +29015,7 @@
|
|
|
29134
29015
|
"category": "enterprise-admin",
|
|
29135
29016
|
"subcategory": "repo-pre-receive-hooks"
|
|
29136
29017
|
},
|
|
29137
|
-
"x-octokit": { "diff": { "api.github.com
|
|
29018
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
29138
29019
|
},
|
|
29139
29020
|
"delete": {
|
|
29140
29021
|
"summary": "Remove pre-receive hook enforcement for a repository",
|
|
@@ -29173,7 +29054,7 @@
|
|
|
29173
29054
|
"category": "enterprise-admin",
|
|
29174
29055
|
"subcategory": "repo-pre-receive-hooks"
|
|
29175
29056
|
},
|
|
29176
|
-
"x-octokit": { "diff": { "api.github.com
|
|
29057
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
29177
29058
|
}
|
|
29178
29059
|
},
|
|
29179
29060
|
"/repos/{owner}/{repo}/projects": {
|
|
@@ -29390,9 +29271,7 @@
|
|
|
29390
29271
|
"category": "pulls",
|
|
29391
29272
|
"subcategory": null
|
|
29392
29273
|
},
|
|
29393
|
-
"x-octokit": {
|
|
29394
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
29395
|
-
}
|
|
29274
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
29396
29275
|
},
|
|
29397
29276
|
"post": {
|
|
29398
29277
|
"summary": "Create a pull request",
|
|
@@ -30436,7 +30315,7 @@
|
|
|
30436
30315
|
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
|
|
30437
30316
|
"get": {
|
|
30438
30317
|
"summary": "List requested reviewers for a pull request",
|
|
30439
|
-
"description": "",
|
|
30318
|
+
"description": "Lists the users or teams whose review is requested for a pull request. Once a requested reviewer submits a review, they are no longer considered a requested reviewer. Their review will instead be returned by the [List reviews for a pull request](https://docs.github.com/enterprise-server@3.5/rest/pulls/reviews#list-reviews-for-a-pull-request) operation.",
|
|
30440
30319
|
"tags": ["pulls"],
|
|
30441
30320
|
"operationId": "pulls/list-requested-reviewers",
|
|
30442
30321
|
"externalDocs": {
|
|
@@ -30552,9 +30431,7 @@
|
|
|
30552
30431
|
"category": "pulls",
|
|
30553
30432
|
"subcategory": "review-requests"
|
|
30554
30433
|
},
|
|
30555
|
-
"x-octokit": {
|
|
30556
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
30557
|
-
}
|
|
30434
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
30558
30435
|
},
|
|
30559
30436
|
"delete": {
|
|
30560
30437
|
"summary": "Remove requested reviewers from a pull request",
|
|
@@ -31315,9 +31192,7 @@
|
|
|
31315
31192
|
"category": "repos",
|
|
31316
31193
|
"subcategory": "releases"
|
|
31317
31194
|
},
|
|
31318
|
-
"x-octokit": {
|
|
31319
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
31320
|
-
}
|
|
31195
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
31321
31196
|
},
|
|
31322
31197
|
"post": {
|
|
31323
31198
|
"summary": "Create a release",
|
|
@@ -31416,9 +31291,7 @@
|
|
|
31416
31291
|
"category": "repos",
|
|
31417
31292
|
"subcategory": "releases"
|
|
31418
31293
|
},
|
|
31419
|
-
"x-octokit": {
|
|
31420
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
31421
|
-
}
|
|
31294
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
31422
31295
|
}
|
|
31423
31296
|
},
|
|
31424
31297
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -31660,9 +31533,7 @@
|
|
|
31660
31533
|
"category": "repos",
|
|
31661
31534
|
"subcategory": "releases"
|
|
31662
31535
|
},
|
|
31663
|
-
"x-octokit": {
|
|
31664
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
31665
|
-
}
|
|
31536
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
31666
31537
|
}
|
|
31667
31538
|
},
|
|
31668
31539
|
"/repos/{owner}/{repo}/releases/tags/{tag}": {
|
|
@@ -31707,9 +31578,7 @@
|
|
|
31707
31578
|
"category": "repos",
|
|
31708
31579
|
"subcategory": "releases"
|
|
31709
31580
|
},
|
|
31710
|
-
"x-octokit": {
|
|
31711
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
31712
|
-
}
|
|
31581
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
31713
31582
|
}
|
|
31714
31583
|
},
|
|
31715
31584
|
"/repos/{owner}/{repo}/releases/{release_id}": {
|
|
@@ -31747,9 +31616,7 @@
|
|
|
31747
31616
|
"category": "repos",
|
|
31748
31617
|
"subcategory": "releases"
|
|
31749
31618
|
},
|
|
31750
|
-
"x-octokit": {
|
|
31751
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
31752
|
-
}
|
|
31619
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
31753
31620
|
},
|
|
31754
31621
|
"patch": {
|
|
31755
31622
|
"summary": "Update a release",
|
|
@@ -31832,9 +31699,7 @@
|
|
|
31832
31699
|
"category": "repos",
|
|
31833
31700
|
"subcategory": "releases"
|
|
31834
31701
|
},
|
|
31835
|
-
"x-octokit": {
|
|
31836
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
31837
|
-
}
|
|
31702
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
31838
31703
|
},
|
|
31839
31704
|
"delete": {
|
|
31840
31705
|
"summary": "Delete a release",
|
|
@@ -32199,7 +32064,7 @@
|
|
|
32199
32064
|
"category": "repos",
|
|
32200
32065
|
"subcategory": null
|
|
32201
32066
|
},
|
|
32202
|
-
"x-octokit": { "diff": { "api.github.com
|
|
32067
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
32203
32068
|
}
|
|
32204
32069
|
},
|
|
32205
32070
|
"/repos/{owner}/{repo}/secret-scanning/alerts": {
|
|
@@ -32255,9 +32120,7 @@
|
|
|
32255
32120
|
"category": "secret-scanning",
|
|
32256
32121
|
"subcategory": null
|
|
32257
32122
|
},
|
|
32258
|
-
"x-octokit": {
|
|
32259
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
32260
|
-
}
|
|
32123
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
32261
32124
|
}
|
|
32262
32125
|
},
|
|
32263
32126
|
"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}": {
|
|
@@ -32303,9 +32166,7 @@
|
|
|
32303
32166
|
"category": "secret-scanning",
|
|
32304
32167
|
"subcategory": null
|
|
32305
32168
|
},
|
|
32306
|
-
"x-octokit": {
|
|
32307
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
32308
|
-
}
|
|
32169
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
32309
32170
|
},
|
|
32310
32171
|
"patch": {
|
|
32311
32172
|
"summary": "Update a secret scanning alert",
|
|
@@ -32375,9 +32236,7 @@
|
|
|
32375
32236
|
"githubCloudOnly": false,
|
|
32376
32237
|
"category": "secret-scanning"
|
|
32377
32238
|
},
|
|
32378
|
-
"x-octokit": {
|
|
32379
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
32380
|
-
}
|
|
32239
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
32381
32240
|
}
|
|
32382
32241
|
},
|
|
32383
32242
|
"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": {
|
|
@@ -33382,9 +33241,7 @@
|
|
|
33382
33241
|
"category": "repos",
|
|
33383
33242
|
"subcategory": null
|
|
33384
33243
|
},
|
|
33385
|
-
"x-octokit": {
|
|
33386
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
33387
|
-
}
|
|
33244
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
33388
33245
|
}
|
|
33389
33246
|
},
|
|
33390
33247
|
"/repos/{owner}/{repo}/zipball/{ref}": {
|
|
@@ -33536,9 +33393,7 @@
|
|
|
33536
33393
|
}
|
|
33537
33394
|
]
|
|
33538
33395
|
},
|
|
33539
|
-
"x-octokit": {
|
|
33540
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
33541
|
-
}
|
|
33396
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
33542
33397
|
}
|
|
33543
33398
|
},
|
|
33544
33399
|
"/repositories": {
|
|
@@ -33598,9 +33453,7 @@
|
|
|
33598
33453
|
"category": "repos",
|
|
33599
33454
|
"subcategory": null
|
|
33600
33455
|
},
|
|
33601
|
-
"x-octokit": {
|
|
33602
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
33603
|
-
}
|
|
33456
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
33604
33457
|
}
|
|
33605
33458
|
},
|
|
33606
33459
|
"/repositories/{repository_id}/environments/{environment_name}/secrets": {
|
|
@@ -33883,9 +33736,7 @@
|
|
|
33883
33736
|
"category": "search",
|
|
33884
33737
|
"subcategory": null
|
|
33885
33738
|
},
|
|
33886
|
-
"x-octokit": {
|
|
33887
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
33888
|
-
}
|
|
33739
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
33889
33740
|
}
|
|
33890
33741
|
},
|
|
33891
33742
|
"/search/commits": {
|
|
@@ -33955,9 +33806,7 @@
|
|
|
33955
33806
|
"category": "search",
|
|
33956
33807
|
"subcategory": null
|
|
33957
33808
|
},
|
|
33958
|
-
"x-octokit": {
|
|
33959
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
33960
|
-
}
|
|
33809
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
33961
33810
|
}
|
|
33962
33811
|
},
|
|
33963
33812
|
"/search/issues": {
|
|
@@ -34042,9 +33891,7 @@
|
|
|
34042
33891
|
"category": "search",
|
|
34043
33892
|
"subcategory": null
|
|
34044
33893
|
},
|
|
34045
|
-
"x-octokit": {
|
|
34046
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
34047
|
-
}
|
|
33894
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
34048
33895
|
}
|
|
34049
33896
|
},
|
|
34050
33897
|
"/search/labels": {
|
|
@@ -34375,7 +34222,7 @@
|
|
|
34375
34222
|
"category": "enterprise-admin",
|
|
34376
34223
|
"subcategory": "management-console"
|
|
34377
34224
|
},
|
|
34378
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34225
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34379
34226
|
}
|
|
34380
34227
|
},
|
|
34381
34228
|
"/setup/api/configure": {
|
|
@@ -34410,7 +34257,7 @@
|
|
|
34410
34257
|
"category": "enterprise-admin",
|
|
34411
34258
|
"subcategory": "management-console"
|
|
34412
34259
|
},
|
|
34413
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34260
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34414
34261
|
}
|
|
34415
34262
|
},
|
|
34416
34263
|
"/setup/api/maintenance": {
|
|
@@ -34459,7 +34306,7 @@
|
|
|
34459
34306
|
"category": "enterprise-admin",
|
|
34460
34307
|
"subcategory": "management-console"
|
|
34461
34308
|
},
|
|
34462
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34309
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34463
34310
|
},
|
|
34464
34311
|
"post": {
|
|
34465
34312
|
"summary": "Enable or disable maintenance mode",
|
|
@@ -34530,7 +34377,7 @@
|
|
|
34530
34377
|
"category": "enterprise-admin",
|
|
34531
34378
|
"subcategory": "management-console"
|
|
34532
34379
|
},
|
|
34533
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34380
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34534
34381
|
}
|
|
34535
34382
|
},
|
|
34536
34383
|
"/setup/api/settings": {
|
|
@@ -34581,7 +34428,7 @@
|
|
|
34581
34428
|
"category": "enterprise-admin",
|
|
34582
34429
|
"subcategory": "management-console"
|
|
34583
34430
|
},
|
|
34584
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34431
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34585
34432
|
},
|
|
34586
34433
|
"put": {
|
|
34587
34434
|
"summary": "Set settings",
|
|
@@ -34638,7 +34485,7 @@
|
|
|
34638
34485
|
"category": "enterprise-admin",
|
|
34639
34486
|
"subcategory": "management-console"
|
|
34640
34487
|
},
|
|
34641
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34488
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34642
34489
|
}
|
|
34643
34490
|
},
|
|
34644
34491
|
"/setup/api/settings/authorized-keys": {
|
|
@@ -34688,7 +34535,7 @@
|
|
|
34688
34535
|
"category": "enterprise-admin",
|
|
34689
34536
|
"subcategory": "management-console"
|
|
34690
34537
|
},
|
|
34691
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34538
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34692
34539
|
},
|
|
34693
34540
|
"post": {
|
|
34694
34541
|
"summary": "Add an authorized SSH key",
|
|
@@ -34760,7 +34607,7 @@
|
|
|
34760
34607
|
"category": "enterprise-admin",
|
|
34761
34608
|
"subcategory": "management-console"
|
|
34762
34609
|
},
|
|
34763
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34610
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34764
34611
|
},
|
|
34765
34612
|
"delete": {
|
|
34766
34613
|
"summary": "Remove an authorized SSH key",
|
|
@@ -34832,7 +34679,7 @@
|
|
|
34832
34679
|
"category": "enterprise-admin",
|
|
34833
34680
|
"subcategory": "management-console"
|
|
34834
34681
|
},
|
|
34835
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34682
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34836
34683
|
}
|
|
34837
34684
|
},
|
|
34838
34685
|
"/setup/api/start": {
|
|
@@ -34892,7 +34739,7 @@
|
|
|
34892
34739
|
"category": "enterprise-admin",
|
|
34893
34740
|
"subcategory": "management-console"
|
|
34894
34741
|
},
|
|
34895
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34742
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34896
34743
|
}
|
|
34897
34744
|
},
|
|
34898
34745
|
"/setup/api/upgrade": {
|
|
@@ -34942,7 +34789,7 @@
|
|
|
34942
34789
|
"category": "enterprise-admin",
|
|
34943
34790
|
"subcategory": "management-console"
|
|
34944
34791
|
},
|
|
34945
|
-
"x-octokit": { "diff": { "api.github.com
|
|
34792
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
34946
34793
|
}
|
|
34947
34794
|
},
|
|
34948
34795
|
"/teams/{team_id}": {
|
|
@@ -36370,9 +36217,7 @@
|
|
|
36370
36217
|
"subcategory": null
|
|
36371
36218
|
},
|
|
36372
36219
|
"deprecated": true,
|
|
36373
|
-
"x-octokit": {
|
|
36374
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
36375
|
-
}
|
|
36220
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
36376
36221
|
}
|
|
36377
36222
|
},
|
|
36378
36223
|
"/teams/{team_id}/repos/{owner}/{repo}": {
|
|
@@ -36420,9 +36265,7 @@
|
|
|
36420
36265
|
"subcategory": null
|
|
36421
36266
|
},
|
|
36422
36267
|
"deprecated": true,
|
|
36423
|
-
"x-octokit": {
|
|
36424
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
36425
|
-
}
|
|
36268
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
36426
36269
|
},
|
|
36427
36270
|
"put": {
|
|
36428
36271
|
"summary": "Add or update team repository permissions (Legacy)",
|
|
@@ -37131,7 +36974,7 @@
|
|
|
37131
36974
|
}
|
|
37132
36975
|
}
|
|
37133
36976
|
],
|
|
37134
|
-
"diff": { "api.github.com
|
|
36977
|
+
"diff": { "api.github.com": { "type": "changed" } }
|
|
37135
36978
|
}
|
|
37136
36979
|
},
|
|
37137
36980
|
"post": {
|
|
@@ -37195,7 +37038,7 @@
|
|
|
37195
37038
|
}
|
|
37196
37039
|
}
|
|
37197
37040
|
],
|
|
37198
|
-
"diff": { "api.github.com
|
|
37041
|
+
"diff": { "api.github.com": { "type": "changed" } }
|
|
37199
37042
|
}
|
|
37200
37043
|
}
|
|
37201
37044
|
},
|
|
@@ -37241,7 +37084,7 @@
|
|
|
37241
37084
|
"before": { "operationId": "users/get-gpg-key-for-authenticated" }
|
|
37242
37085
|
}
|
|
37243
37086
|
],
|
|
37244
|
-
"diff": { "api.github.com
|
|
37087
|
+
"diff": { "api.github.com": { "type": "changed" } }
|
|
37245
37088
|
}
|
|
37246
37089
|
},
|
|
37247
37090
|
"delete": {
|
|
@@ -37384,9 +37227,7 @@
|
|
|
37384
37227
|
"category": "apps",
|
|
37385
37228
|
"subcategory": "installations"
|
|
37386
37229
|
},
|
|
37387
|
-
"x-octokit": {
|
|
37388
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
37389
|
-
}
|
|
37230
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
37390
37231
|
}
|
|
37391
37232
|
},
|
|
37392
37233
|
"/user/installations/{installation_id}/repositories/{repository_id}": {
|
|
@@ -37545,9 +37386,7 @@
|
|
|
37545
37386
|
"category": "issues",
|
|
37546
37387
|
"subcategory": null
|
|
37547
37388
|
},
|
|
37548
|
-
"x-octokit": {
|
|
37549
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
37550
|
-
}
|
|
37389
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
37551
37390
|
}
|
|
37552
37391
|
},
|
|
37553
37392
|
"/user/keys": {
|
|
@@ -37938,9 +37777,7 @@
|
|
|
37938
37777
|
"category": "migrations",
|
|
37939
37778
|
"subcategory": "users"
|
|
37940
37779
|
},
|
|
37941
|
-
"x-octokit": {
|
|
37942
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
37943
|
-
}
|
|
37780
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
37944
37781
|
},
|
|
37945
37782
|
"post": {
|
|
37946
37783
|
"summary": "Start a user migration",
|
|
@@ -38023,6 +37860,14 @@
|
|
|
38023
37860
|
},
|
|
38024
37861
|
"required": ["repositories"],
|
|
38025
37862
|
"type": "object"
|
|
37863
|
+
},
|
|
37864
|
+
"examples": {
|
|
37865
|
+
"default": {
|
|
37866
|
+
"value": {
|
|
37867
|
+
"repositories": ["octocat/Hello-World"],
|
|
37868
|
+
"lock_repositories": true
|
|
37869
|
+
}
|
|
37870
|
+
}
|
|
38026
37871
|
}
|
|
38027
37872
|
}
|
|
38028
37873
|
}
|
|
@@ -38050,9 +37895,7 @@
|
|
|
38050
37895
|
"category": "migrations",
|
|
38051
37896
|
"subcategory": "users"
|
|
38052
37897
|
},
|
|
38053
|
-
"x-octokit": {
|
|
38054
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
38055
|
-
}
|
|
37898
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38056
37899
|
}
|
|
38057
37900
|
},
|
|
38058
37901
|
"/user/migrations/{migration_id}/archive": {
|
|
@@ -38130,7 +37973,7 @@
|
|
|
38130
37973
|
"before": { "operationId": "migrations/list-repos-for-user" }
|
|
38131
37974
|
}
|
|
38132
37975
|
],
|
|
38133
|
-
"diff": { "api.github.com
|
|
37976
|
+
"diff": { "api.github.com": { "type": "changed" } }
|
|
38134
37977
|
}
|
|
38135
37978
|
}
|
|
38136
37979
|
},
|
|
@@ -38399,9 +38242,7 @@
|
|
|
38399
38242
|
"category": "repos",
|
|
38400
38243
|
"subcategory": null
|
|
38401
38244
|
},
|
|
38402
|
-
"x-octokit": {
|
|
38403
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
38404
|
-
}
|
|
38245
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38405
38246
|
},
|
|
38406
38247
|
"post": {
|
|
38407
38248
|
"summary": "Create a repository for the authenticated user",
|
|
@@ -38554,9 +38395,7 @@
|
|
|
38554
38395
|
"category": "repos",
|
|
38555
38396
|
"subcategory": null
|
|
38556
38397
|
},
|
|
38557
|
-
"x-octokit": {
|
|
38558
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
38559
|
-
}
|
|
38398
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38560
38399
|
}
|
|
38561
38400
|
},
|
|
38562
38401
|
"/user/repository_invitations": {
|
|
@@ -38604,9 +38443,7 @@
|
|
|
38604
38443
|
"category": "repos",
|
|
38605
38444
|
"subcategory": "invitations"
|
|
38606
38445
|
},
|
|
38607
|
-
"x-octokit": {
|
|
38608
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
38609
|
-
}
|
|
38446
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38610
38447
|
}
|
|
38611
38448
|
},
|
|
38612
38449
|
"/user/repository_invitations/{invitation_id}": {
|
|
@@ -38732,9 +38569,7 @@
|
|
|
38732
38569
|
"category": "activity",
|
|
38733
38570
|
"subcategory": "starring"
|
|
38734
38571
|
},
|
|
38735
|
-
"x-octokit": {
|
|
38736
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
38737
|
-
}
|
|
38572
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38738
38573
|
}
|
|
38739
38574
|
},
|
|
38740
38575
|
"/user/starred/{owner}/{repo}": {
|
|
@@ -38874,9 +38709,7 @@
|
|
|
38874
38709
|
"category": "activity",
|
|
38875
38710
|
"subcategory": "watching"
|
|
38876
38711
|
},
|
|
38877
|
-
"x-octokit": {
|
|
38878
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
38879
|
-
}
|
|
38712
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
38880
38713
|
}
|
|
38881
38714
|
},
|
|
38882
38715
|
"/user/teams": {
|
|
@@ -39053,9 +38886,7 @@
|
|
|
39053
38886
|
"category": "activity",
|
|
39054
38887
|
"subcategory": "events"
|
|
39055
38888
|
},
|
|
39056
|
-
"x-octokit": {
|
|
39057
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39058
|
-
}
|
|
38889
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39059
38890
|
}
|
|
39060
38891
|
},
|
|
39061
38892
|
"/users/{username}/events/orgs/{org}": {
|
|
@@ -39098,9 +38929,7 @@
|
|
|
39098
38929
|
"category": "activity",
|
|
39099
38930
|
"subcategory": "events"
|
|
39100
38931
|
},
|
|
39101
|
-
"x-octokit": {
|
|
39102
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39103
|
-
}
|
|
38932
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39104
38933
|
}
|
|
39105
38934
|
},
|
|
39106
38935
|
"/users/{username}/events/public": {
|
|
@@ -39142,9 +38971,7 @@
|
|
|
39142
38971
|
"category": "activity",
|
|
39143
38972
|
"subcategory": "events"
|
|
39144
38973
|
},
|
|
39145
|
-
"x-octokit": {
|
|
39146
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39147
|
-
}
|
|
38974
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39148
38975
|
}
|
|
39149
38976
|
},
|
|
39150
38977
|
"/users/{username}/followers": {
|
|
@@ -39348,9 +39175,7 @@
|
|
|
39348
39175
|
"category": "users",
|
|
39349
39176
|
"subcategory": "gpg-keys"
|
|
39350
39177
|
},
|
|
39351
|
-
"x-octokit": {
|
|
39352
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39353
|
-
}
|
|
39178
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39354
39179
|
}
|
|
39355
39180
|
},
|
|
39356
39181
|
"/users/{username}/hovercard": {
|
|
@@ -39620,9 +39445,7 @@
|
|
|
39620
39445
|
"category": "activity",
|
|
39621
39446
|
"subcategory": "events"
|
|
39622
39447
|
},
|
|
39623
|
-
"x-octokit": {
|
|
39624
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39625
|
-
}
|
|
39448
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39626
39449
|
}
|
|
39627
39450
|
},
|
|
39628
39451
|
"/users/{username}/received_events/public": {
|
|
@@ -39664,9 +39487,7 @@
|
|
|
39664
39487
|
"category": "activity",
|
|
39665
39488
|
"subcategory": "events"
|
|
39666
39489
|
},
|
|
39667
|
-
"x-octokit": {
|
|
39668
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39669
|
-
}
|
|
39490
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39670
39491
|
}
|
|
39671
39492
|
},
|
|
39672
39493
|
"/users/{username}/repos": {
|
|
@@ -39738,9 +39559,7 @@
|
|
|
39738
39559
|
"category": "repos",
|
|
39739
39560
|
"subcategory": null
|
|
39740
39561
|
},
|
|
39741
|
-
"x-octokit": {
|
|
39742
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39743
|
-
}
|
|
39562
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39744
39563
|
}
|
|
39745
39564
|
},
|
|
39746
39565
|
"/users/{username}/site_admin": {
|
|
@@ -39761,7 +39580,7 @@
|
|
|
39761
39580
|
"category": "enterprise-admin",
|
|
39762
39581
|
"subcategory": "users"
|
|
39763
39582
|
},
|
|
39764
|
-
"x-octokit": { "diff": { "api.github.com
|
|
39583
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
39765
39584
|
},
|
|
39766
39585
|
"delete": {
|
|
39767
39586
|
"summary": "Demote a site administrator",
|
|
@@ -39780,7 +39599,7 @@
|
|
|
39780
39599
|
"category": "enterprise-admin",
|
|
39781
39600
|
"subcategory": "users"
|
|
39782
39601
|
},
|
|
39783
|
-
"x-octokit": { "diff": { "api.github.com
|
|
39602
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
39784
39603
|
}
|
|
39785
39604
|
},
|
|
39786
39605
|
"/users/{username}/starred": {
|
|
@@ -39878,9 +39697,7 @@
|
|
|
39878
39697
|
"category": "activity",
|
|
39879
39698
|
"subcategory": "watching"
|
|
39880
39699
|
},
|
|
39881
|
-
"x-octokit": {
|
|
39882
|
-
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
39883
|
-
}
|
|
39700
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
39884
39701
|
}
|
|
39885
39702
|
},
|
|
39886
39703
|
"/users/{username}/suspended": {
|
|
@@ -39917,7 +39734,7 @@
|
|
|
39917
39734
|
"category": "enterprise-admin",
|
|
39918
39735
|
"subcategory": "users"
|
|
39919
39736
|
},
|
|
39920
|
-
"x-octokit": { "diff": { "api.github.com
|
|
39737
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
39921
39738
|
},
|
|
39922
39739
|
"delete": {
|
|
39923
39740
|
"summary": "Unsuspend a user",
|
|
@@ -39952,7 +39769,7 @@
|
|
|
39952
39769
|
"category": "enterprise-admin",
|
|
39953
39770
|
"subcategory": "users"
|
|
39954
39771
|
},
|
|
39955
|
-
"x-octokit": { "diff": { "api.github.com
|
|
39772
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "added" } } }
|
|
39956
39773
|
}
|
|
39957
39774
|
},
|
|
39958
39775
|
"/zen": {
|
|
@@ -40033,1581 +39850,1581 @@
|
|
|
40033
39850
|
"/enterprise-installation/{enterprise_or_org}/server-statistics": {
|
|
40034
39851
|
"get": {
|
|
40035
39852
|
"summary": "Get GitHub Enterprise Server statistics",
|
|
40036
|
-
"description": "This endpoint does not exist
|
|
39853
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40037
39854
|
"operationId": "enterprise-admin/get-server-statistics",
|
|
40038
39855
|
"tags": ["server-statistics", "enterprise-admin"],
|
|
40039
39856
|
"externalDocs": {
|
|
40040
39857
|
"description": "API method documentation",
|
|
40041
39858
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-github-enterprise-server-statistics"
|
|
40042
39859
|
},
|
|
40043
|
-
"x-octokit": { "api.github.com
|
|
39860
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40044
39861
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40045
39862
|
}
|
|
40046
39863
|
},
|
|
40047
39864
|
"/enterprises/{enterprise}/actions/oidc/customization/issuer": {
|
|
40048
39865
|
"put": {
|
|
40049
39866
|
"summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
|
|
40050
|
-
"description": "This endpoint does not exist
|
|
39867
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40051
39868
|
"tags": ["actions"],
|
|
40052
39869
|
"operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
|
|
40053
39870
|
"externalDocs": {
|
|
40054
39871
|
"description": "API method documentation",
|
|
40055
39872
|
"url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise"
|
|
40056
39873
|
},
|
|
40057
|
-
"x-octokit": { "api.github.com
|
|
39874
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40058
39875
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40059
39876
|
}
|
|
40060
39877
|
},
|
|
40061
39878
|
"/enterprises/{enterprise}/actions/permissions/workflow": {
|
|
40062
39879
|
"get": {
|
|
40063
39880
|
"summary": "Get default workflow permissions for an enterprise",
|
|
40064
|
-
"description": "This endpoint does not exist
|
|
39881
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40065
39882
|
"tags": ["actions"],
|
|
40066
39883
|
"operationId": "actions/get-github-actions-default-workflow-permissions-enterprise",
|
|
40067
39884
|
"externalDocs": {
|
|
40068
39885
|
"description": "API method documentation",
|
|
40069
39886
|
"url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-an-enterprise"
|
|
40070
39887
|
},
|
|
40071
|
-
"x-octokit": { "api.github.com
|
|
39888
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40072
39889
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40073
39890
|
},
|
|
40074
39891
|
"put": {
|
|
40075
39892
|
"summary": "Set default workflow permissions for an enterprise",
|
|
40076
|
-
"description": "This endpoint does not exist
|
|
39893
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40077
39894
|
"tags": ["actions"],
|
|
40078
39895
|
"operationId": "actions/set-github-actions-default-workflow-permissions-enterprise",
|
|
40079
39896
|
"externalDocs": {
|
|
40080
39897
|
"description": "API method documentation",
|
|
40081
39898
|
"url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-an-enterprise"
|
|
40082
39899
|
},
|
|
40083
|
-
"x-octokit": { "api.github.com
|
|
39900
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40084
39901
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40085
39902
|
}
|
|
40086
39903
|
},
|
|
40087
39904
|
"/enterprises/{enterprise}/settings/billing/actions": {
|
|
40088
39905
|
"get": {
|
|
40089
39906
|
"summary": "Get GitHub Actions billing for an enterprise",
|
|
40090
|
-
"description": "This endpoint does not exist
|
|
39907
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40091
39908
|
"operationId": "billing/get-github-actions-billing-ghe",
|
|
40092
39909
|
"tags": ["billing"],
|
|
40093
39910
|
"externalDocs": {
|
|
40094
39911
|
"description": "API method documentation",
|
|
40095
39912
|
"url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-enterprise"
|
|
40096
39913
|
},
|
|
40097
|
-
"x-octokit": { "api.github.com
|
|
39914
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40098
39915
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40099
39916
|
}
|
|
40100
39917
|
},
|
|
40101
39918
|
"/enterprises/{enterprise}/settings/billing/packages": {
|
|
40102
39919
|
"get": {
|
|
40103
39920
|
"summary": "Get GitHub Packages billing for an enterprise",
|
|
40104
|
-
"description": "This endpoint does not exist
|
|
39921
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40105
39922
|
"operationId": "billing/get-github-packages-billing-ghe",
|
|
40106
39923
|
"tags": ["billing"],
|
|
40107
39924
|
"externalDocs": {
|
|
40108
39925
|
"description": "API method documentation",
|
|
40109
39926
|
"url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-enterprise"
|
|
40110
39927
|
},
|
|
40111
|
-
"x-octokit": { "api.github.com
|
|
39928
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40112
39929
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40113
39930
|
}
|
|
40114
39931
|
},
|
|
40115
39932
|
"/enterprises/{enterprise}/settings/billing/shared-storage": {
|
|
40116
39933
|
"get": {
|
|
40117
39934
|
"summary": "Get shared storage billing for an enterprise",
|
|
40118
|
-
"description": "This endpoint does not exist
|
|
39935
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40119
39936
|
"operationId": "billing/get-shared-storage-billing-ghe",
|
|
40120
39937
|
"tags": ["billing"],
|
|
40121
39938
|
"externalDocs": {
|
|
40122
39939
|
"description": "API method documentation",
|
|
40123
39940
|
"url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-enterprise"
|
|
40124
39941
|
},
|
|
40125
|
-
"x-octokit": { "api.github.com
|
|
39942
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40126
39943
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40127
39944
|
}
|
|
40128
39945
|
},
|
|
40129
39946
|
"/marketplace_listing/accounts/{account_id}": {
|
|
40130
39947
|
"get": {
|
|
40131
39948
|
"summary": "Get a subscription plan for an account",
|
|
40132
|
-
"description": "This endpoint does not exist
|
|
39949
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40133
39950
|
"tags": ["apps"],
|
|
40134
39951
|
"operationId": "apps/get-subscription-plan-for-account",
|
|
40135
39952
|
"externalDocs": {
|
|
40136
39953
|
"description": "API method documentation",
|
|
40137
39954
|
"url": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account"
|
|
40138
39955
|
},
|
|
40139
|
-
"x-octokit": { "api.github.com
|
|
39956
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40140
39957
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40141
39958
|
}
|
|
40142
39959
|
},
|
|
40143
39960
|
"/marketplace_listing/plans": {
|
|
40144
39961
|
"get": {
|
|
40145
39962
|
"summary": "List plans",
|
|
40146
|
-
"description": "This endpoint does not exist
|
|
39963
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40147
39964
|
"tags": ["apps"],
|
|
40148
39965
|
"operationId": "apps/list-plans",
|
|
40149
39966
|
"externalDocs": {
|
|
40150
39967
|
"description": "API method documentation",
|
|
40151
39968
|
"url": "https://docs.github.com/rest/reference/apps#list-plans"
|
|
40152
39969
|
},
|
|
40153
|
-
"x-octokit": { "api.github.com
|
|
39970
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40154
39971
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40155
39972
|
}
|
|
40156
39973
|
},
|
|
40157
39974
|
"/marketplace_listing/plans/{plan_id}/accounts": {
|
|
40158
39975
|
"get": {
|
|
40159
39976
|
"summary": "List accounts for a plan",
|
|
40160
|
-
"description": "This endpoint does not exist
|
|
39977
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40161
39978
|
"tags": ["apps"],
|
|
40162
39979
|
"operationId": "apps/list-accounts-for-plan",
|
|
40163
39980
|
"externalDocs": {
|
|
40164
39981
|
"description": "API method documentation",
|
|
40165
39982
|
"url": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan"
|
|
40166
39983
|
},
|
|
40167
|
-
"x-octokit": { "api.github.com
|
|
39984
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40168
39985
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40169
39986
|
}
|
|
40170
39987
|
},
|
|
40171
39988
|
"/marketplace_listing/stubbed/accounts/{account_id}": {
|
|
40172
39989
|
"get": {
|
|
40173
39990
|
"summary": "Get a subscription plan for an account (stubbed)",
|
|
40174
|
-
"description": "This endpoint does not exist
|
|
39991
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40175
39992
|
"tags": ["apps"],
|
|
40176
39993
|
"operationId": "apps/get-subscription-plan-for-account-stubbed",
|
|
40177
39994
|
"externalDocs": {
|
|
40178
39995
|
"description": "API method documentation",
|
|
40179
39996
|
"url": "https://docs.github.com/rest/reference/apps#get-a-subscription-plan-for-an-account-stubbed"
|
|
40180
39997
|
},
|
|
40181
|
-
"x-octokit": { "api.github.com
|
|
39998
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40182
39999
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40183
40000
|
}
|
|
40184
40001
|
},
|
|
40185
40002
|
"/marketplace_listing/stubbed/plans": {
|
|
40186
40003
|
"get": {
|
|
40187
40004
|
"summary": "List plans (stubbed)",
|
|
40188
|
-
"description": "This endpoint does not exist
|
|
40005
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40189
40006
|
"tags": ["apps"],
|
|
40190
40007
|
"operationId": "apps/list-plans-stubbed",
|
|
40191
40008
|
"externalDocs": {
|
|
40192
40009
|
"description": "API method documentation",
|
|
40193
40010
|
"url": "https://docs.github.com/rest/reference/apps#list-plans-stubbed"
|
|
40194
40011
|
},
|
|
40195
|
-
"x-octokit": { "api.github.com
|
|
40012
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40196
40013
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40197
40014
|
}
|
|
40198
40015
|
},
|
|
40199
40016
|
"/marketplace_listing/stubbed/plans/{plan_id}/accounts": {
|
|
40200
40017
|
"get": {
|
|
40201
40018
|
"summary": "List accounts for a plan (stubbed)",
|
|
40202
|
-
"description": "This endpoint does not exist
|
|
40019
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40203
40020
|
"tags": ["apps"],
|
|
40204
40021
|
"operationId": "apps/list-accounts-for-plan-stubbed",
|
|
40205
40022
|
"externalDocs": {
|
|
40206
40023
|
"description": "API method documentation",
|
|
40207
40024
|
"url": "https://docs.github.com/rest/reference/apps#list-accounts-for-a-plan-stubbed"
|
|
40208
40025
|
},
|
|
40209
|
-
"x-octokit": { "api.github.com
|
|
40026
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40210
40027
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40211
40028
|
}
|
|
40212
40029
|
},
|
|
40213
40030
|
"/orgs/{org}/actions/oidc/customization/sub": {
|
|
40214
40031
|
"get": {
|
|
40215
40032
|
"summary": "Get the customization template for an OIDC subject claim for an organization",
|
|
40216
|
-
"description": "This endpoint does not exist
|
|
40033
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40217
40034
|
"tags": ["oidc"],
|
|
40218
40035
|
"operationId": "oidc/get-oidc-custom-sub-template-for-org",
|
|
40219
40036
|
"externalDocs": {
|
|
40220
40037
|
"description": "API method documentation",
|
|
40221
40038
|
"url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
|
|
40222
40039
|
},
|
|
40223
|
-
"x-octokit": { "api.github.com
|
|
40040
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40224
40041
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40225
40042
|
},
|
|
40226
40043
|
"put": {
|
|
40227
40044
|
"summary": "Set the customization template for an OIDC subject claim for an organization",
|
|
40228
|
-
"description": "This endpoint does not exist
|
|
40045
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40229
40046
|
"tags": ["oidc"],
|
|
40230
40047
|
"operationId": "oidc/update-oidc-custom-sub-template-for-org",
|
|
40231
40048
|
"externalDocs": {
|
|
40232
40049
|
"description": "API method documentation",
|
|
40233
40050
|
"url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
|
|
40234
40051
|
},
|
|
40235
|
-
"x-octokit": { "api.github.com
|
|
40052
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40236
40053
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40237
40054
|
}
|
|
40238
40055
|
},
|
|
40239
40056
|
"/orgs/{org}/blocks": {
|
|
40240
40057
|
"get": {
|
|
40241
40058
|
"summary": "List users blocked by an organization",
|
|
40242
|
-
"description": "This endpoint does not exist
|
|
40059
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40243
40060
|
"tags": ["orgs"],
|
|
40244
40061
|
"operationId": "orgs/list-blocked-users",
|
|
40245
40062
|
"externalDocs": {
|
|
40246
40063
|
"description": "API method documentation",
|
|
40247
40064
|
"url": "https://docs.github.com/rest/reference/orgs#list-users-blocked-by-an-organization"
|
|
40248
40065
|
},
|
|
40249
|
-
"x-octokit": { "api.github.com
|
|
40066
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40250
40067
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40251
40068
|
}
|
|
40252
40069
|
},
|
|
40253
40070
|
"/orgs/{org}/blocks/{username}": {
|
|
40254
40071
|
"get": {
|
|
40255
40072
|
"summary": "Check if a user is blocked by an organization",
|
|
40256
|
-
"description": "This endpoint does not exist
|
|
40073
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40257
40074
|
"tags": ["orgs"],
|
|
40258
40075
|
"operationId": "orgs/check-blocked-user",
|
|
40259
40076
|
"externalDocs": {
|
|
40260
40077
|
"description": "API method documentation",
|
|
40261
40078
|
"url": "https://docs.github.com/rest/reference/orgs#check-if-a-user-is-blocked-by-an-organization"
|
|
40262
40079
|
},
|
|
40263
|
-
"x-octokit": { "api.github.com
|
|
40080
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40264
40081
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40265
40082
|
},
|
|
40266
40083
|
"put": {
|
|
40267
40084
|
"summary": "Block a user from an organization",
|
|
40268
|
-
"description": "This endpoint does not exist
|
|
40085
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40269
40086
|
"tags": ["orgs"],
|
|
40270
40087
|
"operationId": "orgs/block-user",
|
|
40271
40088
|
"externalDocs": {
|
|
40272
40089
|
"description": "API method documentation",
|
|
40273
40090
|
"url": "https://docs.github.com/rest/reference/orgs#block-a-user-from-an-organization"
|
|
40274
40091
|
},
|
|
40275
|
-
"x-octokit": { "api.github.com
|
|
40092
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40276
40093
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40277
40094
|
},
|
|
40278
40095
|
"delete": {
|
|
40279
40096
|
"summary": "Unblock a user from an organization",
|
|
40280
|
-
"description": "This endpoint does not exist
|
|
40097
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40281
40098
|
"tags": ["orgs"],
|
|
40282
40099
|
"operationId": "orgs/unblock-user",
|
|
40283
40100
|
"externalDocs": {
|
|
40284
40101
|
"description": "API method documentation",
|
|
40285
40102
|
"url": "https://docs.github.com/rest/reference/orgs#unblock-a-user-from-an-organization"
|
|
40286
40103
|
},
|
|
40287
|
-
"x-octokit": { "api.github.com
|
|
40104
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40288
40105
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40289
40106
|
}
|
|
40290
40107
|
},
|
|
40291
40108
|
"/orgs/{org}/codespaces": {
|
|
40292
40109
|
"get": {
|
|
40293
40110
|
"summary": "List codespaces for the organization",
|
|
40294
|
-
"description": "This endpoint does not exist
|
|
40111
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40295
40112
|
"tags": ["codespaces"],
|
|
40296
40113
|
"operationId": "codespaces/list-in-organization",
|
|
40297
40114
|
"externalDocs": {
|
|
40298
40115
|
"description": "API method documentation",
|
|
40299
40116
|
"url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
|
|
40300
40117
|
},
|
|
40301
|
-
"x-octokit": { "api.github.com
|
|
40118
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40302
40119
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40303
40120
|
}
|
|
40304
40121
|
},
|
|
40305
40122
|
"/orgs/{org}/credential-authorizations": {
|
|
40306
40123
|
"get": {
|
|
40307
40124
|
"summary": "List SAML SSO authorizations for an organization",
|
|
40308
|
-
"description": "This endpoint does not exist
|
|
40125
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40309
40126
|
"tags": ["orgs"],
|
|
40310
40127
|
"operationId": "orgs/list-saml-sso-authorizations",
|
|
40311
40128
|
"externalDocs": {
|
|
40312
40129
|
"description": "API method documentation",
|
|
40313
40130
|
"url": "https://docs.github.com/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization"
|
|
40314
40131
|
},
|
|
40315
|
-
"x-octokit": { "api.github.com
|
|
40132
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40316
40133
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40317
40134
|
}
|
|
40318
40135
|
},
|
|
40319
40136
|
"/orgs/{org}/credential-authorizations/{credential_id}": {
|
|
40320
40137
|
"delete": {
|
|
40321
40138
|
"summary": "Remove a SAML SSO authorization for an organization",
|
|
40322
|
-
"description": "This endpoint does not exist
|
|
40139
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40323
40140
|
"tags": ["orgs"],
|
|
40324
40141
|
"operationId": "orgs/remove-saml-sso-authorization",
|
|
40325
40142
|
"externalDocs": {
|
|
40326
40143
|
"description": "API method documentation",
|
|
40327
40144
|
"url": "https://docs.github.com/rest/reference/orgs#remove-a-saml-sso-authorization-for-an-organization"
|
|
40328
40145
|
},
|
|
40329
|
-
"x-octokit": { "api.github.com
|
|
40146
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40330
40147
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40331
40148
|
}
|
|
40332
40149
|
},
|
|
40333
40150
|
"/orgs/{org}/external-group/{group_id}": {
|
|
40334
40151
|
"get": {
|
|
40335
40152
|
"summary": "Get an external group",
|
|
40336
|
-
"description": "This endpoint does not exist
|
|
40153
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40337
40154
|
"tags": ["teams"],
|
|
40338
40155
|
"operationId": "teams/external-idp-group-info-for-org",
|
|
40339
40156
|
"externalDocs": {
|
|
40340
40157
|
"description": "API method documentation",
|
|
40341
40158
|
"url": "https://docs.github.com/rest/reference/teams#external-idp-group-info-for-an-organization"
|
|
40342
40159
|
},
|
|
40343
|
-
"x-octokit": { "api.github.com
|
|
40160
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40344
40161
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40345
40162
|
}
|
|
40346
40163
|
},
|
|
40347
40164
|
"/orgs/{org}/external-groups": {
|
|
40348
40165
|
"get": {
|
|
40349
40166
|
"summary": "List external groups in an organization",
|
|
40350
|
-
"description": "This endpoint does not exist
|
|
40167
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40351
40168
|
"tags": ["teams"],
|
|
40352
40169
|
"operationId": "teams/list-external-idp-groups-for-org",
|
|
40353
40170
|
"externalDocs": {
|
|
40354
40171
|
"description": "API method documentation",
|
|
40355
40172
|
"url": "https://docs.github.com/rest/reference/teams#list-external-idp-groups-for-an-organization"
|
|
40356
40173
|
},
|
|
40357
|
-
"x-octokit": { "api.github.com
|
|
40174
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40358
40175
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40359
40176
|
}
|
|
40360
40177
|
},
|
|
40361
40178
|
"/orgs/{org}/failed_invitations": {
|
|
40362
40179
|
"get": {
|
|
40363
40180
|
"summary": "List failed organization invitations",
|
|
40364
|
-
"description": "This endpoint does not exist
|
|
40181
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40365
40182
|
"tags": ["orgs"],
|
|
40366
40183
|
"operationId": "orgs/list-failed-invitations",
|
|
40367
40184
|
"externalDocs": {
|
|
40368
40185
|
"description": "API method documentation",
|
|
40369
40186
|
"url": "https://docs.github.com/rest/reference/orgs#list-failed-organization-invitations"
|
|
40370
40187
|
},
|
|
40371
|
-
"x-octokit": { "api.github.com
|
|
40188
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40372
40189
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40373
40190
|
}
|
|
40374
40191
|
},
|
|
40375
40192
|
"/orgs/{org}/interaction-limits": {
|
|
40376
40193
|
"get": {
|
|
40377
40194
|
"summary": "Get interaction restrictions for an organization",
|
|
40378
|
-
"description": "This endpoint does not exist
|
|
40195
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40379
40196
|
"tags": ["interactions"],
|
|
40380
40197
|
"operationId": "interactions/get-restrictions-for-org",
|
|
40381
40198
|
"externalDocs": {
|
|
40382
40199
|
"description": "API method documentation",
|
|
40383
40200
|
"url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-an-organization"
|
|
40384
40201
|
},
|
|
40385
|
-
"x-octokit": { "api.github.com
|
|
40202
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40386
40203
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40387
40204
|
},
|
|
40388
40205
|
"put": {
|
|
40389
40206
|
"summary": "Set interaction restrictions for an organization",
|
|
40390
|
-
"description": "This endpoint does not exist
|
|
40207
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40391
40208
|
"tags": ["interactions"],
|
|
40392
40209
|
"operationId": "interactions/set-restrictions-for-org",
|
|
40393
40210
|
"externalDocs": {
|
|
40394
40211
|
"description": "API method documentation",
|
|
40395
40212
|
"url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-an-organization"
|
|
40396
40213
|
},
|
|
40397
|
-
"x-octokit": { "api.github.com
|
|
40214
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40398
40215
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40399
40216
|
},
|
|
40400
40217
|
"delete": {
|
|
40401
40218
|
"summary": "Remove interaction restrictions for an organization",
|
|
40402
|
-
"description": "This endpoint does not exist
|
|
40219
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40403
40220
|
"tags": ["interactions"],
|
|
40404
40221
|
"operationId": "interactions/remove-restrictions-for-org",
|
|
40405
40222
|
"externalDocs": {
|
|
40406
40223
|
"description": "API method documentation",
|
|
40407
40224
|
"url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-an-organization"
|
|
40408
40225
|
},
|
|
40409
|
-
"x-octokit": { "api.github.com
|
|
40226
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40410
40227
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40411
40228
|
}
|
|
40412
40229
|
},
|
|
40413
40230
|
"/orgs/{org}/invitations": {
|
|
40414
40231
|
"get": {
|
|
40415
40232
|
"summary": "List pending organization invitations",
|
|
40416
|
-
"description": "This endpoint does not exist
|
|
40233
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40417
40234
|
"tags": ["orgs"],
|
|
40418
40235
|
"operationId": "orgs/list-pending-invitations",
|
|
40419
40236
|
"externalDocs": {
|
|
40420
40237
|
"description": "API method documentation",
|
|
40421
40238
|
"url": "https://docs.github.com/rest/reference/orgs#list-pending-organization-invitations"
|
|
40422
40239
|
},
|
|
40423
|
-
"x-octokit": { "api.github.com
|
|
40240
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40424
40241
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40425
40242
|
},
|
|
40426
40243
|
"post": {
|
|
40427
40244
|
"summary": "Create an organization invitation",
|
|
40428
|
-
"description": "This endpoint does not exist
|
|
40245
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40429
40246
|
"tags": ["orgs"],
|
|
40430
40247
|
"operationId": "orgs/create-invitation",
|
|
40431
40248
|
"externalDocs": {
|
|
40432
40249
|
"description": "API method documentation",
|
|
40433
40250
|
"url": "https://docs.github.com/rest/reference/orgs#create-an-organization-invitation"
|
|
40434
40251
|
},
|
|
40435
|
-
"x-octokit": { "api.github.com
|
|
40252
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40436
40253
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40437
40254
|
}
|
|
40438
40255
|
},
|
|
40439
40256
|
"/orgs/{org}/invitations/{invitation_id}": {
|
|
40440
40257
|
"delete": {
|
|
40441
40258
|
"summary": "Cancel an organization invitation",
|
|
40442
|
-
"description": "This endpoint does not exist
|
|
40259
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40443
40260
|
"tags": ["orgs"],
|
|
40444
40261
|
"operationId": "orgs/cancel-invitation",
|
|
40445
40262
|
"externalDocs": {
|
|
40446
40263
|
"description": "API method documentation",
|
|
40447
40264
|
"url": "https://docs.github.com/rest/reference/orgs#cancel-an-organization-invitation"
|
|
40448
40265
|
},
|
|
40449
|
-
"x-octokit": { "api.github.com
|
|
40266
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40450
40267
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40451
40268
|
}
|
|
40452
40269
|
},
|
|
40453
40270
|
"/orgs/{org}/invitations/{invitation_id}/teams": {
|
|
40454
40271
|
"get": {
|
|
40455
40272
|
"summary": "List organization invitation teams",
|
|
40456
|
-
"description": "This endpoint does not exist
|
|
40273
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40457
40274
|
"tags": ["orgs"],
|
|
40458
40275
|
"operationId": "orgs/list-invitation-teams",
|
|
40459
40276
|
"externalDocs": {
|
|
40460
40277
|
"description": "API method documentation",
|
|
40461
40278
|
"url": "https://docs.github.com/rest/reference/orgs#list-organization-invitation-teams"
|
|
40462
40279
|
},
|
|
40463
|
-
"x-octokit": { "api.github.com
|
|
40280
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40464
40281
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40465
40282
|
}
|
|
40466
40283
|
},
|
|
40467
40284
|
"/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
|
|
40468
40285
|
"delete": {
|
|
40469
40286
|
"summary": "Delete a codespace from the organization",
|
|
40470
|
-
"description": "This endpoint does not exist
|
|
40287
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40471
40288
|
"tags": ["codespaces"],
|
|
40472
40289
|
"operationId": "codespaces/delete-from-organization",
|
|
40473
40290
|
"externalDocs": {
|
|
40474
40291
|
"description": "API method documentation",
|
|
40475
40292
|
"url": "https://docs.github.com/rest/reference/codespaces"
|
|
40476
40293
|
},
|
|
40477
|
-
"x-octokit": { "api.github.com
|
|
40294
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40478
40295
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40479
40296
|
}
|
|
40480
40297
|
},
|
|
40481
40298
|
"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
|
|
40482
40299
|
"post": {
|
|
40483
40300
|
"summary": "Stop a codespace for an organization user",
|
|
40484
|
-
"description": "This endpoint does not exist
|
|
40301
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40485
40302
|
"tags": ["codespaces"],
|
|
40486
40303
|
"operationId": "codespaces/stop-in-organization",
|
|
40487
40304
|
"externalDocs": {
|
|
40488
40305
|
"description": "API method documentation",
|
|
40489
40306
|
"url": "https://docs.github.com/rest/reference/codespaces"
|
|
40490
40307
|
},
|
|
40491
|
-
"x-octokit": { "api.github.com
|
|
40308
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40492
40309
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40493
40310
|
}
|
|
40494
40311
|
},
|
|
40495
40312
|
"/orgs/{org}/migrations/{migration_id}/archive": {
|
|
40496
40313
|
"get": {
|
|
40497
40314
|
"summary": "Download an organization migration archive",
|
|
40498
|
-
"description": "This endpoint does not exist
|
|
40315
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40499
40316
|
"tags": ["migrations"],
|
|
40500
40317
|
"operationId": "migrations/download-archive-for-org",
|
|
40501
40318
|
"externalDocs": {
|
|
40502
40319
|
"description": "API method documentation",
|
|
40503
40320
|
"url": "https://docs.github.com/rest/reference/migrations#download-an-organization-migration-archive"
|
|
40504
40321
|
},
|
|
40505
|
-
"x-octokit": { "api.github.com
|
|
40322
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40506
40323
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40507
40324
|
},
|
|
40508
40325
|
"delete": {
|
|
40509
40326
|
"summary": "Delete an organization migration archive",
|
|
40510
|
-
"description": "This endpoint does not exist
|
|
40327
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40511
40328
|
"tags": ["migrations"],
|
|
40512
40329
|
"operationId": "migrations/delete-archive-for-org",
|
|
40513
40330
|
"externalDocs": {
|
|
40514
40331
|
"description": "API method documentation",
|
|
40515
40332
|
"url": "https://docs.github.com/rest/reference/migrations#delete-an-organization-migration-archive"
|
|
40516
40333
|
},
|
|
40517
|
-
"x-octokit": { "api.github.com
|
|
40334
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40518
40335
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40519
40336
|
}
|
|
40520
40337
|
},
|
|
40521
40338
|
"/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": {
|
|
40522
40339
|
"delete": {
|
|
40523
40340
|
"summary": "Unlock an organization repository",
|
|
40524
|
-
"description": "This endpoint does not exist
|
|
40341
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40525
40342
|
"tags": ["migrations"],
|
|
40526
40343
|
"operationId": "migrations/unlock-repo-for-org",
|
|
40527
40344
|
"externalDocs": {
|
|
40528
40345
|
"description": "API method documentation",
|
|
40529
40346
|
"url": "https://docs.github.com/rest/reference/migrations#unlock-an-organization-repository"
|
|
40530
40347
|
},
|
|
40531
|
-
"x-octokit": { "api.github.com
|
|
40348
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40532
40349
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40533
40350
|
}
|
|
40534
40351
|
},
|
|
40535
40352
|
"/orgs/{org}/migrations/{migration_id}/repositories": {
|
|
40536
40353
|
"get": {
|
|
40537
40354
|
"summary": "List repositories in an organization migration",
|
|
40538
|
-
"description": "This endpoint does not exist
|
|
40355
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40539
40356
|
"tags": ["migrations"],
|
|
40540
40357
|
"operationId": "migrations/list-repos-for-org",
|
|
40541
40358
|
"externalDocs": {
|
|
40542
40359
|
"description": "API method documentation",
|
|
40543
40360
|
"url": "https://docs.github.com/rest/reference/migrations#list-repositories-in-an-organization-migration"
|
|
40544
40361
|
},
|
|
40545
|
-
"x-octokit": { "api.github.com
|
|
40362
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40546
40363
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40547
40364
|
}
|
|
40548
40365
|
},
|
|
40549
40366
|
"/orgs/{org}/packages": {
|
|
40550
40367
|
"get": {
|
|
40551
40368
|
"summary": "List packages for an organization",
|
|
40552
|
-
"description": "This endpoint does not exist
|
|
40369
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40553
40370
|
"tags": ["packages"],
|
|
40554
40371
|
"operationId": "packages/list-packages-for-organization",
|
|
40555
40372
|
"externalDocs": {
|
|
40556
40373
|
"description": "API method documentation",
|
|
40557
40374
|
"url": "https://docs.github.com/rest/reference/packages#list-packages-for-an-organization"
|
|
40558
40375
|
},
|
|
40559
|
-
"x-octokit": { "api.github.com
|
|
40376
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40560
40377
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40561
40378
|
}
|
|
40562
40379
|
},
|
|
40563
40380
|
"/orgs/{org}/packages/{package_type}/{package_name}": {
|
|
40564
40381
|
"get": {
|
|
40565
40382
|
"summary": "Get a package for an organization",
|
|
40566
|
-
"description": "This endpoint does not exist
|
|
40383
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40567
40384
|
"tags": ["packages"],
|
|
40568
40385
|
"operationId": "packages/get-package-for-organization",
|
|
40569
40386
|
"externalDocs": {
|
|
40570
40387
|
"description": "API method documentation",
|
|
40571
40388
|
"url": "https://docs.github.com/rest/reference/packages#get-a-package-for-an-organization"
|
|
40572
40389
|
},
|
|
40573
|
-
"x-octokit": { "api.github.com
|
|
40390
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40574
40391
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40575
40392
|
},
|
|
40576
40393
|
"delete": {
|
|
40577
40394
|
"summary": "Delete a package for an organization",
|
|
40578
|
-
"description": "This endpoint does not exist
|
|
40395
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40579
40396
|
"tags": ["packages"],
|
|
40580
40397
|
"operationId": "packages/delete-package-for-org",
|
|
40581
40398
|
"externalDocs": {
|
|
40582
40399
|
"description": "API method documentation",
|
|
40583
40400
|
"url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-an-organization"
|
|
40584
40401
|
},
|
|
40585
|
-
"x-octokit": { "api.github.com
|
|
40402
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40586
40403
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40587
40404
|
}
|
|
40588
40405
|
},
|
|
40589
40406
|
"/orgs/{org}/packages/{package_type}/{package_name}/restore": {
|
|
40590
40407
|
"post": {
|
|
40591
40408
|
"summary": "Restore a package for an organization",
|
|
40592
|
-
"description": "This endpoint does not exist
|
|
40409
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40593
40410
|
"tags": ["packages"],
|
|
40594
40411
|
"operationId": "packages/restore-package-for-org",
|
|
40595
40412
|
"externalDocs": {
|
|
40596
40413
|
"description": "API method documentation",
|
|
40597
40414
|
"url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-an-organization"
|
|
40598
40415
|
},
|
|
40599
|
-
"x-octokit": { "api.github.com
|
|
40416
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40600
40417
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40601
40418
|
}
|
|
40602
40419
|
},
|
|
40603
40420
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
40604
40421
|
"get": {
|
|
40605
40422
|
"summary": "Get all package versions for a package owned by an organization",
|
|
40606
|
-
"description": "This endpoint does not exist
|
|
40423
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40607
40424
|
"tags": ["packages"],
|
|
40608
40425
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
40609
40426
|
"externalDocs": {
|
|
40610
40427
|
"description": "API method documentation",
|
|
40611
40428
|
"url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
40612
40429
|
},
|
|
40613
|
-
"x-octokit": { "api.github.com
|
|
40430
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40614
40431
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40615
40432
|
}
|
|
40616
40433
|
},
|
|
40617
40434
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": {
|
|
40618
40435
|
"get": {
|
|
40619
40436
|
"summary": "Get a package version for an organization",
|
|
40620
|
-
"description": "This endpoint does not exist
|
|
40437
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40621
40438
|
"tags": ["packages"],
|
|
40622
40439
|
"operationId": "packages/get-package-version-for-organization",
|
|
40623
40440
|
"externalDocs": {
|
|
40624
40441
|
"description": "API method documentation",
|
|
40625
40442
|
"url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-an-organization"
|
|
40626
40443
|
},
|
|
40627
|
-
"x-octokit": { "api.github.com
|
|
40444
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40628
40445
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40629
40446
|
},
|
|
40630
40447
|
"delete": {
|
|
40631
40448
|
"summary": "Delete package version for an organization",
|
|
40632
|
-
"description": "This endpoint does not exist
|
|
40449
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40633
40450
|
"tags": ["packages"],
|
|
40634
40451
|
"operationId": "packages/delete-package-version-for-org",
|
|
40635
40452
|
"externalDocs": {
|
|
40636
40453
|
"description": "API method documentation",
|
|
40637
40454
|
"url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-an-organization"
|
|
40638
40455
|
},
|
|
40639
|
-
"x-octokit": { "api.github.com
|
|
40456
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40640
40457
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40641
40458
|
}
|
|
40642
40459
|
},
|
|
40643
40460
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
|
|
40644
40461
|
"post": {
|
|
40645
40462
|
"summary": "Restore package version for an organization",
|
|
40646
|
-
"description": "This endpoint does not exist
|
|
40463
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40647
40464
|
"tags": ["packages"],
|
|
40648
40465
|
"operationId": "packages/restore-package-version-for-org",
|
|
40649
40466
|
"externalDocs": {
|
|
40650
40467
|
"description": "API method documentation",
|
|
40651
40468
|
"url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-an-organization"
|
|
40652
40469
|
},
|
|
40653
|
-
"x-octokit": { "api.github.com
|
|
40470
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40654
40471
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40655
40472
|
}
|
|
40656
40473
|
},
|
|
40657
40474
|
"/orgs/{org}/settings/billing/actions": {
|
|
40658
40475
|
"get": {
|
|
40659
40476
|
"summary": "Get GitHub Actions billing for an organization",
|
|
40660
|
-
"description": "This endpoint does not exist
|
|
40477
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40661
40478
|
"operationId": "billing/get-github-actions-billing-org",
|
|
40662
40479
|
"tags": ["billing"],
|
|
40663
40480
|
"externalDocs": {
|
|
40664
40481
|
"description": "API method documentation",
|
|
40665
40482
|
"url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-an-organization"
|
|
40666
40483
|
},
|
|
40667
|
-
"x-octokit": { "api.github.com
|
|
40484
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40668
40485
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40669
40486
|
}
|
|
40670
40487
|
},
|
|
40671
40488
|
"/orgs/{org}/settings/billing/packages": {
|
|
40672
40489
|
"get": {
|
|
40673
40490
|
"summary": "Get GitHub Packages billing for an organization",
|
|
40674
|
-
"description": "This endpoint does not exist
|
|
40491
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40675
40492
|
"operationId": "billing/get-github-packages-billing-org",
|
|
40676
40493
|
"tags": ["billing"],
|
|
40677
40494
|
"externalDocs": {
|
|
40678
40495
|
"description": "API method documentation",
|
|
40679
40496
|
"url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-an-organization"
|
|
40680
40497
|
},
|
|
40681
|
-
"x-octokit": { "api.github.com
|
|
40498
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40682
40499
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40683
40500
|
}
|
|
40684
40501
|
},
|
|
40685
40502
|
"/orgs/{org}/settings/billing/shared-storage": {
|
|
40686
40503
|
"get": {
|
|
40687
40504
|
"summary": "Get shared storage billing for an organization",
|
|
40688
|
-
"description": "This endpoint does not exist
|
|
40505
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40689
40506
|
"operationId": "billing/get-shared-storage-billing-org",
|
|
40690
40507
|
"tags": ["billing"],
|
|
40691
40508
|
"externalDocs": {
|
|
40692
40509
|
"description": "API method documentation",
|
|
40693
40510
|
"url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-an-organization"
|
|
40694
40511
|
},
|
|
40695
|
-
"x-octokit": { "api.github.com
|
|
40512
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40696
40513
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40697
40514
|
}
|
|
40698
40515
|
},
|
|
40699
40516
|
"/orgs/{org}/team-sync/groups": {
|
|
40700
40517
|
"get": {
|
|
40701
40518
|
"summary": "List IdP groups for an organization",
|
|
40702
|
-
"description": "This endpoint does not exist
|
|
40519
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40703
40520
|
"tags": ["teams"],
|
|
40704
40521
|
"operationId": "teams/list-idp-groups-for-org",
|
|
40705
40522
|
"externalDocs": {
|
|
40706
40523
|
"description": "API method documentation",
|
|
40707
40524
|
"url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-an-organization"
|
|
40708
40525
|
},
|
|
40709
|
-
"x-octokit": { "api.github.com
|
|
40526
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40710
40527
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40711
40528
|
}
|
|
40712
40529
|
},
|
|
40713
40530
|
"/orgs/{org}/teams/{team_slug}/external-groups": {
|
|
40714
40531
|
"get": {
|
|
40715
40532
|
"summary": "List a connection between an external group and a team",
|
|
40716
|
-
"description": "This endpoint does not exist
|
|
40533
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40717
40534
|
"tags": ["teams"],
|
|
40718
40535
|
"operationId": "teams/list-linked-external-idp-groups-to-team-for-org",
|
|
40719
40536
|
"externalDocs": {
|
|
40720
40537
|
"description": "API method documentation",
|
|
40721
40538
|
"url": "https://docs.github.com/rest/reference/teams#list-external-idp-group-team-connection"
|
|
40722
40539
|
},
|
|
40723
|
-
"x-octokit": { "api.github.com
|
|
40540
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40724
40541
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40725
40542
|
},
|
|
40726
40543
|
"delete": {
|
|
40727
40544
|
"summary": "Remove the connection between an external group and a team",
|
|
40728
|
-
"description": "This endpoint does not exist
|
|
40545
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40729
40546
|
"tags": ["teams"],
|
|
40730
40547
|
"operationId": "teams/unlink-external-idp-group-from-team-for-org",
|
|
40731
40548
|
"externalDocs": {
|
|
40732
40549
|
"description": "API method documentation",
|
|
40733
40550
|
"url": "https://docs.github.com/rest/reference/teams#unlink-external-idp-group-team-connection"
|
|
40734
40551
|
},
|
|
40735
|
-
"x-octokit": { "api.github.com
|
|
40552
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40736
40553
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40737
40554
|
},
|
|
40738
40555
|
"patch": {
|
|
40739
40556
|
"summary": "Update the connection between an external group and a team",
|
|
40740
|
-
"description": "This endpoint does not exist
|
|
40557
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40741
40558
|
"tags": ["teams"],
|
|
40742
40559
|
"operationId": "teams/link-external-idp-group-to-team-for-org",
|
|
40743
40560
|
"externalDocs": {
|
|
40744
40561
|
"description": "API method documentation",
|
|
40745
40562
|
"url": "https://docs.github.com/rest/reference/teams#link-external-idp-group-team-connection"
|
|
40746
40563
|
},
|
|
40747
|
-
"x-octokit": { "api.github.com
|
|
40564
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40748
40565
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40749
40566
|
}
|
|
40750
40567
|
},
|
|
40751
40568
|
"/orgs/{org}/teams/{team_slug}/invitations": {
|
|
40752
40569
|
"get": {
|
|
40753
40570
|
"summary": "List pending team invitations",
|
|
40754
|
-
"description": "This endpoint does not exist
|
|
40571
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40755
40572
|
"tags": ["teams"],
|
|
40756
40573
|
"operationId": "teams/list-pending-invitations-in-org",
|
|
40757
40574
|
"externalDocs": {
|
|
40758
40575
|
"description": "API method documentation",
|
|
40759
40576
|
"url": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations"
|
|
40760
40577
|
},
|
|
40761
|
-
"x-octokit": { "api.github.com
|
|
40578
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40762
40579
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40763
40580
|
}
|
|
40764
40581
|
},
|
|
40765
40582
|
"/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": {
|
|
40766
40583
|
"get": {
|
|
40767
40584
|
"summary": "List IdP groups for a team",
|
|
40768
|
-
"description": "This endpoint does not exist
|
|
40585
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40769
40586
|
"tags": ["teams"],
|
|
40770
40587
|
"operationId": "teams/list-idp-groups-in-org",
|
|
40771
40588
|
"externalDocs": {
|
|
40772
40589
|
"description": "API method documentation",
|
|
40773
40590
|
"url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team"
|
|
40774
40591
|
},
|
|
40775
|
-
"x-octokit": { "api.github.com
|
|
40592
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40776
40593
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40777
40594
|
},
|
|
40778
40595
|
"patch": {
|
|
40779
40596
|
"summary": "Create or update IdP group connections",
|
|
40780
|
-
"description": "This endpoint does not exist
|
|
40597
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40781
40598
|
"tags": ["teams"],
|
|
40782
40599
|
"operationId": "teams/create-or-update-idp-group-connections-in-org",
|
|
40783
40600
|
"externalDocs": {
|
|
40784
40601
|
"description": "API method documentation",
|
|
40785
40602
|
"url": "https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections"
|
|
40786
40603
|
},
|
|
40787
|
-
"x-octokit": { "api.github.com
|
|
40604
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40788
40605
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40789
40606
|
}
|
|
40790
40607
|
},
|
|
40791
40608
|
"/repos/{owner}/{repo}/actions/caches": {
|
|
40792
40609
|
"get": {
|
|
40793
40610
|
"summary": "List GitHub Actions caches for a repository",
|
|
40794
|
-
"description": "This endpoint does not exist
|
|
40611
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40795
40612
|
"tags": ["actions"],
|
|
40796
40613
|
"operationId": "actions/get-actions-cache-list",
|
|
40797
40614
|
"externalDocs": {
|
|
40798
40615
|
"description": "API method documentation",
|
|
40799
40616
|
"url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"
|
|
40800
40617
|
},
|
|
40801
|
-
"x-octokit": { "api.github.com
|
|
40618
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40802
40619
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40803
40620
|
},
|
|
40804
40621
|
"delete": {
|
|
40805
40622
|
"summary": "Delete GitHub Actions caches for a repository (using a cache key)",
|
|
40806
|
-
"description": "This endpoint does not exist
|
|
40623
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40807
40624
|
"tags": ["actions"],
|
|
40808
40625
|
"operationId": "actions/delete-actions-cache-by-key",
|
|
40809
40626
|
"externalDocs": {
|
|
40810
40627
|
"description": "API method documentation",
|
|
40811
40628
|
"url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"
|
|
40812
40629
|
},
|
|
40813
|
-
"x-octokit": { "api.github.com
|
|
40630
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40814
40631
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40815
40632
|
}
|
|
40816
40633
|
},
|
|
40817
40634
|
"/repos/{owner}/{repo}/actions/caches/{cache_id}": {
|
|
40818
40635
|
"delete": {
|
|
40819
40636
|
"summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
|
|
40820
|
-
"description": "This endpoint does not exist
|
|
40637
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40821
40638
|
"tags": ["actions"],
|
|
40822
40639
|
"operationId": "actions/delete-actions-cache-by-id",
|
|
40823
40640
|
"externalDocs": {
|
|
40824
40641
|
"description": "API method documentation",
|
|
40825
40642
|
"url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"
|
|
40826
40643
|
},
|
|
40827
|
-
"x-octokit": { "api.github.com
|
|
40644
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40828
40645
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40829
40646
|
}
|
|
40830
40647
|
},
|
|
40831
40648
|
"/repos/{owner}/{repo}/actions/oidc/customization/sub": {
|
|
40832
40649
|
"get": {
|
|
40833
40650
|
"summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
|
|
40834
|
-
"description": "This endpoint does not exist
|
|
40651
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40835
40652
|
"tags": ["actions"],
|
|
40836
40653
|
"operationId": "actions/get-custom-oidc-sub-claim-for-repo",
|
|
40837
40654
|
"externalDocs": {
|
|
40838
40655
|
"description": "API method documentation",
|
|
40839
40656
|
"url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
|
|
40840
40657
|
},
|
|
40841
|
-
"x-octokit": { "api.github.com
|
|
40658
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40842
40659
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40843
40660
|
},
|
|
40844
40661
|
"put": {
|
|
40845
40662
|
"summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
|
|
40846
|
-
"description": "This endpoint does not exist
|
|
40663
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40847
40664
|
"tags": ["actions"],
|
|
40848
40665
|
"operationId": "actions/set-custom-oidc-sub-claim-for-repo",
|
|
40849
40666
|
"externalDocs": {
|
|
40850
40667
|
"description": "API method documentation",
|
|
40851
40668
|
"url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
|
|
40852
40669
|
},
|
|
40853
|
-
"x-octokit": { "api.github.com
|
|
40670
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40854
40671
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40855
40672
|
}
|
|
40856
40673
|
},
|
|
40857
40674
|
"/repos/{owner}/{repo}/actions/permissions/workflow": {
|
|
40858
40675
|
"get": {
|
|
40859
40676
|
"summary": "Get default workflow permissions for a repository",
|
|
40860
|
-
"description": "This endpoint does not exist
|
|
40677
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40861
40678
|
"tags": ["actions"],
|
|
40862
40679
|
"operationId": "actions/get-github-actions-default-workflow-permissions-repository",
|
|
40863
40680
|
"externalDocs": {
|
|
40864
40681
|
"description": "API method documentation",
|
|
40865
40682
|
"url": "https://docs.github.com/rest/reference/actions#get-default-workflow-permissions-for-a-repository"
|
|
40866
40683
|
},
|
|
40867
|
-
"x-octokit": { "api.github.com
|
|
40684
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40868
40685
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40869
40686
|
},
|
|
40870
40687
|
"put": {
|
|
40871
40688
|
"summary": "Set default workflow permissions for a repository",
|
|
40872
|
-
"description": "This endpoint does not exist
|
|
40689
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40873
40690
|
"tags": ["actions"],
|
|
40874
40691
|
"operationId": "actions/set-github-actions-default-workflow-permissions-repository",
|
|
40875
40692
|
"externalDocs": {
|
|
40876
40693
|
"description": "API method documentation",
|
|
40877
40694
|
"url": "https://docs.github.com/rest/reference/actions#set-default-workflow-permissions-for-a-repository"
|
|
40878
40695
|
},
|
|
40879
|
-
"x-octokit": { "api.github.com
|
|
40696
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40880
40697
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40881
40698
|
}
|
|
40882
40699
|
},
|
|
40883
40700
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/approve": {
|
|
40884
40701
|
"post": {
|
|
40885
40702
|
"summary": "Approve a workflow run for a fork pull request",
|
|
40886
|
-
"description": "This endpoint does not exist
|
|
40703
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40887
40704
|
"tags": ["actions"],
|
|
40888
40705
|
"operationId": "actions/approve-workflow-run",
|
|
40889
40706
|
"externalDocs": {
|
|
40890
40707
|
"description": "API method documentation",
|
|
40891
40708
|
"url": "https://docs.github.com/rest/reference/actions#approve-a-workflow-run-for-a-fork-pull-request"
|
|
40892
40709
|
},
|
|
40893
|
-
"x-octokit": { "api.github.com
|
|
40710
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40894
40711
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40895
40712
|
}
|
|
40896
40713
|
},
|
|
40897
40714
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {
|
|
40898
40715
|
"get": {
|
|
40899
40716
|
"summary": "Get workflow run usage",
|
|
40900
|
-
"description": "This endpoint does not exist
|
|
40717
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40901
40718
|
"tags": ["actions"],
|
|
40902
40719
|
"operationId": "actions/get-workflow-run-usage",
|
|
40903
40720
|
"externalDocs": {
|
|
40904
40721
|
"description": "API method documentation",
|
|
40905
40722
|
"url": "https://docs.github.com/rest/reference/actions#get-workflow-run-usage"
|
|
40906
40723
|
},
|
|
40907
|
-
"x-octokit": { "api.github.com
|
|
40724
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40908
40725
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40909
40726
|
}
|
|
40910
40727
|
},
|
|
40911
40728
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": {
|
|
40912
40729
|
"get": {
|
|
40913
40730
|
"summary": "Get workflow usage",
|
|
40914
|
-
"description": "This endpoint does not exist
|
|
40731
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40915
40732
|
"tags": ["actions"],
|
|
40916
40733
|
"operationId": "actions/get-workflow-usage",
|
|
40917
40734
|
"externalDocs": {
|
|
40918
40735
|
"description": "API method documentation",
|
|
40919
40736
|
"url": "https://docs.github.com/rest/reference/actions#get-workflow-usage"
|
|
40920
40737
|
},
|
|
40921
|
-
"x-octokit": { "api.github.com
|
|
40738
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40922
40739
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40923
40740
|
}
|
|
40924
40741
|
},
|
|
40925
40742
|
"/repos/{owner}/{repo}/automated-security-fixes": {
|
|
40926
40743
|
"put": {
|
|
40927
40744
|
"summary": "Enable automated security fixes",
|
|
40928
|
-
"description": "This endpoint does not exist
|
|
40745
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40929
40746
|
"tags": ["repos"],
|
|
40930
40747
|
"operationId": "repos/enable-automated-security-fixes",
|
|
40931
40748
|
"externalDocs": {
|
|
40932
40749
|
"description": "API method documentation",
|
|
40933
40750
|
"url": "https://docs.github.com/rest/reference/repos#enable-automated-security-fixes"
|
|
40934
40751
|
},
|
|
40935
|
-
"x-octokit": { "api.github.com
|
|
40752
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40936
40753
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40937
40754
|
},
|
|
40938
40755
|
"delete": {
|
|
40939
40756
|
"summary": "Disable automated security fixes",
|
|
40940
|
-
"description": "This endpoint does not exist
|
|
40757
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40941
40758
|
"tags": ["repos"],
|
|
40942
40759
|
"operationId": "repos/disable-automated-security-fixes",
|
|
40943
40760
|
"externalDocs": {
|
|
40944
40761
|
"description": "API method documentation",
|
|
40945
40762
|
"url": "https://docs.github.com/rest/reference/repos#disable-automated-security-fixes"
|
|
40946
40763
|
},
|
|
40947
|
-
"x-octokit": { "api.github.com
|
|
40764
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40948
40765
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40949
40766
|
}
|
|
40950
40767
|
},
|
|
40951
40768
|
"/repos/{owner}/{repo}/codespaces": {
|
|
40952
40769
|
"get": {
|
|
40953
40770
|
"summary": "List codespaces in a repository for the authenticated user",
|
|
40954
|
-
"description": "This endpoint does not exist
|
|
40771
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40955
40772
|
"tags": ["codespaces"],
|
|
40956
40773
|
"operationId": "codespaces/list-in-repository-for-authenticated-user",
|
|
40957
40774
|
"externalDocs": {
|
|
40958
40775
|
"description": "API method documentation",
|
|
40959
40776
|
"url": "https://docs.github.com/rest/reference/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user"
|
|
40960
40777
|
},
|
|
40961
|
-
"x-octokit": { "api.github.com
|
|
40778
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40962
40779
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40963
40780
|
},
|
|
40964
40781
|
"post": {
|
|
40965
40782
|
"summary": "Create a codespace in a repository",
|
|
40966
|
-
"description": "This endpoint does not exist
|
|
40783
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40967
40784
|
"tags": ["codespaces"],
|
|
40968
40785
|
"operationId": "codespaces/create-with-repo-for-authenticated-user",
|
|
40969
40786
|
"externalDocs": {
|
|
40970
40787
|
"description": "API method documentation",
|
|
40971
40788
|
"url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-in-a-repository"
|
|
40972
40789
|
},
|
|
40973
|
-
"x-octokit": { "api.github.com
|
|
40790
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40974
40791
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40975
40792
|
}
|
|
40976
40793
|
},
|
|
40977
40794
|
"/repos/{owner}/{repo}/codespaces/devcontainers": {
|
|
40978
40795
|
"get": {
|
|
40979
40796
|
"summary": "List devcontainer configurations in a repository for the authenticated user",
|
|
40980
|
-
"description": "This endpoint does not exist
|
|
40797
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40981
40798
|
"tags": ["codespaces"],
|
|
40982
40799
|
"operationId": "codespaces/list-devcontainers-in-repository-for-authenticated-user",
|
|
40983
40800
|
"externalDocs": {
|
|
40984
40801
|
"description": "API method documentation",
|
|
40985
40802
|
"url": "https://docs.github.com/rest/reference/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user"
|
|
40986
40803
|
},
|
|
40987
|
-
"x-octokit": { "api.github.com
|
|
40804
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
40988
40805
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40989
40806
|
}
|
|
40990
40807
|
},
|
|
40991
40808
|
"/repos/{owner}/{repo}/codespaces/machines": {
|
|
40992
40809
|
"get": {
|
|
40993
40810
|
"summary": "List available machine types for a repository",
|
|
40994
|
-
"description": "This endpoint does not exist
|
|
40811
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
40995
40812
|
"tags": ["codespaces"],
|
|
40996
40813
|
"operationId": "codespaces/repo-machines-for-authenticated-user",
|
|
40997
40814
|
"externalDocs": {
|
|
40998
40815
|
"description": "API method documentation",
|
|
40999
40816
|
"url": "https://docs.github.com/rest/reference/codespaces#list-available-machine-types-for-a-repository"
|
|
41000
40817
|
},
|
|
41001
|
-
"x-octokit": { "api.github.com
|
|
40818
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41002
40819
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41003
40820
|
}
|
|
41004
40821
|
},
|
|
41005
40822
|
"/repos/{owner}/{repo}/codespaces/secrets": {
|
|
41006
40823
|
"get": {
|
|
41007
40824
|
"summary": "List repository secrets",
|
|
41008
|
-
"description": "This endpoint does not exist
|
|
40825
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41009
40826
|
"tags": ["codespaces"],
|
|
41010
40827
|
"operationId": "codespaces/list-repo-secrets",
|
|
41011
40828
|
"externalDocs": {
|
|
41012
40829
|
"description": "API method documentation",
|
|
41013
40830
|
"url": "https://docs.github.com/rest/reference/codespaces#list-repository-secrets"
|
|
41014
40831
|
},
|
|
41015
|
-
"x-octokit": { "api.github.com
|
|
40832
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41016
40833
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41017
40834
|
}
|
|
41018
40835
|
},
|
|
41019
40836
|
"/repos/{owner}/{repo}/codespaces/secrets/public-key": {
|
|
41020
40837
|
"get": {
|
|
41021
40838
|
"summary": "Get a repository public key",
|
|
41022
|
-
"description": "This endpoint does not exist
|
|
40839
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41023
40840
|
"tags": ["codespaces"],
|
|
41024
40841
|
"operationId": "codespaces/get-repo-public-key",
|
|
41025
40842
|
"externalDocs": {
|
|
41026
40843
|
"description": "API method documentation",
|
|
41027
40844
|
"url": "https://docs.github.com/rest/reference/codespaces#get-a-repository-public-key"
|
|
41028
40845
|
},
|
|
41029
|
-
"x-octokit": { "api.github.com
|
|
40846
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41030
40847
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41031
40848
|
}
|
|
41032
40849
|
},
|
|
41033
40850
|
"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": {
|
|
41034
40851
|
"get": {
|
|
41035
40852
|
"summary": "Get a repository secret",
|
|
41036
|
-
"description": "This endpoint does not exist
|
|
40853
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41037
40854
|
"tags": ["codespaces"],
|
|
41038
40855
|
"operationId": "codespaces/get-repo-secret",
|
|
41039
40856
|
"externalDocs": {
|
|
41040
40857
|
"description": "API method documentation",
|
|
41041
40858
|
"url": "https://docs.github.com/rest/reference/codespaces#get-a-repository-secret"
|
|
41042
40859
|
},
|
|
41043
|
-
"x-octokit": { "api.github.com
|
|
40860
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41044
40861
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41045
40862
|
},
|
|
41046
40863
|
"put": {
|
|
41047
40864
|
"summary": "Create or update a repository secret",
|
|
41048
|
-
"description": "This endpoint does not exist
|
|
40865
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41049
40866
|
"tags": ["codespaces"],
|
|
41050
40867
|
"operationId": "codespaces/create-or-update-repo-secret",
|
|
41051
40868
|
"externalDocs": {
|
|
41052
40869
|
"description": "API method documentation",
|
|
41053
40870
|
"url": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-repository-secret"
|
|
41054
40871
|
},
|
|
41055
|
-
"x-octokit": { "api.github.com
|
|
40872
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41056
40873
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41057
40874
|
},
|
|
41058
40875
|
"delete": {
|
|
41059
40876
|
"summary": "Delete a repository secret",
|
|
41060
|
-
"description": "This endpoint does not exist
|
|
40877
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41061
40878
|
"tags": ["codespaces"],
|
|
41062
40879
|
"operationId": "codespaces/delete-repo-secret",
|
|
41063
40880
|
"externalDocs": {
|
|
41064
40881
|
"description": "API method documentation",
|
|
41065
40882
|
"url": "https://docs.github.com/rest/reference/codespaces#delete-a-repository-secret"
|
|
41066
40883
|
},
|
|
41067
|
-
"x-octokit": { "api.github.com
|
|
40884
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41068
40885
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41069
40886
|
}
|
|
41070
40887
|
},
|
|
41071
40888
|
"/repos/{owner}/{repo}/community/profile": {
|
|
41072
40889
|
"get": {
|
|
41073
40890
|
"summary": "Get community profile metrics",
|
|
41074
|
-
"description": "This endpoint does not exist
|
|
40891
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41075
40892
|
"tags": ["repos"],
|
|
41076
40893
|
"operationId": "repos/get-community-profile-metrics",
|
|
41077
40894
|
"externalDocs": {
|
|
41078
40895
|
"description": "API method documentation",
|
|
41079
40896
|
"url": "https://docs.github.com/rest/reference/repos#get-community-profile-metrics"
|
|
41080
40897
|
},
|
|
41081
|
-
"x-octokit": { "api.github.com
|
|
40898
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41082
40899
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41083
40900
|
}
|
|
41084
40901
|
},
|
|
41085
40902
|
"/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": {
|
|
41086
40903
|
"get": {
|
|
41087
40904
|
"summary": "Get a diff of the dependencies between commits",
|
|
41088
|
-
"description": "This endpoint does not exist
|
|
40905
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41089
40906
|
"tags": ["dependency-graph"],
|
|
41090
40907
|
"operationId": "dependency-graph/diff-range",
|
|
41091
40908
|
"externalDocs": {
|
|
41092
40909
|
"description": "API method documentation",
|
|
41093
40910
|
"url": "https://docs.github.com/rest/reference/dependency-graph#get-a-diff-of-the-dependencies-between-commits"
|
|
41094
40911
|
},
|
|
41095
|
-
"x-octokit": { "api.github.com
|
|
40912
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41096
40913
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41097
40914
|
}
|
|
41098
40915
|
},
|
|
41099
40916
|
"/repos/{owner}/{repo}/dependency-graph/snapshots": {
|
|
41100
40917
|
"post": {
|
|
41101
40918
|
"summary": "Create a snapshot of dependencies for a repository",
|
|
41102
|
-
"description": "This endpoint does not exist
|
|
40919
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41103
40920
|
"tags": ["dependency-graph"],
|
|
41104
40921
|
"operationId": "dependency-graph/create-repository-snapshot",
|
|
41105
40922
|
"externalDocs": {
|
|
41106
40923
|
"description": "API method documentation",
|
|
41107
40924
|
"url": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository"
|
|
41108
40925
|
},
|
|
41109
|
-
"x-octokit": { "api.github.com
|
|
40926
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41110
40927
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41111
40928
|
}
|
|
41112
40929
|
},
|
|
41113
40930
|
"/repos/{owner}/{repo}/import": {
|
|
41114
40931
|
"get": {
|
|
41115
40932
|
"summary": "Get an import status",
|
|
41116
|
-
"description": "This endpoint does not exist
|
|
40933
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41117
40934
|
"tags": ["migrations"],
|
|
41118
40935
|
"operationId": "migrations/get-import-status",
|
|
41119
40936
|
"externalDocs": {
|
|
41120
40937
|
"description": "API method documentation",
|
|
41121
40938
|
"url": "https://docs.github.com/rest/reference/migrations#get-an-import-status"
|
|
41122
40939
|
},
|
|
41123
|
-
"x-octokit": { "api.github.com
|
|
40940
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41124
40941
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41125
40942
|
},
|
|
41126
40943
|
"put": {
|
|
41127
40944
|
"summary": "Start an import",
|
|
41128
|
-
"description": "This endpoint does not exist
|
|
40945
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41129
40946
|
"tags": ["migrations"],
|
|
41130
40947
|
"operationId": "migrations/start-import",
|
|
41131
40948
|
"externalDocs": {
|
|
41132
40949
|
"description": "API method documentation",
|
|
41133
40950
|
"url": "https://docs.github.com/rest/reference/migrations#start-an-import"
|
|
41134
40951
|
},
|
|
41135
|
-
"x-octokit": { "api.github.com
|
|
40952
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41136
40953
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41137
40954
|
},
|
|
41138
40955
|
"delete": {
|
|
41139
40956
|
"summary": "Cancel an import",
|
|
41140
|
-
"description": "This endpoint does not exist
|
|
40957
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41141
40958
|
"tags": ["migrations"],
|
|
41142
40959
|
"operationId": "migrations/cancel-import",
|
|
41143
40960
|
"externalDocs": {
|
|
41144
40961
|
"description": "API method documentation",
|
|
41145
40962
|
"url": "https://docs.github.com/rest/reference/migrations#cancel-an-import"
|
|
41146
40963
|
},
|
|
41147
|
-
"x-octokit": { "api.github.com
|
|
40964
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41148
40965
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41149
40966
|
},
|
|
41150
40967
|
"patch": {
|
|
41151
40968
|
"summary": "Update an import",
|
|
41152
|
-
"description": "This endpoint does not exist
|
|
40969
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41153
40970
|
"tags": ["migrations"],
|
|
41154
40971
|
"operationId": "migrations/update-import",
|
|
41155
40972
|
"externalDocs": {
|
|
41156
40973
|
"description": "API method documentation",
|
|
41157
40974
|
"url": "https://docs.github.com/rest/reference/migrations#update-an-import"
|
|
41158
40975
|
},
|
|
41159
|
-
"x-octokit": { "api.github.com
|
|
40976
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41160
40977
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41161
40978
|
}
|
|
41162
40979
|
},
|
|
41163
40980
|
"/repos/{owner}/{repo}/import/authors": {
|
|
41164
40981
|
"get": {
|
|
41165
40982
|
"summary": "Get commit authors",
|
|
41166
|
-
"description": "This endpoint does not exist
|
|
40983
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41167
40984
|
"tags": ["migrations"],
|
|
41168
40985
|
"operationId": "migrations/get-commit-authors",
|
|
41169
40986
|
"externalDocs": {
|
|
41170
40987
|
"description": "API method documentation",
|
|
41171
40988
|
"url": "https://docs.github.com/rest/reference/migrations#get-commit-authors"
|
|
41172
40989
|
},
|
|
41173
|
-
"x-octokit": { "api.github.com
|
|
40990
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41174
40991
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41175
40992
|
}
|
|
41176
40993
|
},
|
|
41177
40994
|
"/repos/{owner}/{repo}/import/authors/{author_id}": {
|
|
41178
40995
|
"patch": {
|
|
41179
40996
|
"summary": "Map a commit author",
|
|
41180
|
-
"description": "This endpoint does not exist
|
|
40997
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41181
40998
|
"tags": ["migrations"],
|
|
41182
40999
|
"operationId": "migrations/map-commit-author",
|
|
41183
41000
|
"externalDocs": {
|
|
41184
41001
|
"description": "API method documentation",
|
|
41185
41002
|
"url": "https://docs.github.com/rest/reference/migrations#map-a-commit-author"
|
|
41186
41003
|
},
|
|
41187
|
-
"x-octokit": { "api.github.com
|
|
41004
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41188
41005
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41189
41006
|
}
|
|
41190
41007
|
},
|
|
41191
41008
|
"/repos/{owner}/{repo}/import/large_files": {
|
|
41192
41009
|
"get": {
|
|
41193
41010
|
"summary": "Get large files",
|
|
41194
|
-
"description": "This endpoint does not exist
|
|
41011
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41195
41012
|
"tags": ["migrations"],
|
|
41196
41013
|
"operationId": "migrations/get-large-files",
|
|
41197
41014
|
"externalDocs": {
|
|
41198
41015
|
"description": "API method documentation",
|
|
41199
41016
|
"url": "https://docs.github.com/rest/reference/migrations#get-large-files"
|
|
41200
41017
|
},
|
|
41201
|
-
"x-octokit": { "api.github.com
|
|
41018
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41202
41019
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41203
41020
|
}
|
|
41204
41021
|
},
|
|
41205
41022
|
"/repos/{owner}/{repo}/import/lfs": {
|
|
41206
41023
|
"patch": {
|
|
41207
41024
|
"summary": "Update Git LFS preference",
|
|
41208
|
-
"description": "This endpoint does not exist
|
|
41025
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41209
41026
|
"tags": ["migrations"],
|
|
41210
41027
|
"operationId": "migrations/set-lfs-preference",
|
|
41211
41028
|
"externalDocs": {
|
|
41212
41029
|
"description": "API method documentation",
|
|
41213
41030
|
"url": "https://docs.github.com/rest/reference/migrations#update-git-lfs-preference"
|
|
41214
41031
|
},
|
|
41215
|
-
"x-octokit": { "api.github.com
|
|
41032
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41216
41033
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41217
41034
|
}
|
|
41218
41035
|
},
|
|
41219
41036
|
"/repos/{owner}/{repo}/interaction-limits": {
|
|
41220
41037
|
"get": {
|
|
41221
41038
|
"summary": "Get interaction restrictions for a repository",
|
|
41222
|
-
"description": "This endpoint does not exist
|
|
41039
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41223
41040
|
"tags": ["interactions"],
|
|
41224
41041
|
"operationId": "interactions/get-restrictions-for-repo",
|
|
41225
41042
|
"externalDocs": {
|
|
41226
41043
|
"description": "API method documentation",
|
|
41227
41044
|
"url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-a-repository"
|
|
41228
41045
|
},
|
|
41229
|
-
"x-octokit": { "api.github.com
|
|
41046
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41230
41047
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41231
41048
|
},
|
|
41232
41049
|
"put": {
|
|
41233
41050
|
"summary": "Set interaction restrictions for a repository",
|
|
41234
|
-
"description": "This endpoint does not exist
|
|
41051
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41235
41052
|
"tags": ["interactions"],
|
|
41236
41053
|
"operationId": "interactions/set-restrictions-for-repo",
|
|
41237
41054
|
"externalDocs": {
|
|
41238
41055
|
"description": "API method documentation",
|
|
41239
41056
|
"url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-a-repository"
|
|
41240
41057
|
},
|
|
41241
|
-
"x-octokit": { "api.github.com
|
|
41058
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41242
41059
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41243
41060
|
},
|
|
41244
41061
|
"delete": {
|
|
41245
41062
|
"summary": "Remove interaction restrictions for a repository",
|
|
41246
|
-
"description": "This endpoint does not exist
|
|
41063
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41247
41064
|
"tags": ["interactions"],
|
|
41248
41065
|
"operationId": "interactions/remove-restrictions-for-repo",
|
|
41249
41066
|
"externalDocs": {
|
|
41250
41067
|
"description": "API method documentation",
|
|
41251
41068
|
"url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-for-a-repository"
|
|
41252
41069
|
},
|
|
41253
|
-
"x-octokit": { "api.github.com
|
|
41070
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41254
41071
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41255
41072
|
}
|
|
41256
41073
|
},
|
|
41257
41074
|
"/repos/{owner}/{repo}/pages/health": {
|
|
41258
41075
|
"get": {
|
|
41259
41076
|
"summary": "Get a DNS health check for GitHub Pages",
|
|
41260
|
-
"description": "This endpoint does not exist
|
|
41077
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41261
41078
|
"tags": ["repos"],
|
|
41262
41079
|
"operationId": "repos/get-pages-health-check",
|
|
41263
41080
|
"externalDocs": {
|
|
41264
41081
|
"description": "API method documentation",
|
|
41265
41082
|
"url": "https://docs.github.com/rest/reference/repos#get-a-dns-health-check-for-github-pages"
|
|
41266
41083
|
},
|
|
41267
|
-
"x-octokit": { "api.github.com
|
|
41084
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41268
41085
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41269
41086
|
}
|
|
41270
41087
|
},
|
|
41271
41088
|
"/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": {
|
|
41272
41089
|
"post": {
|
|
41273
41090
|
"summary": "Create a codespace from a pull request",
|
|
41274
|
-
"description": "This endpoint does not exist
|
|
41091
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41275
41092
|
"tags": ["codespaces"],
|
|
41276
41093
|
"operationId": "codespaces/create-with-pr-for-authenticated-user",
|
|
41277
41094
|
"externalDocs": {
|
|
41278
41095
|
"description": "API method documentation",
|
|
41279
41096
|
"url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-from-a-pull-request"
|
|
41280
41097
|
},
|
|
41281
|
-
"x-octokit": { "api.github.com
|
|
41098
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41282
41099
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41283
41100
|
}
|
|
41284
41101
|
},
|
|
41285
41102
|
"/repos/{owner}/{repo}/traffic/clones": {
|
|
41286
41103
|
"get": {
|
|
41287
41104
|
"summary": "Get repository clones",
|
|
41288
|
-
"description": "This endpoint does not exist
|
|
41105
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41289
41106
|
"tags": ["repos"],
|
|
41290
41107
|
"operationId": "repos/get-clones",
|
|
41291
41108
|
"externalDocs": {
|
|
41292
41109
|
"description": "API method documentation",
|
|
41293
41110
|
"url": "https://docs.github.com/rest/reference/repos#get-repository-clones"
|
|
41294
41111
|
},
|
|
41295
|
-
"x-octokit": { "api.github.com
|
|
41112
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41296
41113
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41297
41114
|
}
|
|
41298
41115
|
},
|
|
41299
41116
|
"/repos/{owner}/{repo}/traffic/popular/paths": {
|
|
41300
41117
|
"get": {
|
|
41301
41118
|
"summary": "Get top referral paths",
|
|
41302
|
-
"description": "This endpoint does not exist
|
|
41119
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41303
41120
|
"tags": ["repos"],
|
|
41304
41121
|
"operationId": "repos/get-top-paths",
|
|
41305
41122
|
"externalDocs": {
|
|
41306
41123
|
"description": "API method documentation",
|
|
41307
41124
|
"url": "https://docs.github.com/rest/reference/repos#get-top-referral-paths"
|
|
41308
41125
|
},
|
|
41309
|
-
"x-octokit": { "api.github.com
|
|
41126
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41310
41127
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41311
41128
|
}
|
|
41312
41129
|
},
|
|
41313
41130
|
"/repos/{owner}/{repo}/traffic/popular/referrers": {
|
|
41314
41131
|
"get": {
|
|
41315
41132
|
"summary": "Get top referral sources",
|
|
41316
|
-
"description": "This endpoint does not exist
|
|
41133
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41317
41134
|
"tags": ["repos"],
|
|
41318
41135
|
"operationId": "repos/get-top-referrers",
|
|
41319
41136
|
"externalDocs": {
|
|
41320
41137
|
"description": "API method documentation",
|
|
41321
41138
|
"url": "https://docs.github.com/rest/reference/repos#get-top-referral-sources"
|
|
41322
41139
|
},
|
|
41323
|
-
"x-octokit": { "api.github.com
|
|
41140
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41324
41141
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41325
41142
|
}
|
|
41326
41143
|
},
|
|
41327
41144
|
"/repos/{owner}/{repo}/traffic/views": {
|
|
41328
41145
|
"get": {
|
|
41329
41146
|
"summary": "Get page views",
|
|
41330
|
-
"description": "This endpoint does not exist
|
|
41147
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41331
41148
|
"tags": ["repos"],
|
|
41332
41149
|
"operationId": "repos/get-views",
|
|
41333
41150
|
"externalDocs": {
|
|
41334
41151
|
"description": "API method documentation",
|
|
41335
41152
|
"url": "https://docs.github.com/rest/reference/repos#get-page-views"
|
|
41336
41153
|
},
|
|
41337
|
-
"x-octokit": { "api.github.com
|
|
41154
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41338
41155
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41339
41156
|
}
|
|
41340
41157
|
},
|
|
41341
41158
|
"/repos/{owner}/{repo}/vulnerability-alerts": {
|
|
41342
41159
|
"get": {
|
|
41343
41160
|
"summary": "Check if vulnerability alerts are enabled for a repository",
|
|
41344
|
-
"description": "This endpoint does not exist
|
|
41161
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41345
41162
|
"tags": ["repos"],
|
|
41346
41163
|
"operationId": "repos/check-vulnerability-alerts",
|
|
41347
41164
|
"externalDocs": {
|
|
41348
41165
|
"description": "API method documentation",
|
|
41349
41166
|
"url": "https://docs.github.com/rest/reference/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository"
|
|
41350
41167
|
},
|
|
41351
|
-
"x-octokit": { "api.github.com
|
|
41168
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41352
41169
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41353
41170
|
},
|
|
41354
41171
|
"put": {
|
|
41355
41172
|
"summary": "Enable vulnerability alerts",
|
|
41356
|
-
"description": "This endpoint does not exist
|
|
41173
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41357
41174
|
"tags": ["repos"],
|
|
41358
41175
|
"operationId": "repos/enable-vulnerability-alerts",
|
|
41359
41176
|
"externalDocs": {
|
|
41360
41177
|
"description": "API method documentation",
|
|
41361
41178
|
"url": "https://docs.github.com/rest/reference/repos#enable-vulnerability-alerts"
|
|
41362
41179
|
},
|
|
41363
|
-
"x-octokit": { "api.github.com
|
|
41180
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41364
41181
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41365
41182
|
},
|
|
41366
41183
|
"delete": {
|
|
41367
41184
|
"summary": "Disable vulnerability alerts",
|
|
41368
|
-
"description": "This endpoint does not exist
|
|
41185
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41369
41186
|
"tags": ["repos"],
|
|
41370
41187
|
"operationId": "repos/disable-vulnerability-alerts",
|
|
41371
41188
|
"externalDocs": {
|
|
41372
41189
|
"description": "API method documentation",
|
|
41373
41190
|
"url": "https://docs.github.com/rest/reference/repos#disable-vulnerability-alerts"
|
|
41374
41191
|
},
|
|
41375
|
-
"x-octokit": { "api.github.com
|
|
41192
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41376
41193
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41377
41194
|
}
|
|
41378
41195
|
},
|
|
41379
41196
|
"/scim/v2/enterprises/{enterprise}/Groups": {
|
|
41380
41197
|
"get": {
|
|
41381
41198
|
"summary": "List provisioned SCIM groups for an enterprise",
|
|
41382
|
-
"description": "This endpoint does not exist
|
|
41199
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41383
41200
|
"operationId": "enterprise-admin/list-provisioned-groups-enterprise",
|
|
41384
41201
|
"tags": ["enterprise-admin"],
|
|
41385
41202
|
"externalDocs": {
|
|
41386
41203
|
"description": "API method documentation",
|
|
41387
41204
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#list-provisioned-scim-groups-for-an-enterprise"
|
|
41388
41205
|
},
|
|
41389
|
-
"x-octokit": { "api.github.com
|
|
41206
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41390
41207
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41391
41208
|
},
|
|
41392
41209
|
"post": {
|
|
41393
41210
|
"summary": "Provision a SCIM enterprise group and invite users",
|
|
41394
|
-
"description": "This endpoint does not exist
|
|
41211
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41395
41212
|
"operationId": "enterprise-admin/provision-and-invite-enterprise-group",
|
|
41396
41213
|
"tags": ["enterprise-admin"],
|
|
41397
41214
|
"externalDocs": {
|
|
41398
41215
|
"description": "API method documentation",
|
|
41399
41216
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#provision-a-scim-enterprise-group-and-invite-users"
|
|
41400
41217
|
},
|
|
41401
|
-
"x-octokit": { "api.github.com
|
|
41218
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41402
41219
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41403
41220
|
}
|
|
41404
41221
|
},
|
|
41405
41222
|
"/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": {
|
|
41406
41223
|
"get": {
|
|
41407
41224
|
"summary": "Get SCIM provisioning information for an enterprise group",
|
|
41408
|
-
"description": "This endpoint does not exist
|
|
41225
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41409
41226
|
"operationId": "enterprise-admin/get-provisioning-information-for-enterprise-group",
|
|
41410
41227
|
"tags": ["enterprise-admin"],
|
|
41411
41228
|
"externalDocs": {
|
|
41412
41229
|
"description": "API method documentation",
|
|
41413
41230
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-group"
|
|
41414
41231
|
},
|
|
41415
|
-
"x-octokit": { "api.github.com
|
|
41232
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41416
41233
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41417
41234
|
},
|
|
41418
41235
|
"put": {
|
|
41419
41236
|
"summary": "Set SCIM information for a provisioned enterprise group",
|
|
41420
|
-
"description": "This endpoint does not exist
|
|
41237
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41421
41238
|
"operationId": "enterprise-admin/set-information-for-provisioned-enterprise-group",
|
|
41422
41239
|
"tags": ["enterprise-admin"],
|
|
41423
41240
|
"externalDocs": {
|
|
41424
41241
|
"description": "API method documentation",
|
|
41425
41242
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-group"
|
|
41426
41243
|
},
|
|
41427
|
-
"x-octokit": { "api.github.com
|
|
41244
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41428
41245
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41429
41246
|
},
|
|
41430
41247
|
"delete": {
|
|
41431
41248
|
"summary": "Delete a SCIM group from an enterprise",
|
|
41432
|
-
"description": "This endpoint does not exist
|
|
41249
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41433
41250
|
"operationId": "enterprise-admin/delete-scim-group-from-enterprise",
|
|
41434
41251
|
"tags": ["enterprise-admin"],
|
|
41435
41252
|
"externalDocs": {
|
|
41436
41253
|
"description": "API method documentation",
|
|
41437
41254
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-group-from-an-enterprise"
|
|
41438
41255
|
},
|
|
41439
|
-
"x-octokit": { "api.github.com
|
|
41256
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41440
41257
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41441
41258
|
},
|
|
41442
41259
|
"patch": {
|
|
41443
41260
|
"summary": "Update an attribute for a SCIM enterprise group",
|
|
41444
|
-
"description": "This endpoint does not exist
|
|
41261
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41445
41262
|
"operationId": "enterprise-admin/update-attribute-for-enterprise-group",
|
|
41446
41263
|
"tags": ["enterprise-admin"],
|
|
41447
41264
|
"externalDocs": {
|
|
41448
41265
|
"description": "API method documentation",
|
|
41449
41266
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-group"
|
|
41450
41267
|
},
|
|
41451
|
-
"x-octokit": { "api.github.com
|
|
41268
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41452
41269
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41453
41270
|
}
|
|
41454
41271
|
},
|
|
41455
41272
|
"/scim/v2/enterprises/{enterprise}/Users": {
|
|
41456
41273
|
"get": {
|
|
41457
41274
|
"summary": "List SCIM provisioned identities for an enterprise",
|
|
41458
|
-
"description": "This endpoint does not exist
|
|
41275
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41459
41276
|
"operationId": "enterprise-admin/list-provisioned-identities-enterprise",
|
|
41460
41277
|
"tags": ["enterprise-admin"],
|
|
41461
41278
|
"externalDocs": {
|
|
41462
41279
|
"description": "API method documentation",
|
|
41463
41280
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#list-scim-provisioned-identities-for-an-enterprise"
|
|
41464
41281
|
},
|
|
41465
|
-
"x-octokit": { "api.github.com
|
|
41282
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41466
41283
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41467
41284
|
},
|
|
41468
41285
|
"post": {
|
|
41469
41286
|
"summary": "Provision and invite a SCIM enterprise user",
|
|
41470
|
-
"description": "This endpoint does not exist
|
|
41287
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41471
41288
|
"operationId": "enterprise-admin/provision-and-invite-enterprise-user",
|
|
41472
41289
|
"tags": ["enterprise-admin"],
|
|
41473
41290
|
"externalDocs": {
|
|
41474
41291
|
"description": "API method documentation",
|
|
41475
41292
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#provision-and-invite-a-scim-enterprise-user"
|
|
41476
41293
|
},
|
|
41477
|
-
"x-octokit": { "api.github.com
|
|
41294
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41478
41295
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41479
41296
|
}
|
|
41480
41297
|
},
|
|
41481
41298
|
"/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": {
|
|
41482
41299
|
"get": {
|
|
41483
41300
|
"summary": "Get SCIM provisioning information for an enterprise user",
|
|
41484
|
-
"description": "This endpoint does not exist
|
|
41301
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41485
41302
|
"operationId": "enterprise-admin/get-provisioning-information-for-enterprise-user",
|
|
41486
41303
|
"tags": ["enterprise-admin"],
|
|
41487
41304
|
"externalDocs": {
|
|
41488
41305
|
"description": "API method documentation",
|
|
41489
41306
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-user"
|
|
41490
41307
|
},
|
|
41491
|
-
"x-octokit": { "api.github.com
|
|
41308
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41492
41309
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41493
41310
|
},
|
|
41494
41311
|
"put": {
|
|
41495
41312
|
"summary": "Set SCIM information for a provisioned enterprise user",
|
|
41496
|
-
"description": "This endpoint does not exist
|
|
41313
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41497
41314
|
"operationId": "enterprise-admin/set-information-for-provisioned-enterprise-user",
|
|
41498
41315
|
"tags": ["enterprise-admin"],
|
|
41499
41316
|
"externalDocs": {
|
|
41500
41317
|
"description": "API method documentation",
|
|
41501
41318
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-user"
|
|
41502
41319
|
},
|
|
41503
|
-
"x-octokit": { "api.github.com
|
|
41320
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41504
41321
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41505
41322
|
},
|
|
41506
41323
|
"delete": {
|
|
41507
41324
|
"summary": "Delete a SCIM user from an enterprise",
|
|
41508
|
-
"description": "This endpoint does not exist
|
|
41325
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41509
41326
|
"operationId": "enterprise-admin/delete-user-from-enterprise",
|
|
41510
41327
|
"tags": ["enterprise-admin"],
|
|
41511
41328
|
"externalDocs": {
|
|
41512
41329
|
"description": "API method documentation",
|
|
41513
41330
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#delete-a-scim-user-from-an-enterprise"
|
|
41514
41331
|
},
|
|
41515
|
-
"x-octokit": { "api.github.com
|
|
41332
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41516
41333
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41517
41334
|
},
|
|
41518
41335
|
"patch": {
|
|
41519
41336
|
"summary": "Update an attribute for a SCIM enterprise user",
|
|
41520
|
-
"description": "This endpoint does not exist
|
|
41337
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41521
41338
|
"operationId": "enterprise-admin/update-attribute-for-enterprise-user",
|
|
41522
41339
|
"tags": ["enterprise-admin"],
|
|
41523
41340
|
"externalDocs": {
|
|
41524
41341
|
"description": "API method documentation",
|
|
41525
41342
|
"url": "https://docs.github.com/rest/reference/enterprise-admin#update-an-attribute-for-a-scim-enterprise-user"
|
|
41526
41343
|
},
|
|
41527
|
-
"x-octokit": { "api.github.com
|
|
41344
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41528
41345
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41529
41346
|
}
|
|
41530
41347
|
},
|
|
41531
41348
|
"/scim/v2/organizations/{org}/Users": {
|
|
41532
41349
|
"get": {
|
|
41533
41350
|
"summary": "List SCIM provisioned identities",
|
|
41534
|
-
"description": "This endpoint does not exist
|
|
41351
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41535
41352
|
"tags": ["scim"],
|
|
41536
41353
|
"operationId": "scim/list-provisioned-identities",
|
|
41537
41354
|
"externalDocs": {
|
|
41538
41355
|
"description": "API method documentation",
|
|
41539
41356
|
"url": "https://docs.github.com/rest/reference/scim#list-scim-provisioned-identities"
|
|
41540
41357
|
},
|
|
41541
|
-
"x-octokit": { "api.github.com
|
|
41358
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41542
41359
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41543
41360
|
},
|
|
41544
41361
|
"post": {
|
|
41545
41362
|
"summary": "Provision and invite a SCIM user",
|
|
41546
|
-
"description": "This endpoint does not exist
|
|
41363
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41547
41364
|
"tags": ["scim"],
|
|
41548
41365
|
"operationId": "scim/provision-and-invite-user",
|
|
41549
41366
|
"externalDocs": {
|
|
41550
41367
|
"description": "API method documentation",
|
|
41551
41368
|
"url": "https://docs.github.com/rest/reference/scim#provision-and-invite-a-scim-user"
|
|
41552
41369
|
},
|
|
41553
|
-
"x-octokit": { "api.github.com
|
|
41370
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41554
41371
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41555
41372
|
}
|
|
41556
41373
|
},
|
|
41557
41374
|
"/scim/v2/organizations/{org}/Users/{scim_user_id}": {
|
|
41558
41375
|
"get": {
|
|
41559
41376
|
"summary": "Get SCIM provisioning information for a user",
|
|
41560
|
-
"description": "This endpoint does not exist
|
|
41377
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41561
41378
|
"tags": ["scim"],
|
|
41562
41379
|
"operationId": "scim/get-provisioning-information-for-user",
|
|
41563
41380
|
"externalDocs": {
|
|
41564
41381
|
"description": "API method documentation",
|
|
41565
41382
|
"url": "https://docs.github.com/rest/reference/scim#get-scim-provisioning-information-for-a-user"
|
|
41566
41383
|
},
|
|
41567
|
-
"x-octokit": { "api.github.com
|
|
41384
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41568
41385
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41569
41386
|
},
|
|
41570
41387
|
"put": {
|
|
41571
41388
|
"summary": "Update a provisioned organization membership",
|
|
41572
|
-
"description": "This endpoint does not exist
|
|
41389
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41573
41390
|
"tags": ["scim"],
|
|
41574
41391
|
"operationId": "scim/set-information-for-provisioned-user",
|
|
41575
41392
|
"externalDocs": {
|
|
41576
41393
|
"description": "API method documentation",
|
|
41577
41394
|
"url": "https://docs.github.com/rest/reference/scim#set-scim-information-for-a-provisioned-user"
|
|
41578
41395
|
},
|
|
41579
|
-
"x-octokit": { "api.github.com
|
|
41396
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41580
41397
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41581
41398
|
},
|
|
41582
41399
|
"delete": {
|
|
41583
41400
|
"summary": "Delete a SCIM user from an organization",
|
|
41584
|
-
"description": "This endpoint does not exist
|
|
41401
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41585
41402
|
"tags": ["scim"],
|
|
41586
41403
|
"operationId": "scim/delete-user-from-org",
|
|
41587
41404
|
"externalDocs": {
|
|
41588
41405
|
"description": "API method documentation",
|
|
41589
41406
|
"url": "https://docs.github.com/rest/reference/scim#delete-a-scim-user-from-an-organization"
|
|
41590
41407
|
},
|
|
41591
|
-
"x-octokit": { "api.github.com
|
|
41408
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41592
41409
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41593
41410
|
},
|
|
41594
41411
|
"patch": {
|
|
41595
41412
|
"summary": "Update an attribute for a SCIM user",
|
|
41596
|
-
"description": "This endpoint does not exist
|
|
41413
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41597
41414
|
"tags": ["scim"],
|
|
41598
41415
|
"operationId": "scim/update-attribute-for-user",
|
|
41599
41416
|
"externalDocs": {
|
|
41600
41417
|
"description": "API method documentation",
|
|
41601
41418
|
"url": "https://docs.github.com/rest/reference/scim#update-an-attribute-for-a-scim-user"
|
|
41602
41419
|
},
|
|
41603
|
-
"x-octokit": { "api.github.com
|
|
41420
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41604
41421
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41605
41422
|
}
|
|
41606
41423
|
},
|
|
41607
41424
|
"/teams/{team_id}/invitations": {
|
|
41608
41425
|
"get": {
|
|
41609
41426
|
"summary": "List pending team invitations (Legacy)",
|
|
41610
|
-
"description": "This endpoint does not exist
|
|
41427
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41611
41428
|
"tags": ["teams"],
|
|
41612
41429
|
"operationId": "teams/list-pending-invitations-legacy",
|
|
41613
41430
|
"externalDocs": {
|
|
@@ -41615,14 +41432,14 @@
|
|
|
41615
41432
|
"url": "https://docs.github.com/rest/reference/teams#list-pending-team-invitations-legacy"
|
|
41616
41433
|
},
|
|
41617
41434
|
"deprecated": true,
|
|
41618
|
-
"x-octokit": { "api.github.com
|
|
41435
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41619
41436
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41620
41437
|
}
|
|
41621
41438
|
},
|
|
41622
41439
|
"/teams/{team_id}/team-sync/group-mappings": {
|
|
41623
41440
|
"get": {
|
|
41624
41441
|
"summary": "List IdP groups for a team (Legacy)",
|
|
41625
|
-
"description": "This endpoint does not exist
|
|
41442
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41626
41443
|
"tags": ["teams"],
|
|
41627
41444
|
"operationId": "teams/list-idp-groups-for-legacy",
|
|
41628
41445
|
"externalDocs": {
|
|
@@ -41630,12 +41447,12 @@
|
|
|
41630
41447
|
"url": "https://docs.github.com/rest/reference/teams#list-idp-groups-for-a-team-legacy"
|
|
41631
41448
|
},
|
|
41632
41449
|
"deprecated": true,
|
|
41633
|
-
"x-octokit": { "api.github.com
|
|
41450
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41634
41451
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41635
41452
|
},
|
|
41636
41453
|
"patch": {
|
|
41637
41454
|
"summary": "Create or update IdP group connections (Legacy)",
|
|
41638
|
-
"description": "This endpoint does not exist
|
|
41455
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41639
41456
|
"tags": ["teams"],
|
|
41640
41457
|
"operationId": "teams/create-or-update-idp-group-connections-legacy",
|
|
41641
41458
|
"externalDocs": {
|
|
@@ -41643,669 +41460,669 @@
|
|
|
41643
41460
|
"url": "https://docs.github.com/rest/reference/teams#create-or-update-idp-group-connections-legacy"
|
|
41644
41461
|
},
|
|
41645
41462
|
"deprecated": true,
|
|
41646
|
-
"x-octokit": { "api.github.com
|
|
41463
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41647
41464
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41648
41465
|
}
|
|
41649
41466
|
},
|
|
41650
41467
|
"/user/blocks": {
|
|
41651
41468
|
"get": {
|
|
41652
41469
|
"summary": "List users blocked by the authenticated user",
|
|
41653
|
-
"description": "This endpoint does not exist
|
|
41470
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41654
41471
|
"tags": ["users"],
|
|
41655
41472
|
"operationId": "users/list-blocked-by-authenticated-user",
|
|
41656
41473
|
"externalDocs": {
|
|
41657
41474
|
"description": "API method documentation",
|
|
41658
41475
|
"url": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user"
|
|
41659
41476
|
},
|
|
41660
|
-
"x-octokit": { "api.github.com
|
|
41477
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41661
41478
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41662
41479
|
}
|
|
41663
41480
|
},
|
|
41664
41481
|
"/user/blocks/{username}": {
|
|
41665
41482
|
"get": {
|
|
41666
41483
|
"summary": "Check if a user is blocked by the authenticated user",
|
|
41667
|
-
"description": "This endpoint does not exist
|
|
41484
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41668
41485
|
"tags": ["users"],
|
|
41669
41486
|
"operationId": "users/check-blocked",
|
|
41670
41487
|
"externalDocs": {
|
|
41671
41488
|
"description": "API method documentation",
|
|
41672
41489
|
"url": "https://docs.github.com/rest/reference/users#check-if-a-user-is-blocked-by-the-authenticated-user"
|
|
41673
41490
|
},
|
|
41674
|
-
"x-octokit": { "api.github.com
|
|
41491
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41675
41492
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41676
41493
|
},
|
|
41677
41494
|
"put": {
|
|
41678
41495
|
"summary": "Block a user",
|
|
41679
|
-
"description": "This endpoint does not exist
|
|
41496
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41680
41497
|
"tags": ["users"],
|
|
41681
41498
|
"operationId": "users/block",
|
|
41682
41499
|
"externalDocs": {
|
|
41683
41500
|
"description": "API method documentation",
|
|
41684
41501
|
"url": "https://docs.github.com/rest/reference/users#block-a-user"
|
|
41685
41502
|
},
|
|
41686
|
-
"x-octokit": { "api.github.com
|
|
41503
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41687
41504
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41688
41505
|
},
|
|
41689
41506
|
"delete": {
|
|
41690
41507
|
"summary": "Unblock a user",
|
|
41691
|
-
"description": "This endpoint does not exist
|
|
41508
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41692
41509
|
"tags": ["users"],
|
|
41693
41510
|
"operationId": "users/unblock",
|
|
41694
41511
|
"externalDocs": {
|
|
41695
41512
|
"description": "API method documentation",
|
|
41696
41513
|
"url": "https://docs.github.com/rest/reference/users#unblock-a-user"
|
|
41697
41514
|
},
|
|
41698
|
-
"x-octokit": { "api.github.com
|
|
41515
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41699
41516
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41700
41517
|
}
|
|
41701
41518
|
},
|
|
41702
41519
|
"/user/codespaces": {
|
|
41703
41520
|
"get": {
|
|
41704
41521
|
"summary": "List codespaces for the authenticated user",
|
|
41705
|
-
"description": "This endpoint does not exist
|
|
41522
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41706
41523
|
"tags": ["codespaces"],
|
|
41707
41524
|
"operationId": "codespaces/list-for-authenticated-user",
|
|
41708
41525
|
"externalDocs": {
|
|
41709
41526
|
"description": "API method documentation",
|
|
41710
41527
|
"url": "https://docs.github.com/rest/reference/codespaces#list-codespaces-for-the-authenticated-user"
|
|
41711
41528
|
},
|
|
41712
|
-
"x-octokit": { "api.github.com
|
|
41529
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41713
41530
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41714
41531
|
},
|
|
41715
41532
|
"post": {
|
|
41716
41533
|
"summary": "Create a codespace for the authenticated user",
|
|
41717
|
-
"description": "This endpoint does not exist
|
|
41534
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41718
41535
|
"tags": ["codespaces"],
|
|
41719
41536
|
"operationId": "codespaces/create-for-authenticated-user",
|
|
41720
41537
|
"externalDocs": {
|
|
41721
41538
|
"description": "API method documentation",
|
|
41722
41539
|
"url": "https://docs.github.com/rest/reference/codespaces#create-a-codespace-for-the-authenticated-user"
|
|
41723
41540
|
},
|
|
41724
|
-
"x-octokit": { "api.github.com
|
|
41541
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41725
41542
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41726
41543
|
}
|
|
41727
41544
|
},
|
|
41728
41545
|
"/user/codespaces/secrets": {
|
|
41729
41546
|
"get": {
|
|
41730
41547
|
"summary": "List secrets for the authenticated user",
|
|
41731
|
-
"description": "This endpoint does not exist
|
|
41548
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41732
41549
|
"tags": ["codespaces"],
|
|
41733
41550
|
"operationId": "codespaces/list-secrets-for-authenticated-user",
|
|
41734
41551
|
"externalDocs": {
|
|
41735
41552
|
"description": "API method documentation",
|
|
41736
41553
|
"url": "https://docs.github.com/rest/reference/codespaces#list-secrets-for-the-authenticated-user"
|
|
41737
41554
|
},
|
|
41738
|
-
"x-octokit": { "api.github.com
|
|
41555
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41739
41556
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41740
41557
|
}
|
|
41741
41558
|
},
|
|
41742
41559
|
"/user/codespaces/secrets/public-key": {
|
|
41743
41560
|
"get": {
|
|
41744
41561
|
"summary": "Get public key for the authenticated user",
|
|
41745
|
-
"description": "This endpoint does not exist
|
|
41562
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41746
41563
|
"tags": ["codespaces"],
|
|
41747
41564
|
"operationId": "codespaces/get-public-key-for-authenticated-user",
|
|
41748
41565
|
"externalDocs": {
|
|
41749
41566
|
"description": "API method documentation",
|
|
41750
41567
|
"url": "https://docs.github.com/rest/reference/codespaces#get-public-key-for-the-authenticated-user"
|
|
41751
41568
|
},
|
|
41752
|
-
"x-octokit": { "api.github.com
|
|
41569
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41753
41570
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41754
41571
|
}
|
|
41755
41572
|
},
|
|
41756
41573
|
"/user/codespaces/secrets/{secret_name}": {
|
|
41757
41574
|
"get": {
|
|
41758
41575
|
"summary": "Get a secret for the authenticated user",
|
|
41759
|
-
"description": "This endpoint does not exist
|
|
41576
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41760
41577
|
"tags": ["codespaces"],
|
|
41761
41578
|
"operationId": "codespaces/get-secret-for-authenticated-user",
|
|
41762
41579
|
"externalDocs": {
|
|
41763
41580
|
"description": "API method documentation",
|
|
41764
41581
|
"url": "https://docs.github.com/rest/reference/codespaces#get-a-secret-for-the-authenticated-user"
|
|
41765
41582
|
},
|
|
41766
|
-
"x-octokit": { "api.github.com
|
|
41583
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41767
41584
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41768
41585
|
},
|
|
41769
41586
|
"put": {
|
|
41770
41587
|
"summary": "Create or update a secret for the authenticated user",
|
|
41771
|
-
"description": "This endpoint does not exist
|
|
41588
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41772
41589
|
"tags": ["codespaces"],
|
|
41773
41590
|
"operationId": "codespaces/create-or-update-secret-for-authenticated-user",
|
|
41774
41591
|
"externalDocs": {
|
|
41775
41592
|
"description": "API method documentation",
|
|
41776
41593
|
"url": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-secret-for-the-authenticated-user"
|
|
41777
41594
|
},
|
|
41778
|
-
"x-octokit": { "api.github.com
|
|
41595
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41779
41596
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41780
41597
|
},
|
|
41781
41598
|
"delete": {
|
|
41782
41599
|
"summary": "Delete a secret for the authenticated user",
|
|
41783
|
-
"description": "This endpoint does not exist
|
|
41600
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41784
41601
|
"tags": ["codespaces"],
|
|
41785
41602
|
"operationId": "codespaces/delete-secret-for-authenticated-user",
|
|
41786
41603
|
"externalDocs": {
|
|
41787
41604
|
"description": "API method documentation",
|
|
41788
41605
|
"url": "https://docs.github.com/rest/reference/codespaces#delete-a-secret-for-the-authenticated-user"
|
|
41789
41606
|
},
|
|
41790
|
-
"x-octokit": { "api.github.com
|
|
41607
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41791
41608
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41792
41609
|
}
|
|
41793
41610
|
},
|
|
41794
41611
|
"/user/codespaces/secrets/{secret_name}/repositories": {
|
|
41795
41612
|
"get": {
|
|
41796
41613
|
"summary": "List selected repositories for a user secret",
|
|
41797
|
-
"description": "This endpoint does not exist
|
|
41614
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41798
41615
|
"tags": ["codespaces"],
|
|
41799
41616
|
"operationId": "codespaces/list-repositories-for-secret-for-authenticated-user",
|
|
41800
41617
|
"externalDocs": {
|
|
41801
41618
|
"description": "API method documentation",
|
|
41802
41619
|
"url": "https://docs.github.com/rest/reference/codespaces#list-selected-repositories-for-a-user-secret"
|
|
41803
41620
|
},
|
|
41804
|
-
"x-octokit": { "api.github.com
|
|
41621
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41805
41622
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41806
41623
|
},
|
|
41807
41624
|
"put": {
|
|
41808
41625
|
"summary": "Set selected repositories for a user secret",
|
|
41809
|
-
"description": "This endpoint does not exist
|
|
41626
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41810
41627
|
"tags": ["codespaces"],
|
|
41811
41628
|
"operationId": "codespaces/set-repositories-for-secret-for-authenticated-user",
|
|
41812
41629
|
"externalDocs": {
|
|
41813
41630
|
"description": "API method documentation",
|
|
41814
41631
|
"url": "https://docs.github.com/rest/reference/codespaces#set-selected-repositories-for-a-user-secret"
|
|
41815
41632
|
},
|
|
41816
|
-
"x-octokit": { "api.github.com
|
|
41633
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41817
41634
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41818
41635
|
}
|
|
41819
41636
|
},
|
|
41820
41637
|
"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": {
|
|
41821
41638
|
"put": {
|
|
41822
41639
|
"summary": "Add a selected repository to a user secret",
|
|
41823
|
-
"description": "This endpoint does not exist
|
|
41640
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41824
41641
|
"tags": ["codespaces"],
|
|
41825
41642
|
"operationId": "codespaces/add-repository-for-secret-for-authenticated-user",
|
|
41826
41643
|
"externalDocs": {
|
|
41827
41644
|
"description": "API method documentation",
|
|
41828
41645
|
"url": "https://docs.github.com/rest/reference/codespaces#add-a-selected-repository-to-a-user-secret"
|
|
41829
41646
|
},
|
|
41830
|
-
"x-octokit": { "api.github.com
|
|
41647
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41831
41648
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41832
41649
|
},
|
|
41833
41650
|
"delete": {
|
|
41834
41651
|
"summary": "Remove a selected repository from a user secret",
|
|
41835
|
-
"description": "This endpoint does not exist
|
|
41652
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41836
41653
|
"tags": ["codespaces"],
|
|
41837
41654
|
"operationId": "codespaces/remove-repository-for-secret-for-authenticated-user",
|
|
41838
41655
|
"externalDocs": {
|
|
41839
41656
|
"description": "API method documentation",
|
|
41840
41657
|
"url": "https://docs.github.com/rest/reference/codespaces#remove-a-selected-repository-from-a-user-secret"
|
|
41841
41658
|
},
|
|
41842
|
-
"x-octokit": { "api.github.com
|
|
41659
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41843
41660
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41844
41661
|
}
|
|
41845
41662
|
},
|
|
41846
41663
|
"/user/codespaces/{codespace_name}": {
|
|
41847
41664
|
"get": {
|
|
41848
41665
|
"summary": "Get a codespace for the authenticated user",
|
|
41849
|
-
"description": "This endpoint does not exist
|
|
41666
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41850
41667
|
"tags": ["codespaces"],
|
|
41851
41668
|
"operationId": "codespaces/get-for-authenticated-user",
|
|
41852
41669
|
"externalDocs": {
|
|
41853
41670
|
"description": "API method documentation",
|
|
41854
41671
|
"url": "https://docs.github.com/rest/reference/codespaces#get-a-codespace-for-the-authenticated-user"
|
|
41855
41672
|
},
|
|
41856
|
-
"x-octokit": { "api.github.com
|
|
41673
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41857
41674
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41858
41675
|
},
|
|
41859
41676
|
"delete": {
|
|
41860
41677
|
"summary": "Delete a codespace for the authenticated user",
|
|
41861
|
-
"description": "This endpoint does not exist
|
|
41678
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41862
41679
|
"tags": ["codespaces"],
|
|
41863
41680
|
"operationId": "codespaces/delete-for-authenticated-user",
|
|
41864
41681
|
"externalDocs": {
|
|
41865
41682
|
"description": "API method documentation",
|
|
41866
41683
|
"url": "https://docs.github.com/rest/reference/codespaces#delete-a-codespace-for-the-authenticated-user"
|
|
41867
41684
|
},
|
|
41868
|
-
"x-octokit": { "api.github.com
|
|
41685
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41869
41686
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41870
41687
|
},
|
|
41871
41688
|
"patch": {
|
|
41872
41689
|
"summary": "Update a codespace for the authenticated user",
|
|
41873
|
-
"description": "This endpoint does not exist
|
|
41690
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41874
41691
|
"tags": ["codespaces"],
|
|
41875
41692
|
"operationId": "codespaces/update-for-authenticated-user",
|
|
41876
41693
|
"externalDocs": {
|
|
41877
41694
|
"description": "API method documentation",
|
|
41878
41695
|
"url": "https://docs.github.com/rest/reference/codespaces#update-a-codespace-for-the-authenticated-user"
|
|
41879
41696
|
},
|
|
41880
|
-
"x-octokit": { "api.github.com
|
|
41697
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41881
41698
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41882
41699
|
}
|
|
41883
41700
|
},
|
|
41884
41701
|
"/user/codespaces/{codespace_name}/exports": {
|
|
41885
41702
|
"post": {
|
|
41886
41703
|
"summary": "Export a codespace for the authenticated user",
|
|
41887
|
-
"description": "This endpoint does not exist
|
|
41704
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41888
41705
|
"tags": ["codespaces"],
|
|
41889
41706
|
"operationId": "codespaces/export-for-authenticated-user",
|
|
41890
|
-
"x-octokit": { "api.github.com
|
|
41707
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41891
41708
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41892
41709
|
}
|
|
41893
41710
|
},
|
|
41894
41711
|
"/user/codespaces/{codespace_name}/exports/{export_id}": {
|
|
41895
41712
|
"get": {
|
|
41896
41713
|
"summary": "Get details about a codespace export",
|
|
41897
|
-
"description": "This endpoint does not exist
|
|
41714
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41898
41715
|
"tags": ["codespaces"],
|
|
41899
41716
|
"operationId": "codespaces/get-export-details-for-authenticated-user",
|
|
41900
|
-
"x-octokit": { "api.github.com
|
|
41717
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41901
41718
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41902
41719
|
}
|
|
41903
41720
|
},
|
|
41904
41721
|
"/user/codespaces/{codespace_name}/machines": {
|
|
41905
41722
|
"get": {
|
|
41906
41723
|
"summary": "List machine types for a codespace",
|
|
41907
|
-
"description": "This endpoint does not exist
|
|
41724
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41908
41725
|
"tags": ["codespaces"],
|
|
41909
41726
|
"operationId": "codespaces/codespace-machines-for-authenticated-user",
|
|
41910
41727
|
"externalDocs": {
|
|
41911
41728
|
"description": "API method documentation",
|
|
41912
41729
|
"url": "https://docs.github.com/rest/reference/codespaces#list-machine-types-for-a-codespace"
|
|
41913
41730
|
},
|
|
41914
|
-
"x-octokit": { "api.github.com
|
|
41731
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41915
41732
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41916
41733
|
}
|
|
41917
41734
|
},
|
|
41918
41735
|
"/user/codespaces/{codespace_name}/start": {
|
|
41919
41736
|
"post": {
|
|
41920
41737
|
"summary": "Start a codespace for the authenticated user",
|
|
41921
|
-
"description": "This endpoint does not exist
|
|
41738
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41922
41739
|
"tags": ["codespaces"],
|
|
41923
41740
|
"operationId": "codespaces/start-for-authenticated-user",
|
|
41924
41741
|
"externalDocs": {
|
|
41925
41742
|
"description": "API method documentation",
|
|
41926
41743
|
"url": "https://docs.github.com/rest/reference/codespaces#start-a-codespace-for-the-authenticated-user"
|
|
41927
41744
|
},
|
|
41928
|
-
"x-octokit": { "api.github.com
|
|
41745
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41929
41746
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41930
41747
|
}
|
|
41931
41748
|
},
|
|
41932
41749
|
"/user/codespaces/{codespace_name}/stop": {
|
|
41933
41750
|
"post": {
|
|
41934
41751
|
"summary": "Stop a codespace for the authenticated user",
|
|
41935
|
-
"description": "This endpoint does not exist
|
|
41752
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41936
41753
|
"tags": ["codespaces"],
|
|
41937
41754
|
"operationId": "codespaces/stop-for-authenticated-user",
|
|
41938
41755
|
"externalDocs": {
|
|
41939
41756
|
"description": "API method documentation",
|
|
41940
41757
|
"url": "https://docs.github.com/rest/reference/codespaces#stop-a-codespace-for-the-authenticated-user"
|
|
41941
41758
|
},
|
|
41942
|
-
"x-octokit": { "api.github.com
|
|
41759
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41943
41760
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41944
41761
|
}
|
|
41945
41762
|
},
|
|
41946
41763
|
"/user/email/visibility": {
|
|
41947
41764
|
"patch": {
|
|
41948
41765
|
"summary": "Set primary email visibility for the authenticated user",
|
|
41949
|
-
"description": "This endpoint does not exist
|
|
41766
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41950
41767
|
"tags": ["users"],
|
|
41951
41768
|
"operationId": "users/set-primary-email-visibility-for-authenticated-user",
|
|
41952
41769
|
"externalDocs": {
|
|
41953
41770
|
"description": "API method documentation",
|
|
41954
41771
|
"url": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user"
|
|
41955
41772
|
},
|
|
41956
|
-
"x-octokit": { "api.github.com
|
|
41773
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41957
41774
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41958
41775
|
}
|
|
41959
41776
|
},
|
|
41960
41777
|
"/user/interaction-limits": {
|
|
41961
41778
|
"get": {
|
|
41962
41779
|
"summary": "Get interaction restrictions for your public repositories",
|
|
41963
|
-
"description": "This endpoint does not exist
|
|
41780
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41964
41781
|
"tags": ["interactions"],
|
|
41965
41782
|
"operationId": "interactions/get-restrictions-for-authenticated-user",
|
|
41966
41783
|
"externalDocs": {
|
|
41967
41784
|
"description": "API method documentation",
|
|
41968
41785
|
"url": "https://docs.github.com/rest/reference/interactions#get-interaction-restrictions-for-your-public-repositories"
|
|
41969
41786
|
},
|
|
41970
|
-
"x-octokit": { "api.github.com
|
|
41787
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41971
41788
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41972
41789
|
},
|
|
41973
41790
|
"put": {
|
|
41974
41791
|
"summary": "Set interaction restrictions for your public repositories",
|
|
41975
|
-
"description": "This endpoint does not exist
|
|
41792
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41976
41793
|
"tags": ["interactions"],
|
|
41977
41794
|
"operationId": "interactions/set-restrictions-for-authenticated-user",
|
|
41978
41795
|
"externalDocs": {
|
|
41979
41796
|
"description": "API method documentation",
|
|
41980
41797
|
"url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories"
|
|
41981
41798
|
},
|
|
41982
|
-
"x-octokit": { "api.github.com
|
|
41799
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41983
41800
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41984
41801
|
},
|
|
41985
41802
|
"delete": {
|
|
41986
41803
|
"summary": "Remove interaction restrictions from your public repositories",
|
|
41987
|
-
"description": "This endpoint does not exist
|
|
41804
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
41988
41805
|
"tags": ["interactions"],
|
|
41989
41806
|
"operationId": "interactions/remove-restrictions-for-authenticated-user",
|
|
41990
41807
|
"externalDocs": {
|
|
41991
41808
|
"description": "API method documentation",
|
|
41992
41809
|
"url": "https://docs.github.com/rest/reference/interactions#remove-interaction-restrictions-from-your-public-repositories"
|
|
41993
41810
|
},
|
|
41994
|
-
"x-octokit": { "api.github.com
|
|
41811
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
41995
41812
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
41996
41813
|
}
|
|
41997
41814
|
},
|
|
41998
41815
|
"/user/marketplace_purchases": {
|
|
41999
41816
|
"get": {
|
|
42000
41817
|
"summary": "List subscriptions for the authenticated user",
|
|
42001
|
-
"description": "This endpoint does not exist
|
|
41818
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42002
41819
|
"tags": ["apps"],
|
|
42003
41820
|
"operationId": "apps/list-subscriptions-for-authenticated-user",
|
|
42004
41821
|
"externalDocs": {
|
|
42005
41822
|
"description": "API method documentation",
|
|
42006
41823
|
"url": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user"
|
|
42007
41824
|
},
|
|
42008
|
-
"x-octokit": { "api.github.com
|
|
41825
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42009
41826
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42010
41827
|
}
|
|
42011
41828
|
},
|
|
42012
41829
|
"/user/marketplace_purchases/stubbed": {
|
|
42013
41830
|
"get": {
|
|
42014
41831
|
"summary": "List subscriptions for the authenticated user (stubbed)",
|
|
42015
|
-
"description": "This endpoint does not exist
|
|
41832
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42016
41833
|
"tags": ["apps"],
|
|
42017
41834
|
"operationId": "apps/list-subscriptions-for-authenticated-user-stubbed",
|
|
42018
41835
|
"externalDocs": {
|
|
42019
41836
|
"description": "API method documentation",
|
|
42020
41837
|
"url": "https://docs.github.com/rest/reference/apps#list-subscriptions-for-the-authenticated-user-stubbed"
|
|
42021
41838
|
},
|
|
42022
|
-
"x-octokit": { "api.github.com
|
|
41839
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42023
41840
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42024
41841
|
}
|
|
42025
41842
|
},
|
|
42026
41843
|
"/user/migrations/{migration_id}": {
|
|
42027
41844
|
"get": {
|
|
42028
41845
|
"summary": "Get a user migration status",
|
|
42029
|
-
"description": "This endpoint does not exist
|
|
41846
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42030
41847
|
"tags": ["migrations"],
|
|
42031
41848
|
"operationId": "migrations/get-status-for-authenticated-user",
|
|
42032
41849
|
"externalDocs": {
|
|
42033
41850
|
"description": "API method documentation",
|
|
42034
41851
|
"url": "https://docs.github.com/rest/reference/migrations#get-a-user-migration-status"
|
|
42035
41852
|
},
|
|
42036
|
-
"x-octokit": { "api.github.com
|
|
41853
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42037
41854
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42038
41855
|
}
|
|
42039
41856
|
},
|
|
42040
41857
|
"/user/migrations/{migration_id}/repos/{repo_name}/lock": {
|
|
42041
41858
|
"delete": {
|
|
42042
41859
|
"summary": "Unlock a user repository",
|
|
42043
|
-
"description": "This endpoint does not exist
|
|
41860
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42044
41861
|
"tags": ["migrations"],
|
|
42045
41862
|
"operationId": "migrations/unlock-repo-for-authenticated-user",
|
|
42046
41863
|
"externalDocs": {
|
|
42047
41864
|
"description": "API method documentation",
|
|
42048
41865
|
"url": "https://docs.github.com/rest/reference/migrations#unlock-a-user-repository"
|
|
42049
41866
|
},
|
|
42050
|
-
"x-octokit": { "api.github.com
|
|
41867
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42051
41868
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42052
41869
|
}
|
|
42053
41870
|
},
|
|
42054
41871
|
"/user/packages": {
|
|
42055
41872
|
"get": {
|
|
42056
41873
|
"summary": "List packages for the authenticated user's namespace",
|
|
42057
|
-
"description": "This endpoint does not exist
|
|
41874
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42058
41875
|
"tags": ["packages"],
|
|
42059
41876
|
"operationId": "packages/list-packages-for-authenticated-user",
|
|
42060
41877
|
"externalDocs": {
|
|
42061
41878
|
"description": "API method documentation",
|
|
42062
41879
|
"url": "https://docs.github.com/rest/reference/packages#list-packages-for-the-authenticated-user"
|
|
42063
41880
|
},
|
|
42064
|
-
"x-octokit": { "api.github.com
|
|
41881
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42065
41882
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42066
41883
|
}
|
|
42067
41884
|
},
|
|
42068
41885
|
"/user/packages/{package_type}/{package_name}": {
|
|
42069
41886
|
"get": {
|
|
42070
41887
|
"summary": "Get a package for the authenticated user",
|
|
42071
|
-
"description": "This endpoint does not exist
|
|
41888
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42072
41889
|
"tags": ["packages"],
|
|
42073
41890
|
"operationId": "packages/get-package-for-authenticated-user",
|
|
42074
41891
|
"externalDocs": {
|
|
42075
41892
|
"description": "API method documentation",
|
|
42076
41893
|
"url": "https://docs.github.com/rest/reference/packages#get-a-package-for-the-authenticated-user"
|
|
42077
41894
|
},
|
|
42078
|
-
"x-octokit": { "api.github.com
|
|
41895
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42079
41896
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42080
41897
|
},
|
|
42081
41898
|
"delete": {
|
|
42082
41899
|
"summary": "Delete a package for the authenticated user",
|
|
42083
|
-
"description": "This endpoint does not exist
|
|
41900
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42084
41901
|
"tags": ["packages"],
|
|
42085
41902
|
"operationId": "packages/delete-package-for-authenticated-user",
|
|
42086
41903
|
"externalDocs": {
|
|
42087
41904
|
"description": "API method documentation",
|
|
42088
41905
|
"url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-the-authenticated-user"
|
|
42089
41906
|
},
|
|
42090
|
-
"x-octokit": { "api.github.com
|
|
41907
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42091
41908
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42092
41909
|
}
|
|
42093
41910
|
},
|
|
42094
41911
|
"/user/packages/{package_type}/{package_name}/restore": {
|
|
42095
41912
|
"post": {
|
|
42096
41913
|
"summary": "Restore a package for the authenticated user",
|
|
42097
|
-
"description": "This endpoint does not exist
|
|
41914
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42098
41915
|
"tags": ["packages"],
|
|
42099
41916
|
"operationId": "packages/restore-package-for-authenticated-user",
|
|
42100
41917
|
"externalDocs": {
|
|
42101
41918
|
"description": "API method documentation",
|
|
42102
41919
|
"url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-the-authenticated-user"
|
|
42103
41920
|
},
|
|
42104
|
-
"x-octokit": { "api.github.com
|
|
41921
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42105
41922
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42106
41923
|
}
|
|
42107
41924
|
},
|
|
42108
41925
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
42109
41926
|
"get": {
|
|
42110
41927
|
"summary": "Get all package versions for a package owned by the authenticated user",
|
|
42111
|
-
"description": "This endpoint does not exist
|
|
41928
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42112
41929
|
"tags": ["packages"],
|
|
42113
41930
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
42114
41931
|
"externalDocs": {
|
|
42115
41932
|
"description": "API method documentation",
|
|
42116
41933
|
"url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
42117
41934
|
},
|
|
42118
|
-
"x-octokit": { "api.github.com
|
|
41935
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42119
41936
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42120
41937
|
}
|
|
42121
41938
|
},
|
|
42122
41939
|
"/user/packages/{package_type}/{package_name}/versions/{package_version_id}": {
|
|
42123
41940
|
"get": {
|
|
42124
41941
|
"summary": "Get a package version for the authenticated user",
|
|
42125
|
-
"description": "This endpoint does not exist
|
|
41942
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42126
41943
|
"tags": ["packages"],
|
|
42127
41944
|
"operationId": "packages/get-package-version-for-authenticated-user",
|
|
42128
41945
|
"externalDocs": {
|
|
42129
41946
|
"description": "API method documentation",
|
|
42130
41947
|
"url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-the-authenticated-user"
|
|
42131
41948
|
},
|
|
42132
|
-
"x-octokit": { "api.github.com
|
|
41949
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42133
41950
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42134
41951
|
},
|
|
42135
41952
|
"delete": {
|
|
42136
41953
|
"summary": "Delete a package version for the authenticated user",
|
|
42137
|
-
"description": "This endpoint does not exist
|
|
41954
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42138
41955
|
"tags": ["packages"],
|
|
42139
41956
|
"operationId": "packages/delete-package-version-for-authenticated-user",
|
|
42140
41957
|
"externalDocs": {
|
|
42141
41958
|
"description": "API method documentation",
|
|
42142
41959
|
"url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-the-authenticated-user"
|
|
42143
41960
|
},
|
|
42144
|
-
"x-octokit": { "api.github.com
|
|
41961
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42145
41962
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42146
41963
|
}
|
|
42147
41964
|
},
|
|
42148
41965
|
"/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
|
|
42149
41966
|
"post": {
|
|
42150
41967
|
"summary": "Restore a package version for the authenticated user",
|
|
42151
|
-
"description": "This endpoint does not exist
|
|
41968
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42152
41969
|
"tags": ["packages"],
|
|
42153
41970
|
"operationId": "packages/restore-package-version-for-authenticated-user",
|
|
42154
41971
|
"externalDocs": {
|
|
42155
41972
|
"description": "API method documentation",
|
|
42156
41973
|
"url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-the-authenticated-user"
|
|
42157
41974
|
},
|
|
42158
|
-
"x-octokit": { "api.github.com
|
|
41975
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42159
41976
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42160
41977
|
}
|
|
42161
41978
|
},
|
|
42162
41979
|
"/users/{username}/packages": {
|
|
42163
41980
|
"get": {
|
|
42164
41981
|
"summary": "List packages for a user",
|
|
42165
|
-
"description": "This endpoint does not exist
|
|
41982
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42166
41983
|
"tags": ["packages"],
|
|
42167
41984
|
"operationId": "packages/list-packages-for-user",
|
|
42168
41985
|
"externalDocs": {
|
|
42169
41986
|
"description": "API method documentation",
|
|
42170
41987
|
"url": "https://docs.github.com/rest/reference/packages#list-packages-for-user"
|
|
42171
41988
|
},
|
|
42172
|
-
"x-octokit": { "api.github.com
|
|
41989
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42173
41990
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42174
41991
|
}
|
|
42175
41992
|
},
|
|
42176
41993
|
"/users/{username}/packages/{package_type}/{package_name}": {
|
|
42177
41994
|
"get": {
|
|
42178
41995
|
"summary": "Get a package for a user",
|
|
42179
|
-
"description": "This endpoint does not exist
|
|
41996
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42180
41997
|
"tags": ["packages"],
|
|
42181
41998
|
"operationId": "packages/get-package-for-user",
|
|
42182
41999
|
"externalDocs": {
|
|
42183
42000
|
"description": "API method documentation",
|
|
42184
42001
|
"url": "https://docs.github.com/rest/reference/packages#get-a-package-for-a-user"
|
|
42185
42002
|
},
|
|
42186
|
-
"x-octokit": { "api.github.com
|
|
42003
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42187
42004
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42188
42005
|
},
|
|
42189
42006
|
"delete": {
|
|
42190
42007
|
"summary": "Delete a package for a user",
|
|
42191
|
-
"description": "This endpoint does not exist
|
|
42008
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42192
42009
|
"tags": ["packages"],
|
|
42193
42010
|
"operationId": "packages/delete-package-for-user",
|
|
42194
42011
|
"externalDocs": {
|
|
42195
42012
|
"description": "API method documentation",
|
|
42196
42013
|
"url": "https://docs.github.com/rest/reference/packages#delete-a-package-for-a-user"
|
|
42197
42014
|
},
|
|
42198
|
-
"x-octokit": { "api.github.com
|
|
42015
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42199
42016
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42200
42017
|
}
|
|
42201
42018
|
},
|
|
42202
42019
|
"/users/{username}/packages/{package_type}/{package_name}/restore": {
|
|
42203
42020
|
"post": {
|
|
42204
42021
|
"summary": "Restore a package for a user",
|
|
42205
|
-
"description": "This endpoint does not exist
|
|
42022
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42206
42023
|
"tags": ["packages"],
|
|
42207
42024
|
"operationId": "packages/restore-package-for-user",
|
|
42208
42025
|
"externalDocs": {
|
|
42209
42026
|
"description": "API method documentation",
|
|
42210
42027
|
"url": "https://docs.github.com/rest/reference/packages#restore-a-package-for-a-user"
|
|
42211
42028
|
},
|
|
42212
|
-
"x-octokit": { "api.github.com
|
|
42029
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42213
42030
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42214
42031
|
}
|
|
42215
42032
|
},
|
|
42216
42033
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
42217
42034
|
"get": {
|
|
42218
42035
|
"summary": "Get all package versions for a package owned by a user",
|
|
42219
|
-
"description": "This endpoint does not exist
|
|
42036
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42220
42037
|
"tags": ["packages"],
|
|
42221
42038
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
42222
42039
|
"externalDocs": {
|
|
42223
42040
|
"description": "API method documentation",
|
|
42224
42041
|
"url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
42225
42042
|
},
|
|
42226
|
-
"x-octokit": { "api.github.com
|
|
42043
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42227
42044
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42228
42045
|
}
|
|
42229
42046
|
},
|
|
42230
42047
|
"/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": {
|
|
42231
42048
|
"get": {
|
|
42232
42049
|
"summary": "Get a package version for a user",
|
|
42233
|
-
"description": "This endpoint does not exist
|
|
42050
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42234
42051
|
"tags": ["packages"],
|
|
42235
42052
|
"operationId": "packages/get-package-version-for-user",
|
|
42236
42053
|
"externalDocs": {
|
|
42237
42054
|
"description": "API method documentation",
|
|
42238
42055
|
"url": "https://docs.github.com/rest/reference/packages#get-a-package-version-for-a-user"
|
|
42239
42056
|
},
|
|
42240
|
-
"x-octokit": { "api.github.com
|
|
42057
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42241
42058
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42242
42059
|
},
|
|
42243
42060
|
"delete": {
|
|
42244
42061
|
"summary": "Delete package version for a user",
|
|
42245
|
-
"description": "This endpoint does not exist
|
|
42062
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42246
42063
|
"tags": ["packages"],
|
|
42247
42064
|
"operationId": "packages/delete-package-version-for-user",
|
|
42248
42065
|
"externalDocs": {
|
|
42249
42066
|
"description": "API method documentation",
|
|
42250
42067
|
"url": "https://docs.github.com/rest/reference/packages#delete-a-package-version-for-a-user"
|
|
42251
42068
|
},
|
|
42252
|
-
"x-octokit": { "api.github.com
|
|
42069
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42253
42070
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42254
42071
|
}
|
|
42255
42072
|
},
|
|
42256
42073
|
"/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
|
|
42257
42074
|
"post": {
|
|
42258
42075
|
"summary": "Restore package version for a user",
|
|
42259
|
-
"description": "This endpoint does not exist
|
|
42076
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42260
42077
|
"tags": ["packages"],
|
|
42261
42078
|
"operationId": "packages/restore-package-version-for-user",
|
|
42262
42079
|
"externalDocs": {
|
|
42263
42080
|
"description": "API method documentation",
|
|
42264
42081
|
"url": "https://docs.github.com/rest/reference/packages#restore-a-package-version-for-a-user"
|
|
42265
42082
|
},
|
|
42266
|
-
"x-octokit": { "api.github.com
|
|
42083
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42267
42084
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42268
42085
|
}
|
|
42269
42086
|
},
|
|
42270
42087
|
"/users/{username}/settings/billing/actions": {
|
|
42271
42088
|
"get": {
|
|
42272
42089
|
"summary": "Get GitHub Actions billing for a user",
|
|
42273
|
-
"description": "This endpoint does not exist
|
|
42090
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42274
42091
|
"operationId": "billing/get-github-actions-billing-user",
|
|
42275
42092
|
"tags": ["billing"],
|
|
42276
42093
|
"externalDocs": {
|
|
42277
42094
|
"description": "API method documentation",
|
|
42278
42095
|
"url": "https://docs.github.com/rest/reference/billing#get-github-actions-billing-for-a-user"
|
|
42279
42096
|
},
|
|
42280
|
-
"x-octokit": { "api.github.com
|
|
42097
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42281
42098
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42282
42099
|
}
|
|
42283
42100
|
},
|
|
42284
42101
|
"/users/{username}/settings/billing/packages": {
|
|
42285
42102
|
"get": {
|
|
42286
42103
|
"summary": "Get GitHub Packages billing for a user",
|
|
42287
|
-
"description": "This endpoint does not exist
|
|
42104
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42288
42105
|
"operationId": "billing/get-github-packages-billing-user",
|
|
42289
42106
|
"tags": ["billing"],
|
|
42290
42107
|
"externalDocs": {
|
|
42291
42108
|
"description": "API method documentation",
|
|
42292
42109
|
"url": "https://docs.github.com/rest/reference/billing#get-github-packages-billing-for-a-user"
|
|
42293
42110
|
},
|
|
42294
|
-
"x-octokit": { "api.github.com
|
|
42111
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42295
42112
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42296
42113
|
}
|
|
42297
42114
|
},
|
|
42298
42115
|
"/users/{username}/settings/billing/shared-storage": {
|
|
42299
42116
|
"get": {
|
|
42300
42117
|
"summary": "Get shared storage billing for a user",
|
|
42301
|
-
"description": "This endpoint does not exist
|
|
42118
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
|
|
42302
42119
|
"operationId": "billing/get-shared-storage-billing-user",
|
|
42303
42120
|
"tags": ["billing"],
|
|
42304
42121
|
"externalDocs": {
|
|
42305
42122
|
"description": "API method documentation",
|
|
42306
42123
|
"url": "https://docs.github.com/rest/reference/billing#get-shared-storage-billing-for-a-user"
|
|
42307
42124
|
},
|
|
42308
|
-
"x-octokit": { "api.github.com
|
|
42125
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
42309
42126
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
42310
42127
|
}
|
|
42311
42128
|
}
|
|
@@ -79663,6 +79480,14 @@
|
|
|
79663
79480
|
"required": true,
|
|
79664
79481
|
"schema": { "type": "string" }
|
|
79665
79482
|
},
|
|
79483
|
+
"oauth-client-id": {
|
|
79484
|
+
"name": "client_id",
|
|
79485
|
+
"in": "path",
|
|
79486
|
+
"required": true,
|
|
79487
|
+
"description": "The client ID of the OAuth app.",
|
|
79488
|
+
"schema": { "type": "string" },
|
|
79489
|
+
"examples": { "default": { "value": "abcde12345fghij67890" } }
|
|
79490
|
+
},
|
|
79666
79491
|
"authorization-id": {
|
|
79667
79492
|
"name": "authorization_id",
|
|
79668
79493
|
"description": "The unique identifier of the authorization.",
|