@octokit/openapi 6.6.0 → 6.6.1
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 +10 -1
- package/generated/api.github.com.json +10 -1
- 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 +108 -788
- package/generated/ghes-3.2.json +141 -183
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +2 -2
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +52 -52
- package/generated/ghes-3.3.deref.json +43 -43
- package/generated/ghes-3.3.json +134 -134
- 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 +33 -24
- package/generated/ghes-3.4.json +103 -94
- 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 +182 -173
- package/generated/ghes-3.5.json +547 -764
- 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 +267 -258
- package/generated/github.ae.json +667 -852
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.6.
|
|
4
|
+
"version": "6.6.1",
|
|
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" },
|
|
@@ -48143,6 +48143,7 @@
|
|
|
48143
48143
|
},
|
|
48144
48144
|
"exclude": {
|
|
48145
48145
|
"type": "array",
|
|
48146
|
+
"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\"`.",
|
|
48146
48147
|
"items": { "type": "string", "enum": ["repositories"] }
|
|
48147
48148
|
}
|
|
48148
48149
|
},
|
|
@@ -281592,6 +281593,14 @@
|
|
|
281592
281593
|
},
|
|
281593
281594
|
"required": ["repositories"],
|
|
281594
281595
|
"type": "object"
|
|
281596
|
+
},
|
|
281597
|
+
"examples": {
|
|
281598
|
+
"default": {
|
|
281599
|
+
"value": {
|
|
281600
|
+
"repositories": ["octocat/Hello-World"],
|
|
281601
|
+
"lock_repositories": true
|
|
281602
|
+
}
|
|
281603
|
+
}
|
|
281595
281604
|
}
|
|
281596
281605
|
}
|
|
281597
281606
|
}
|
|
@@ -308466,7 +308475,7 @@
|
|
|
308466
308475
|
"/applications/grants": {
|
|
308467
308476
|
"get": {
|
|
308468
308477
|
"summary": "List your grants",
|
|
308469
|
-
"description": "This endpoint
|
|
308478
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308470
308479
|
"tags": ["oauth-authorizations"],
|
|
308471
308480
|
"operationId": "oauth-authorizations/list-grants",
|
|
308472
308481
|
"externalDocs": {
|
|
@@ -308481,7 +308490,7 @@
|
|
|
308481
308490
|
"/applications/grants/{grant_id}": {
|
|
308482
308491
|
"get": {
|
|
308483
308492
|
"summary": "Get a single grant",
|
|
308484
|
-
"description": "This endpoint
|
|
308493
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308485
308494
|
"tags": ["oauth-authorizations"],
|
|
308486
308495
|
"operationId": "oauth-authorizations/get-grant",
|
|
308487
308496
|
"externalDocs": {
|
|
@@ -308494,7 +308503,7 @@
|
|
|
308494
308503
|
},
|
|
308495
308504
|
"delete": {
|
|
308496
308505
|
"summary": "Delete a grant",
|
|
308497
|
-
"description": "This endpoint
|
|
308506
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308498
308507
|
"tags": ["oauth-authorizations"],
|
|
308499
308508
|
"operationId": "oauth-authorizations/delete-grant",
|
|
308500
308509
|
"externalDocs": {
|
|
@@ -308509,7 +308518,7 @@
|
|
|
308509
308518
|
"/applications/{client_id}/token/scoped": {
|
|
308510
308519
|
"post": {
|
|
308511
308520
|
"summary": "Create a scoped access token",
|
|
308512
|
-
"description": "This endpoint
|
|
308521
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308513
308522
|
"tags": ["apps"],
|
|
308514
308523
|
"operationId": "apps/scope-token",
|
|
308515
308524
|
"externalDocs": {
|
|
@@ -308523,7 +308532,7 @@
|
|
|
308523
308532
|
"/authorizations": {
|
|
308524
308533
|
"get": {
|
|
308525
308534
|
"summary": "List your authorizations",
|
|
308526
|
-
"description": "This endpoint
|
|
308535
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308527
308536
|
"tags": ["oauth-authorizations"],
|
|
308528
308537
|
"operationId": "oauth-authorizations/list-authorizations",
|
|
308529
308538
|
"externalDocs": {
|
|
@@ -308536,7 +308545,7 @@
|
|
|
308536
308545
|
},
|
|
308537
308546
|
"post": {
|
|
308538
308547
|
"summary": "Create a new authorization",
|
|
308539
|
-
"description": "This endpoint
|
|
308548
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308540
308549
|
"tags": ["oauth-authorizations"],
|
|
308541
308550
|
"operationId": "oauth-authorizations/create-authorization",
|
|
308542
308551
|
"externalDocs": {
|
|
@@ -308551,7 +308560,7 @@
|
|
|
308551
308560
|
"/authorizations/clients/{client_id}": {
|
|
308552
308561
|
"put": {
|
|
308553
308562
|
"summary": "Get-or-create an authorization for a specific app",
|
|
308554
|
-
"description": "This endpoint
|
|
308563
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308555
308564
|
"tags": ["oauth-authorizations"],
|
|
308556
308565
|
"operationId": "oauth-authorizations/get-or-create-authorization-for-app",
|
|
308557
308566
|
"externalDocs": {
|
|
@@ -308566,7 +308575,7 @@
|
|
|
308566
308575
|
"/authorizations/clients/{client_id}/{fingerprint}": {
|
|
308567
308576
|
"put": {
|
|
308568
308577
|
"summary": "Get-or-create an authorization for a specific app and fingerprint",
|
|
308569
|
-
"description": "This endpoint
|
|
308578
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308570
308579
|
"tags": ["oauth-authorizations"],
|
|
308571
308580
|
"operationId": "oauth-authorizations/get-or-create-authorization-for-app-and-fingerprint",
|
|
308572
308581
|
"externalDocs": {
|
|
@@ -308581,7 +308590,7 @@
|
|
|
308581
308590
|
"/authorizations/{authorization_id}": {
|
|
308582
308591
|
"get": {
|
|
308583
308592
|
"summary": "Get a single authorization",
|
|
308584
|
-
"description": "This endpoint
|
|
308593
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308585
308594
|
"tags": ["oauth-authorizations"],
|
|
308586
308595
|
"operationId": "oauth-authorizations/get-authorization",
|
|
308587
308596
|
"externalDocs": {
|
|
@@ -308594,7 +308603,7 @@
|
|
|
308594
308603
|
},
|
|
308595
308604
|
"delete": {
|
|
308596
308605
|
"summary": "Delete an authorization",
|
|
308597
|
-
"description": "This endpoint
|
|
308606
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308598
308607
|
"tags": ["oauth-authorizations"],
|
|
308599
308608
|
"operationId": "oauth-authorizations/delete-authorization",
|
|
308600
308609
|
"externalDocs": {
|
|
@@ -308607,7 +308616,7 @@
|
|
|
308607
308616
|
},
|
|
308608
308617
|
"patch": {
|
|
308609
308618
|
"summary": "Update an existing authorization",
|
|
308610
|
-
"description": "This endpoint
|
|
308619
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308611
308620
|
"tags": ["oauth-authorizations"],
|
|
308612
308621
|
"operationId": "oauth-authorizations/update-authorization",
|
|
308613
308622
|
"externalDocs": {
|
|
@@ -308622,7 +308631,7 @@
|
|
|
308622
308631
|
"/enterprise-installation/{enterprise_or_org}/server-statistics": {
|
|
308623
308632
|
"get": {
|
|
308624
308633
|
"summary": "Get GitHub Enterprise Server statistics",
|
|
308625
|
-
"description": "This endpoint
|
|
308634
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308626
308635
|
"operationId": "enterprise-admin/get-server-statistics",
|
|
308627
308636
|
"tags": ["server-statistics", "enterprise-admin"],
|
|
308628
308637
|
"externalDocs": {
|
|
@@ -308636,7 +308645,7 @@
|
|
|
308636
308645
|
"/enterprises/{enterprise}/actions/cache/usage": {
|
|
308637
308646
|
"get": {
|
|
308638
308647
|
"summary": "Get GitHub Actions cache usage for an enterprise",
|
|
308639
|
-
"description": "This endpoint
|
|
308648
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308640
308649
|
"operationId": "actions/get-actions-cache-usage-for-enterprise",
|
|
308641
308650
|
"tags": ["actions"],
|
|
308642
308651
|
"externalDocs": {
|
|
@@ -308650,7 +308659,7 @@
|
|
|
308650
308659
|
"/enterprises/{enterprise}/actions/oidc/customization/issuer": {
|
|
308651
308660
|
"put": {
|
|
308652
308661
|
"summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
|
|
308653
|
-
"description": "This endpoint
|
|
308662
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308654
308663
|
"tags": ["actions"],
|
|
308655
308664
|
"operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
|
|
308656
308665
|
"externalDocs": {
|
|
@@ -308664,7 +308673,7 @@
|
|
|
308664
308673
|
"/enterprises/{enterprise}/actions/permissions/workflow": {
|
|
308665
308674
|
"get": {
|
|
308666
308675
|
"summary": "Get default workflow permissions for an enterprise",
|
|
308667
|
-
"description": "This endpoint
|
|
308676
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308668
308677
|
"tags": ["actions"],
|
|
308669
308678
|
"operationId": "actions/get-github-actions-default-workflow-permissions-enterprise",
|
|
308670
308679
|
"externalDocs": {
|
|
@@ -308676,7 +308685,7 @@
|
|
|
308676
308685
|
},
|
|
308677
308686
|
"put": {
|
|
308678
308687
|
"summary": "Set default workflow permissions for an enterprise",
|
|
308679
|
-
"description": "This endpoint
|
|
308688
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308680
308689
|
"tags": ["actions"],
|
|
308681
308690
|
"operationId": "actions/set-github-actions-default-workflow-permissions-enterprise",
|
|
308682
308691
|
"externalDocs": {
|
|
@@ -308690,7 +308699,7 @@
|
|
|
308690
308699
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": {
|
|
308691
308700
|
"get": {
|
|
308692
308701
|
"summary": "List organization access to a self-hosted runner group in an enterprise",
|
|
308693
|
-
"description": "This endpoint
|
|
308702
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308694
308703
|
"operationId": "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
308695
308704
|
"tags": ["enterprise-admin"],
|
|
308696
308705
|
"externalDocs": {
|
|
@@ -308702,7 +308711,7 @@
|
|
|
308702
308711
|
},
|
|
308703
308712
|
"put": {
|
|
308704
308713
|
"summary": "Set organization access for a self-hosted runner group in an enterprise",
|
|
308705
|
-
"description": "This endpoint
|
|
308714
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308706
308715
|
"operationId": "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
308707
308716
|
"tags": ["enterprise-admin"],
|
|
308708
308717
|
"externalDocs": {
|
|
@@ -308716,7 +308725,7 @@
|
|
|
308716
308725
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": {
|
|
308717
308726
|
"put": {
|
|
308718
308727
|
"summary": "Add organization access to a self-hosted runner group in an enterprise",
|
|
308719
|
-
"description": "This endpoint
|
|
308728
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308720
308729
|
"operationId": "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
308721
308730
|
"tags": ["enterprise-admin"],
|
|
308722
308731
|
"externalDocs": {
|
|
@@ -308728,7 +308737,7 @@
|
|
|
308728
308737
|
},
|
|
308729
308738
|
"delete": {
|
|
308730
308739
|
"summary": "Remove organization access to a self-hosted runner group in an enterprise",
|
|
308731
|
-
"description": "This endpoint
|
|
308740
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308732
308741
|
"operationId": "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
308733
308742
|
"tags": ["enterprise-admin"],
|
|
308734
308743
|
"externalDocs": {
|
|
@@ -308742,7 +308751,7 @@
|
|
|
308742
308751
|
"/enterprises/{enterprise}/actions/runners/{runner_id}/labels": {
|
|
308743
308752
|
"get": {
|
|
308744
308753
|
"summary": "List labels for a self-hosted runner for an enterprise",
|
|
308745
|
-
"description": "This endpoint
|
|
308754
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308746
308755
|
"tags": ["enterprise-admin"],
|
|
308747
308756
|
"operationId": "enterprise-admin/list-labels-for-self-hosted-runner-for-enterprise",
|
|
308748
308757
|
"externalDocs": {
|
|
@@ -308754,7 +308763,7 @@
|
|
|
308754
308763
|
},
|
|
308755
308764
|
"put": {
|
|
308756
308765
|
"summary": "Set custom labels for a self-hosted runner for an enterprise",
|
|
308757
|
-
"description": "This endpoint
|
|
308766
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308758
308767
|
"tags": ["enterprise-admin"],
|
|
308759
308768
|
"operationId": "enterprise-admin/set-custom-labels-for-self-hosted-runner-for-enterprise",
|
|
308760
308769
|
"externalDocs": {
|
|
@@ -308766,7 +308775,7 @@
|
|
|
308766
308775
|
},
|
|
308767
308776
|
"post": {
|
|
308768
308777
|
"summary": "Add custom labels to a self-hosted runner for an enterprise",
|
|
308769
|
-
"description": "This endpoint
|
|
308778
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308770
308779
|
"tags": ["enterprise-admin"],
|
|
308771
308780
|
"operationId": "enterprise-admin/add-custom-labels-to-self-hosted-runner-for-enterprise",
|
|
308772
308781
|
"externalDocs": {
|
|
@@ -308778,7 +308787,7 @@
|
|
|
308778
308787
|
},
|
|
308779
308788
|
"delete": {
|
|
308780
308789
|
"summary": "Remove all custom labels from a self-hosted runner for an enterprise",
|
|
308781
|
-
"description": "This endpoint
|
|
308790
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308782
308791
|
"tags": ["enterprise-admin"],
|
|
308783
308792
|
"operationId": "enterprise-admin/remove-all-custom-labels-from-self-hosted-runner-for-enterprise",
|
|
308784
308793
|
"externalDocs": {
|
|
@@ -308792,7 +308801,7 @@
|
|
|
308792
308801
|
"/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": {
|
|
308793
308802
|
"delete": {
|
|
308794
308803
|
"summary": "Remove a custom label from a self-hosted runner for an enterprise",
|
|
308795
|
-
"description": "This endpoint
|
|
308804
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308796
308805
|
"tags": ["enterprise-admin"],
|
|
308797
308806
|
"operationId": "enterprise-admin/remove-custom-label-from-self-hosted-runner-for-enterprise",
|
|
308798
308807
|
"externalDocs": {
|
|
@@ -308806,7 +308815,7 @@
|
|
|
308806
308815
|
"/enterprises/{enterprise}/secret-scanning/alerts": {
|
|
308807
308816
|
"get": {
|
|
308808
308817
|
"summary": "List secret scanning alerts for an enterprise",
|
|
308809
|
-
"description": "This endpoint
|
|
308818
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308810
308819
|
"tags": ["secret-scanning"],
|
|
308811
308820
|
"operationId": "secret-scanning/list-alerts-for-enterprise",
|
|
308812
308821
|
"externalDocs": {
|
|
@@ -308820,7 +308829,7 @@
|
|
|
308820
308829
|
"/enterprises/{enterprise}/settings/billing/actions": {
|
|
308821
308830
|
"get": {
|
|
308822
308831
|
"summary": "Get GitHub Actions billing for an enterprise",
|
|
308823
|
-
"description": "This endpoint
|
|
308832
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308824
308833
|
"operationId": "billing/get-github-actions-billing-ghe",
|
|
308825
308834
|
"tags": ["billing"],
|
|
308826
308835
|
"externalDocs": {
|
|
@@ -308834,7 +308843,7 @@
|
|
|
308834
308843
|
"/enterprises/{enterprise}/settings/billing/advanced-security": {
|
|
308835
308844
|
"get": {
|
|
308836
308845
|
"summary": "Get GitHub Advanced Security active committers for an enterprise",
|
|
308837
|
-
"description": "This endpoint
|
|
308846
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308838
308847
|
"tags": ["billing"],
|
|
308839
308848
|
"operationId": "billing/get-github-advanced-security-billing-ghe",
|
|
308840
308849
|
"externalDocs": {
|
|
@@ -308848,7 +308857,7 @@
|
|
|
308848
308857
|
"/enterprises/{enterprise}/settings/billing/packages": {
|
|
308849
308858
|
"get": {
|
|
308850
308859
|
"summary": "Get GitHub Packages billing for an enterprise",
|
|
308851
|
-
"description": "This endpoint
|
|
308860
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308852
308861
|
"operationId": "billing/get-github-packages-billing-ghe",
|
|
308853
308862
|
"tags": ["billing"],
|
|
308854
308863
|
"externalDocs": {
|
|
@@ -308862,7 +308871,7 @@
|
|
|
308862
308871
|
"/enterprises/{enterprise}/settings/billing/shared-storage": {
|
|
308863
308872
|
"get": {
|
|
308864
308873
|
"summary": "Get shared storage billing for an enterprise",
|
|
308865
|
-
"description": "This endpoint
|
|
308874
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308866
308875
|
"operationId": "billing/get-shared-storage-billing-ghe",
|
|
308867
308876
|
"tags": ["billing"],
|
|
308868
308877
|
"externalDocs": {
|
|
@@ -308876,7 +308885,7 @@
|
|
|
308876
308885
|
"/events": {
|
|
308877
308886
|
"get": {
|
|
308878
308887
|
"summary": "List public events",
|
|
308879
|
-
"description": "This endpoint
|
|
308888
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308880
308889
|
"tags": ["activity"],
|
|
308881
308890
|
"operationId": "activity/list-public-events",
|
|
308882
308891
|
"externalDocs": {
|
|
@@ -308890,7 +308899,7 @@
|
|
|
308890
308899
|
"/marketplace_listing/accounts/{account_id}": {
|
|
308891
308900
|
"get": {
|
|
308892
308901
|
"summary": "Get a subscription plan for an account",
|
|
308893
|
-
"description": "This endpoint
|
|
308902
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308894
308903
|
"tags": ["apps"],
|
|
308895
308904
|
"operationId": "apps/get-subscription-plan-for-account",
|
|
308896
308905
|
"externalDocs": {
|
|
@@ -308904,7 +308913,7 @@
|
|
|
308904
308913
|
"/marketplace_listing/plans": {
|
|
308905
308914
|
"get": {
|
|
308906
308915
|
"summary": "List plans",
|
|
308907
|
-
"description": "This endpoint
|
|
308916
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308908
308917
|
"tags": ["apps"],
|
|
308909
308918
|
"operationId": "apps/list-plans",
|
|
308910
308919
|
"externalDocs": {
|
|
@@ -308918,7 +308927,7 @@
|
|
|
308918
308927
|
"/marketplace_listing/plans/{plan_id}/accounts": {
|
|
308919
308928
|
"get": {
|
|
308920
308929
|
"summary": "List accounts for a plan",
|
|
308921
|
-
"description": "This endpoint
|
|
308930
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308922
308931
|
"tags": ["apps"],
|
|
308923
308932
|
"operationId": "apps/list-accounts-for-plan",
|
|
308924
308933
|
"externalDocs": {
|
|
@@ -308932,7 +308941,7 @@
|
|
|
308932
308941
|
"/marketplace_listing/stubbed/accounts/{account_id}": {
|
|
308933
308942
|
"get": {
|
|
308934
308943
|
"summary": "Get a subscription plan for an account (stubbed)",
|
|
308935
|
-
"description": "This endpoint
|
|
308944
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308936
308945
|
"tags": ["apps"],
|
|
308937
308946
|
"operationId": "apps/get-subscription-plan-for-account-stubbed",
|
|
308938
308947
|
"externalDocs": {
|
|
@@ -308946,7 +308955,7 @@
|
|
|
308946
308955
|
"/marketplace_listing/stubbed/plans": {
|
|
308947
308956
|
"get": {
|
|
308948
308957
|
"summary": "List plans (stubbed)",
|
|
308949
|
-
"description": "This endpoint
|
|
308958
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308950
308959
|
"tags": ["apps"],
|
|
308951
308960
|
"operationId": "apps/list-plans-stubbed",
|
|
308952
308961
|
"externalDocs": {
|
|
@@ -308960,7 +308969,7 @@
|
|
|
308960
308969
|
"/marketplace_listing/stubbed/plans/{plan_id}/accounts": {
|
|
308961
308970
|
"get": {
|
|
308962
308971
|
"summary": "List accounts for a plan (stubbed)",
|
|
308963
|
-
"description": "This endpoint
|
|
308972
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308964
308973
|
"tags": ["apps"],
|
|
308965
308974
|
"operationId": "apps/list-accounts-for-plan-stubbed",
|
|
308966
308975
|
"externalDocs": {
|
|
@@ -308974,7 +308983,7 @@
|
|
|
308974
308983
|
"/networks/{owner}/{repo}/events": {
|
|
308975
308984
|
"get": {
|
|
308976
308985
|
"summary": "List public events for a network of repositories",
|
|
308977
|
-
"description": "This endpoint
|
|
308986
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308978
308987
|
"tags": ["activity"],
|
|
308979
308988
|
"operationId": "activity/list-public-events-for-repo-network",
|
|
308980
308989
|
"externalDocs": {
|
|
@@ -308988,7 +308997,7 @@
|
|
|
308988
308997
|
"/organizations/{organization_id}/custom_roles": {
|
|
308989
308998
|
"get": {
|
|
308990
308999
|
"summary": "List custom repository roles in an organization",
|
|
308991
|
-
"description": "This endpoint
|
|
309000
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
308992
309001
|
"tags": ["orgs"],
|
|
308993
309002
|
"operationId": "orgs/list-custom-roles",
|
|
308994
309003
|
"externalDocs": {
|
|
@@ -309002,7 +309011,7 @@
|
|
|
309002
309011
|
"/orgs/{org}/actions/cache/usage": {
|
|
309003
309012
|
"get": {
|
|
309004
309013
|
"summary": "Get GitHub Actions cache usage for an organization",
|
|
309005
|
-
"description": "This endpoint
|
|
309014
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309006
309015
|
"tags": ["actions"],
|
|
309007
309016
|
"operationId": "actions/get-actions-cache-usage-for-org",
|
|
309008
309017
|
"externalDocs": {
|
|
@@ -309016,7 +309025,7 @@
|
|
|
309016
309025
|
"/orgs/{org}/actions/cache/usage-by-repository": {
|
|
309017
309026
|
"get": {
|
|
309018
309027
|
"summary": "List repositories with GitHub Actions cache usage for an organization",
|
|
309019
|
-
"description": "This endpoint
|
|
309028
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309020
309029
|
"tags": ["actions"],
|
|
309021
309030
|
"operationId": "actions/get-actions-cache-usage-by-repo-for-org",
|
|
309022
309031
|
"externalDocs": {
|
|
@@ -309030,7 +309039,7 @@
|
|
|
309030
309039
|
"/orgs/{org}/actions/oidc/customization/sub": {
|
|
309031
309040
|
"get": {
|
|
309032
309041
|
"summary": "Get the customization template for an OIDC subject claim for an organization",
|
|
309033
|
-
"description": "This endpoint
|
|
309042
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309034
309043
|
"tags": ["oidc"],
|
|
309035
309044
|
"operationId": "oidc/get-oidc-custom-sub-template-for-org",
|
|
309036
309045
|
"externalDocs": {
|
|
@@ -309042,7 +309051,7 @@
|
|
|
309042
309051
|
},
|
|
309043
309052
|
"put": {
|
|
309044
309053
|
"summary": "Set the customization template for an OIDC subject claim for an organization",
|
|
309045
|
-
"description": "This endpoint
|
|
309054
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309046
309055
|
"tags": ["oidc"],
|
|
309047
309056
|
"operationId": "oidc/update-oidc-custom-sub-template-for-org",
|
|
309048
309057
|
"externalDocs": {
|
|
@@ -309056,7 +309065,7 @@
|
|
|
309056
309065
|
"/orgs/{org}/actions/permissions/workflow": {
|
|
309057
309066
|
"get": {
|
|
309058
309067
|
"summary": "Get default workflow permissions for an organization",
|
|
309059
|
-
"description": "This endpoint
|
|
309068
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309060
309069
|
"tags": ["actions"],
|
|
309061
309070
|
"operationId": "actions/get-github-actions-default-workflow-permissions-organization",
|
|
309062
309071
|
"externalDocs": {
|
|
@@ -309068,7 +309077,7 @@
|
|
|
309068
309077
|
},
|
|
309069
309078
|
"put": {
|
|
309070
309079
|
"summary": "Set default workflow permissions for an organization",
|
|
309071
|
-
"description": "This endpoint
|
|
309080
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309072
309081
|
"tags": ["actions"],
|
|
309073
309082
|
"operationId": "actions/set-github-actions-default-workflow-permissions-organization",
|
|
309074
309083
|
"externalDocs": {
|
|
@@ -309082,7 +309091,7 @@
|
|
|
309082
309091
|
"/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories": {
|
|
309083
309092
|
"get": {
|
|
309084
309093
|
"summary": "List repository access to a self-hosted runner group in an organization",
|
|
309085
|
-
"description": "This endpoint
|
|
309094
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309086
309095
|
"operationId": "actions/list-repo-access-to-self-hosted-runner-group-in-org",
|
|
309087
309096
|
"tags": ["actions"],
|
|
309088
309097
|
"externalDocs": {
|
|
@@ -309094,7 +309103,7 @@
|
|
|
309094
309103
|
},
|
|
309095
309104
|
"put": {
|
|
309096
309105
|
"summary": "Set repository access for a self-hosted runner group in an organization",
|
|
309097
|
-
"description": "This endpoint
|
|
309106
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309098
309107
|
"operationId": "actions/set-repo-access-to-self-hosted-runner-group-in-org",
|
|
309099
309108
|
"tags": ["actions"],
|
|
309100
309109
|
"externalDocs": {
|
|
@@ -309108,7 +309117,7 @@
|
|
|
309108
309117
|
"/orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}": {
|
|
309109
309118
|
"put": {
|
|
309110
309119
|
"summary": "Add repository access to a self-hosted runner group in an organization",
|
|
309111
|
-
"description": "This endpoint
|
|
309120
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309112
309121
|
"operationId": "actions/add-repo-access-to-self-hosted-runner-group-in-org",
|
|
309113
309122
|
"tags": ["actions"],
|
|
309114
309123
|
"externalDocs": {
|
|
@@ -309120,7 +309129,7 @@
|
|
|
309120
309129
|
},
|
|
309121
309130
|
"delete": {
|
|
309122
309131
|
"summary": "Remove repository access to a self-hosted runner group in an organization",
|
|
309123
|
-
"description": "This endpoint
|
|
309132
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309124
309133
|
"operationId": "actions/remove-repo-access-to-self-hosted-runner-group-in-org",
|
|
309125
309134
|
"tags": ["actions"],
|
|
309126
309135
|
"externalDocs": {
|
|
@@ -309134,7 +309143,7 @@
|
|
|
309134
309143
|
"/orgs/{org}/actions/runner-groups/{runner_group_id}/runners": {
|
|
309135
309144
|
"get": {
|
|
309136
309145
|
"summary": "List self-hosted runners in a group for an organization",
|
|
309137
|
-
"description": "This endpoint
|
|
309146
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309138
309147
|
"operationId": "actions/list-self-hosted-runners-in-group-for-org",
|
|
309139
309148
|
"tags": ["actions"],
|
|
309140
309149
|
"externalDocs": {
|
|
@@ -309146,7 +309155,7 @@
|
|
|
309146
309155
|
},
|
|
309147
309156
|
"put": {
|
|
309148
309157
|
"summary": "Set self-hosted runners in a group for an organization",
|
|
309149
|
-
"description": "This endpoint
|
|
309158
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309150
309159
|
"operationId": "actions/set-self-hosted-runners-in-group-for-org",
|
|
309151
309160
|
"tags": ["actions"],
|
|
309152
309161
|
"externalDocs": {
|
|
@@ -309160,7 +309169,7 @@
|
|
|
309160
309169
|
"/orgs/{org}/actions/runners/{runner_id}/labels": {
|
|
309161
309170
|
"get": {
|
|
309162
309171
|
"summary": "List labels for a self-hosted runner for an organization",
|
|
309163
|
-
"description": "This endpoint
|
|
309172
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309164
309173
|
"tags": ["actions"],
|
|
309165
309174
|
"operationId": "actions/list-labels-for-self-hosted-runner-for-org",
|
|
309166
309175
|
"externalDocs": {
|
|
@@ -309172,7 +309181,7 @@
|
|
|
309172
309181
|
},
|
|
309173
309182
|
"put": {
|
|
309174
309183
|
"summary": "Set custom labels for a self-hosted runner for an organization",
|
|
309175
|
-
"description": "This endpoint
|
|
309184
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309176
309185
|
"tags": ["actions"],
|
|
309177
309186
|
"operationId": "actions/set-custom-labels-for-self-hosted-runner-for-org",
|
|
309178
309187
|
"externalDocs": {
|
|
@@ -309184,7 +309193,7 @@
|
|
|
309184
309193
|
},
|
|
309185
309194
|
"post": {
|
|
309186
309195
|
"summary": "Add custom labels to a self-hosted runner for an organization",
|
|
309187
|
-
"description": "This endpoint
|
|
309196
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309188
309197
|
"tags": ["actions"],
|
|
309189
309198
|
"operationId": "actions/add-custom-labels-to-self-hosted-runner-for-org",
|
|
309190
309199
|
"externalDocs": {
|
|
@@ -309196,7 +309205,7 @@
|
|
|
309196
309205
|
},
|
|
309197
309206
|
"delete": {
|
|
309198
309207
|
"summary": "Remove all custom labels from a self-hosted runner for an organization",
|
|
309199
|
-
"description": "This endpoint
|
|
309208
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309200
309209
|
"tags": ["actions"],
|
|
309201
309210
|
"operationId": "actions/remove-all-custom-labels-from-self-hosted-runner-for-org",
|
|
309202
309211
|
"externalDocs": {
|
|
@@ -309210,7 +309219,7 @@
|
|
|
309210
309219
|
"/orgs/{org}/actions/runners/{runner_id}/labels/{name}": {
|
|
309211
309220
|
"delete": {
|
|
309212
309221
|
"summary": "Remove a custom label from a self-hosted runner for an organization",
|
|
309213
|
-
"description": "This endpoint
|
|
309222
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309214
309223
|
"tags": ["actions"],
|
|
309215
309224
|
"operationId": "actions/remove-custom-label-from-self-hosted-runner-for-org",
|
|
309216
309225
|
"externalDocs": {
|
|
@@ -309224,7 +309233,7 @@
|
|
|
309224
309233
|
"/orgs/{org}/blocks": {
|
|
309225
309234
|
"get": {
|
|
309226
309235
|
"summary": "List users blocked by an organization",
|
|
309227
|
-
"description": "This endpoint
|
|
309236
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309228
309237
|
"tags": ["orgs"],
|
|
309229
309238
|
"operationId": "orgs/list-blocked-users",
|
|
309230
309239
|
"externalDocs": {
|
|
@@ -309238,7 +309247,7 @@
|
|
|
309238
309247
|
"/orgs/{org}/blocks/{username}": {
|
|
309239
309248
|
"get": {
|
|
309240
309249
|
"summary": "Check if a user is blocked by an organization",
|
|
309241
|
-
"description": "This endpoint
|
|
309250
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309242
309251
|
"tags": ["orgs"],
|
|
309243
309252
|
"operationId": "orgs/check-blocked-user",
|
|
309244
309253
|
"externalDocs": {
|
|
@@ -309250,7 +309259,7 @@
|
|
|
309250
309259
|
},
|
|
309251
309260
|
"put": {
|
|
309252
309261
|
"summary": "Block a user from an organization",
|
|
309253
|
-
"description": "This endpoint
|
|
309262
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309254
309263
|
"tags": ["orgs"],
|
|
309255
309264
|
"operationId": "orgs/block-user",
|
|
309256
309265
|
"externalDocs": {
|
|
@@ -309262,7 +309271,7 @@
|
|
|
309262
309271
|
},
|
|
309263
309272
|
"delete": {
|
|
309264
309273
|
"summary": "Unblock a user from an organization",
|
|
309265
|
-
"description": "This endpoint
|
|
309274
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309266
309275
|
"tags": ["orgs"],
|
|
309267
309276
|
"operationId": "orgs/unblock-user",
|
|
309268
309277
|
"externalDocs": {
|
|
@@ -309276,7 +309285,7 @@
|
|
|
309276
309285
|
"/orgs/{org}/code-scanning/alerts": {
|
|
309277
309286
|
"get": {
|
|
309278
309287
|
"summary": "List code scanning alerts for an organization",
|
|
309279
|
-
"description": "This endpoint
|
|
309288
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309280
309289
|
"tags": ["code-scanning"],
|
|
309281
309290
|
"operationId": "code-scanning/list-alerts-for-org",
|
|
309282
309291
|
"externalDocs": {
|
|
@@ -309290,7 +309299,7 @@
|
|
|
309290
309299
|
"/orgs/{org}/codespaces": {
|
|
309291
309300
|
"get": {
|
|
309292
309301
|
"summary": "List codespaces for the organization",
|
|
309293
|
-
"description": "This endpoint
|
|
309302
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309294
309303
|
"tags": ["codespaces"],
|
|
309295
309304
|
"operationId": "codespaces/list-in-organization",
|
|
309296
309305
|
"externalDocs": {
|
|
@@ -309304,7 +309313,7 @@
|
|
|
309304
309313
|
"/orgs/{org}/credential-authorizations": {
|
|
309305
309314
|
"get": {
|
|
309306
309315
|
"summary": "List SAML SSO authorizations for an organization",
|
|
309307
|
-
"description": "This endpoint
|
|
309316
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309308
309317
|
"tags": ["orgs"],
|
|
309309
309318
|
"operationId": "orgs/list-saml-sso-authorizations",
|
|
309310
309319
|
"externalDocs": {
|
|
@@ -309318,7 +309327,7 @@
|
|
|
309318
309327
|
"/orgs/{org}/credential-authorizations/{credential_id}": {
|
|
309319
309328
|
"delete": {
|
|
309320
309329
|
"summary": "Remove a SAML SSO authorization for an organization",
|
|
309321
|
-
"description": "This endpoint
|
|
309330
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309322
309331
|
"tags": ["orgs"],
|
|
309323
309332
|
"operationId": "orgs/remove-saml-sso-authorization",
|
|
309324
309333
|
"externalDocs": {
|
|
@@ -309332,7 +309341,7 @@
|
|
|
309332
309341
|
"/orgs/{org}/dependabot/secrets": {
|
|
309333
309342
|
"get": {
|
|
309334
309343
|
"summary": "List organization secrets",
|
|
309335
|
-
"description": "This endpoint
|
|
309344
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309336
309345
|
"tags": ["dependabot"],
|
|
309337
309346
|
"operationId": "dependabot/list-org-secrets",
|
|
309338
309347
|
"externalDocs": {
|
|
@@ -309346,7 +309355,7 @@
|
|
|
309346
309355
|
"/orgs/{org}/dependabot/secrets/public-key": {
|
|
309347
309356
|
"get": {
|
|
309348
309357
|
"summary": "Get an organization public key",
|
|
309349
|
-
"description": "This endpoint
|
|
309358
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309350
309359
|
"tags": ["dependabot"],
|
|
309351
309360
|
"operationId": "dependabot/get-org-public-key",
|
|
309352
309361
|
"externalDocs": {
|
|
@@ -309360,7 +309369,7 @@
|
|
|
309360
309369
|
"/orgs/{org}/dependabot/secrets/{secret_name}": {
|
|
309361
309370
|
"get": {
|
|
309362
309371
|
"summary": "Get an organization secret",
|
|
309363
|
-
"description": "This endpoint
|
|
309372
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309364
309373
|
"tags": ["dependabot"],
|
|
309365
309374
|
"operationId": "dependabot/get-org-secret",
|
|
309366
309375
|
"externalDocs": {
|
|
@@ -309372,7 +309381,7 @@
|
|
|
309372
309381
|
},
|
|
309373
309382
|
"put": {
|
|
309374
309383
|
"summary": "Create or update an organization secret",
|
|
309375
|
-
"description": "This endpoint
|
|
309384
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309376
309385
|
"tags": ["dependabot"],
|
|
309377
309386
|
"operationId": "dependabot/create-or-update-org-secret",
|
|
309378
309387
|
"externalDocs": {
|
|
@@ -309384,7 +309393,7 @@
|
|
|
309384
309393
|
},
|
|
309385
309394
|
"delete": {
|
|
309386
309395
|
"summary": "Delete an organization secret",
|
|
309387
|
-
"description": "This endpoint
|
|
309396
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309388
309397
|
"tags": ["dependabot"],
|
|
309389
309398
|
"operationId": "dependabot/delete-org-secret",
|
|
309390
309399
|
"externalDocs": {
|
|
@@ -309398,7 +309407,7 @@
|
|
|
309398
309407
|
"/orgs/{org}/dependabot/secrets/{secret_name}/repositories": {
|
|
309399
309408
|
"get": {
|
|
309400
309409
|
"summary": "List selected repositories for an organization secret",
|
|
309401
|
-
"description": "This endpoint
|
|
309410
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309402
309411
|
"tags": ["dependabot"],
|
|
309403
309412
|
"operationId": "dependabot/list-selected-repos-for-org-secret",
|
|
309404
309413
|
"externalDocs": {
|
|
@@ -309410,7 +309419,7 @@
|
|
|
309410
309419
|
},
|
|
309411
309420
|
"put": {
|
|
309412
309421
|
"summary": "Set selected repositories for an organization secret",
|
|
309413
|
-
"description": "This endpoint
|
|
309422
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309414
309423
|
"tags": ["dependabot"],
|
|
309415
309424
|
"operationId": "dependabot/set-selected-repos-for-org-secret",
|
|
309416
309425
|
"externalDocs": {
|
|
@@ -309424,7 +309433,7 @@
|
|
|
309424
309433
|
"/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}": {
|
|
309425
309434
|
"put": {
|
|
309426
309435
|
"summary": "Add selected repository to an organization secret",
|
|
309427
|
-
"description": "This endpoint
|
|
309436
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309428
309437
|
"tags": ["dependabot"],
|
|
309429
309438
|
"operationId": "dependabot/add-selected-repo-to-org-secret",
|
|
309430
309439
|
"externalDocs": {
|
|
@@ -309436,7 +309445,7 @@
|
|
|
309436
309445
|
},
|
|
309437
309446
|
"delete": {
|
|
309438
309447
|
"summary": "Remove selected repository from an organization secret",
|
|
309439
|
-
"description": "This endpoint
|
|
309448
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309440
309449
|
"tags": ["dependabot"],
|
|
309441
309450
|
"operationId": "dependabot/remove-selected-repo-from-org-secret",
|
|
309442
309451
|
"externalDocs": {
|
|
@@ -309450,7 +309459,7 @@
|
|
|
309450
309459
|
"/orgs/{org}/events": {
|
|
309451
309460
|
"get": {
|
|
309452
309461
|
"summary": "List public organization events",
|
|
309453
|
-
"description": "This endpoint
|
|
309462
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309454
309463
|
"tags": ["activity"],
|
|
309455
309464
|
"operationId": "activity/list-public-org-events",
|
|
309456
309465
|
"externalDocs": {
|
|
@@ -309464,7 +309473,7 @@
|
|
|
309464
309473
|
"/orgs/{org}/failed_invitations": {
|
|
309465
309474
|
"get": {
|
|
309466
309475
|
"summary": "List failed organization invitations",
|
|
309467
|
-
"description": "This endpoint
|
|
309476
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309468
309477
|
"tags": ["orgs"],
|
|
309469
309478
|
"operationId": "orgs/list-failed-invitations",
|
|
309470
309479
|
"externalDocs": {
|
|
@@ -309478,7 +309487,7 @@
|
|
|
309478
309487
|
"/orgs/{org}/interaction-limits": {
|
|
309479
309488
|
"get": {
|
|
309480
309489
|
"summary": "Get interaction restrictions for an organization",
|
|
309481
|
-
"description": "This endpoint
|
|
309490
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309482
309491
|
"tags": ["interactions"],
|
|
309483
309492
|
"operationId": "interactions/get-restrictions-for-org",
|
|
309484
309493
|
"externalDocs": {
|
|
@@ -309490,7 +309499,7 @@
|
|
|
309490
309499
|
},
|
|
309491
309500
|
"put": {
|
|
309492
309501
|
"summary": "Set interaction restrictions for an organization",
|
|
309493
|
-
"description": "This endpoint
|
|
309502
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309494
309503
|
"tags": ["interactions"],
|
|
309495
309504
|
"operationId": "interactions/set-restrictions-for-org",
|
|
309496
309505
|
"externalDocs": {
|
|
@@ -309502,7 +309511,7 @@
|
|
|
309502
309511
|
},
|
|
309503
309512
|
"delete": {
|
|
309504
309513
|
"summary": "Remove interaction restrictions for an organization",
|
|
309505
|
-
"description": "This endpoint
|
|
309514
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309506
309515
|
"tags": ["interactions"],
|
|
309507
309516
|
"operationId": "interactions/remove-restrictions-for-org",
|
|
309508
309517
|
"externalDocs": {
|
|
@@ -309516,7 +309525,7 @@
|
|
|
309516
309525
|
"/orgs/{org}/invitations": {
|
|
309517
309526
|
"get": {
|
|
309518
309527
|
"summary": "List pending organization invitations",
|
|
309519
|
-
"description": "This endpoint
|
|
309528
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309520
309529
|
"tags": ["orgs"],
|
|
309521
309530
|
"operationId": "orgs/list-pending-invitations",
|
|
309522
309531
|
"externalDocs": {
|
|
@@ -309528,7 +309537,7 @@
|
|
|
309528
309537
|
},
|
|
309529
309538
|
"post": {
|
|
309530
309539
|
"summary": "Create an organization invitation",
|
|
309531
|
-
"description": "This endpoint
|
|
309540
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309532
309541
|
"tags": ["orgs"],
|
|
309533
309542
|
"operationId": "orgs/create-invitation",
|
|
309534
309543
|
"externalDocs": {
|
|
@@ -309542,7 +309551,7 @@
|
|
|
309542
309551
|
"/orgs/{org}/invitations/{invitation_id}": {
|
|
309543
309552
|
"delete": {
|
|
309544
309553
|
"summary": "Cancel an organization invitation",
|
|
309545
|
-
"description": "This endpoint
|
|
309554
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309546
309555
|
"tags": ["orgs"],
|
|
309547
309556
|
"operationId": "orgs/cancel-invitation",
|
|
309548
309557
|
"externalDocs": {
|
|
@@ -309556,7 +309565,7 @@
|
|
|
309556
309565
|
"/orgs/{org}/invitations/{invitation_id}/teams": {
|
|
309557
309566
|
"get": {
|
|
309558
309567
|
"summary": "List organization invitation teams",
|
|
309559
|
-
"description": "This endpoint
|
|
309568
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309560
309569
|
"tags": ["orgs"],
|
|
309561
309570
|
"operationId": "orgs/list-invitation-teams",
|
|
309562
309571
|
"externalDocs": {
|
|
@@ -309570,7 +309579,7 @@
|
|
|
309570
309579
|
"/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
|
|
309571
309580
|
"delete": {
|
|
309572
309581
|
"summary": "Delete a codespace from the organization",
|
|
309573
|
-
"description": "This endpoint
|
|
309582
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309574
309583
|
"tags": ["codespaces"],
|
|
309575
309584
|
"operationId": "codespaces/delete-from-organization",
|
|
309576
309585
|
"externalDocs": {
|
|
@@ -309584,7 +309593,7 @@
|
|
|
309584
309593
|
"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
|
|
309585
309594
|
"post": {
|
|
309586
309595
|
"summary": "Stop a codespace for an organization user",
|
|
309587
|
-
"description": "This endpoint
|
|
309596
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309588
309597
|
"tags": ["codespaces"],
|
|
309589
309598
|
"operationId": "codespaces/stop-in-organization",
|
|
309590
309599
|
"externalDocs": {
|
|
@@ -309598,7 +309607,7 @@
|
|
|
309598
309607
|
"/orgs/{org}/migrations/{migration_id}/archive": {
|
|
309599
309608
|
"get": {
|
|
309600
309609
|
"summary": "Download an organization migration archive",
|
|
309601
|
-
"description": "This endpoint
|
|
309610
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309602
309611
|
"tags": ["migrations"],
|
|
309603
309612
|
"operationId": "migrations/download-archive-for-org",
|
|
309604
309613
|
"externalDocs": {
|
|
@@ -309610,7 +309619,7 @@
|
|
|
309610
309619
|
},
|
|
309611
309620
|
"delete": {
|
|
309612
309621
|
"summary": "Delete an organization migration archive",
|
|
309613
|
-
"description": "This endpoint
|
|
309622
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309614
309623
|
"tags": ["migrations"],
|
|
309615
309624
|
"operationId": "migrations/delete-archive-for-org",
|
|
309616
309625
|
"externalDocs": {
|
|
@@ -309624,7 +309633,7 @@
|
|
|
309624
309633
|
"/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": {
|
|
309625
309634
|
"delete": {
|
|
309626
309635
|
"summary": "Unlock an organization repository",
|
|
309627
|
-
"description": "This endpoint
|
|
309636
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309628
309637
|
"tags": ["migrations"],
|
|
309629
309638
|
"operationId": "migrations/unlock-repo-for-org",
|
|
309630
309639
|
"externalDocs": {
|
|
@@ -309638,7 +309647,7 @@
|
|
|
309638
309647
|
"/orgs/{org}/migrations/{migration_id}/repositories": {
|
|
309639
309648
|
"get": {
|
|
309640
309649
|
"summary": "List repositories in an organization migration",
|
|
309641
|
-
"description": "This endpoint
|
|
309650
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309642
309651
|
"tags": ["migrations"],
|
|
309643
309652
|
"operationId": "migrations/list-repos-for-org",
|
|
309644
309653
|
"externalDocs": {
|
|
@@ -309652,7 +309661,7 @@
|
|
|
309652
309661
|
"/orgs/{org}/packages": {
|
|
309653
309662
|
"get": {
|
|
309654
309663
|
"summary": "List packages for an organization",
|
|
309655
|
-
"description": "This endpoint
|
|
309664
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309656
309665
|
"tags": ["packages"],
|
|
309657
309666
|
"operationId": "packages/list-packages-for-organization",
|
|
309658
309667
|
"externalDocs": {
|
|
@@ -309666,7 +309675,7 @@
|
|
|
309666
309675
|
"/orgs/{org}/packages/{package_type}/{package_name}": {
|
|
309667
309676
|
"get": {
|
|
309668
309677
|
"summary": "Get a package for an organization",
|
|
309669
|
-
"description": "This endpoint
|
|
309678
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309670
309679
|
"tags": ["packages"],
|
|
309671
309680
|
"operationId": "packages/get-package-for-organization",
|
|
309672
309681
|
"externalDocs": {
|
|
@@ -309678,7 +309687,7 @@
|
|
|
309678
309687
|
},
|
|
309679
309688
|
"delete": {
|
|
309680
309689
|
"summary": "Delete a package for an organization",
|
|
309681
|
-
"description": "This endpoint
|
|
309690
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309682
309691
|
"tags": ["packages"],
|
|
309683
309692
|
"operationId": "packages/delete-package-for-org",
|
|
309684
309693
|
"externalDocs": {
|
|
@@ -309692,7 +309701,7 @@
|
|
|
309692
309701
|
"/orgs/{org}/packages/{package_type}/{package_name}/restore": {
|
|
309693
309702
|
"post": {
|
|
309694
309703
|
"summary": "Restore a package for an organization",
|
|
309695
|
-
"description": "This endpoint
|
|
309704
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309696
309705
|
"tags": ["packages"],
|
|
309697
309706
|
"operationId": "packages/restore-package-for-org",
|
|
309698
309707
|
"externalDocs": {
|
|
@@ -309706,7 +309715,7 @@
|
|
|
309706
309715
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
309707
309716
|
"get": {
|
|
309708
309717
|
"summary": "Get all package versions for a package owned by an organization",
|
|
309709
|
-
"description": "This endpoint
|
|
309718
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309710
309719
|
"tags": ["packages"],
|
|
309711
309720
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
309712
309721
|
"externalDocs": {
|
|
@@ -309720,7 +309729,7 @@
|
|
|
309720
309729
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": {
|
|
309721
309730
|
"get": {
|
|
309722
309731
|
"summary": "Get a package version for an organization",
|
|
309723
|
-
"description": "This endpoint
|
|
309732
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309724
309733
|
"tags": ["packages"],
|
|
309725
309734
|
"operationId": "packages/get-package-version-for-organization",
|
|
309726
309735
|
"externalDocs": {
|
|
@@ -309732,7 +309741,7 @@
|
|
|
309732
309741
|
},
|
|
309733
309742
|
"delete": {
|
|
309734
309743
|
"summary": "Delete package version for an organization",
|
|
309735
|
-
"description": "This endpoint
|
|
309744
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309736
309745
|
"tags": ["packages"],
|
|
309737
309746
|
"operationId": "packages/delete-package-version-for-org",
|
|
309738
309747
|
"externalDocs": {
|
|
@@ -309746,7 +309755,7 @@
|
|
|
309746
309755
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
|
|
309747
309756
|
"post": {
|
|
309748
309757
|
"summary": "Restore package version for an organization",
|
|
309749
|
-
"description": "This endpoint
|
|
309758
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309750
309759
|
"tags": ["packages"],
|
|
309751
309760
|
"operationId": "packages/restore-package-version-for-org",
|
|
309752
309761
|
"externalDocs": {
|
|
@@ -309760,7 +309769,7 @@
|
|
|
309760
309769
|
"/orgs/{org}/public_members": {
|
|
309761
309770
|
"get": {
|
|
309762
309771
|
"summary": "List public organization members",
|
|
309763
|
-
"description": "This endpoint
|
|
309772
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309764
309773
|
"tags": ["orgs"],
|
|
309765
309774
|
"operationId": "orgs/list-public-members",
|
|
309766
309775
|
"externalDocs": {
|
|
@@ -309774,7 +309783,7 @@
|
|
|
309774
309783
|
"/orgs/{org}/public_members/{username}": {
|
|
309775
309784
|
"get": {
|
|
309776
309785
|
"summary": "Check public organization membership for a user",
|
|
309777
|
-
"description": "This endpoint
|
|
309786
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309778
309787
|
"tags": ["orgs"],
|
|
309779
309788
|
"operationId": "orgs/check-public-membership-for-user",
|
|
309780
309789
|
"externalDocs": {
|
|
@@ -309786,7 +309795,7 @@
|
|
|
309786
309795
|
},
|
|
309787
309796
|
"put": {
|
|
309788
309797
|
"summary": "Set public organization membership for the authenticated user",
|
|
309789
|
-
"description": "This endpoint
|
|
309798
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309790
309799
|
"tags": ["orgs"],
|
|
309791
309800
|
"operationId": "orgs/set-public-membership-for-authenticated-user",
|
|
309792
309801
|
"externalDocs": {
|
|
@@ -309798,7 +309807,7 @@
|
|
|
309798
309807
|
},
|
|
309799
309808
|
"delete": {
|
|
309800
309809
|
"summary": "Remove public organization membership for the authenticated user",
|
|
309801
|
-
"description": "This endpoint
|
|
309810
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309802
309811
|
"tags": ["orgs"],
|
|
309803
309812
|
"operationId": "orgs/remove-public-membership-for-authenticated-user",
|
|
309804
309813
|
"externalDocs": {
|
|
@@ -309812,7 +309821,7 @@
|
|
|
309812
309821
|
"/orgs/{org}/secret-scanning/alerts": {
|
|
309813
309822
|
"get": {
|
|
309814
309823
|
"summary": "List secret scanning alerts for an organization",
|
|
309815
|
-
"description": "This endpoint
|
|
309824
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309816
309825
|
"tags": ["secret-scanning"],
|
|
309817
309826
|
"operationId": "secret-scanning/list-alerts-for-org",
|
|
309818
309827
|
"externalDocs": {
|
|
@@ -309826,7 +309835,7 @@
|
|
|
309826
309835
|
"/orgs/{org}/settings/billing/actions": {
|
|
309827
309836
|
"get": {
|
|
309828
309837
|
"summary": "Get GitHub Actions billing for an organization",
|
|
309829
|
-
"description": "This endpoint
|
|
309838
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309830
309839
|
"operationId": "billing/get-github-actions-billing-org",
|
|
309831
309840
|
"tags": ["billing"],
|
|
309832
309841
|
"externalDocs": {
|
|
@@ -309840,7 +309849,7 @@
|
|
|
309840
309849
|
"/orgs/{org}/settings/billing/advanced-security": {
|
|
309841
309850
|
"get": {
|
|
309842
309851
|
"summary": "Get GitHub Advanced Security active committers for an organization",
|
|
309843
|
-
"description": "This endpoint
|
|
309852
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309844
309853
|
"tags": ["billing"],
|
|
309845
309854
|
"operationId": "billing/get-github-advanced-security-billing-org",
|
|
309846
309855
|
"externalDocs": {
|
|
@@ -309854,7 +309863,7 @@
|
|
|
309854
309863
|
"/orgs/{org}/settings/billing/packages": {
|
|
309855
309864
|
"get": {
|
|
309856
309865
|
"summary": "Get GitHub Packages billing for an organization",
|
|
309857
|
-
"description": "This endpoint
|
|
309866
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309858
309867
|
"operationId": "billing/get-github-packages-billing-org",
|
|
309859
309868
|
"tags": ["billing"],
|
|
309860
309869
|
"externalDocs": {
|
|
@@ -309868,7 +309877,7 @@
|
|
|
309868
309877
|
"/orgs/{org}/settings/billing/shared-storage": {
|
|
309869
309878
|
"get": {
|
|
309870
309879
|
"summary": "Get shared storage billing for an organization",
|
|
309871
|
-
"description": "This endpoint
|
|
309880
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309872
309881
|
"operationId": "billing/get-shared-storage-billing-org",
|
|
309873
309882
|
"tags": ["billing"],
|
|
309874
309883
|
"externalDocs": {
|
|
@@ -309882,7 +309891,7 @@
|
|
|
309882
309891
|
"/orgs/{org}/team-sync/groups": {
|
|
309883
309892
|
"get": {
|
|
309884
309893
|
"summary": "List IdP groups for an organization",
|
|
309885
|
-
"description": "This endpoint
|
|
309894
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309886
309895
|
"tags": ["teams"],
|
|
309887
309896
|
"operationId": "teams/list-idp-groups-for-org",
|
|
309888
309897
|
"externalDocs": {
|
|
@@ -309896,7 +309905,7 @@
|
|
|
309896
309905
|
"/orgs/{org}/teams/{team_slug}/invitations": {
|
|
309897
309906
|
"get": {
|
|
309898
309907
|
"summary": "List pending team invitations",
|
|
309899
|
-
"description": "This endpoint
|
|
309908
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309900
309909
|
"tags": ["teams"],
|
|
309901
309910
|
"operationId": "teams/list-pending-invitations-in-org",
|
|
309902
309911
|
"externalDocs": {
|
|
@@ -309910,7 +309919,7 @@
|
|
|
309910
309919
|
"/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": {
|
|
309911
309920
|
"get": {
|
|
309912
309921
|
"summary": "List IdP groups for a team",
|
|
309913
|
-
"description": "This endpoint
|
|
309922
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309914
309923
|
"tags": ["teams"],
|
|
309915
309924
|
"operationId": "teams/list-idp-groups-in-org",
|
|
309916
309925
|
"externalDocs": {
|
|
@@ -309922,7 +309931,7 @@
|
|
|
309922
309931
|
},
|
|
309923
309932
|
"patch": {
|
|
309924
309933
|
"summary": "Create or update IdP group connections",
|
|
309925
|
-
"description": "This endpoint
|
|
309934
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309926
309935
|
"tags": ["teams"],
|
|
309927
309936
|
"operationId": "teams/create-or-update-idp-group-connections-in-org",
|
|
309928
309937
|
"externalDocs": {
|
|
@@ -309936,7 +309945,7 @@
|
|
|
309936
309945
|
"/repos/{owner}/{repo}/actions/cache/usage": {
|
|
309937
309946
|
"get": {
|
|
309938
309947
|
"summary": "Get GitHub Actions cache usage for a repository",
|
|
309939
|
-
"description": "This endpoint
|
|
309948
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309940
309949
|
"tags": ["actions"],
|
|
309941
309950
|
"operationId": "actions/get-actions-cache-usage",
|
|
309942
309951
|
"externalDocs": {
|
|
@@ -309950,7 +309959,7 @@
|
|
|
309950
309959
|
"/repos/{owner}/{repo}/actions/caches": {
|
|
309951
309960
|
"get": {
|
|
309952
309961
|
"summary": "List GitHub Actions caches for a repository",
|
|
309953
|
-
"description": "This endpoint
|
|
309962
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309954
309963
|
"tags": ["actions"],
|
|
309955
309964
|
"operationId": "actions/get-actions-cache-list",
|
|
309956
309965
|
"externalDocs": {
|
|
@@ -309962,7 +309971,7 @@
|
|
|
309962
309971
|
},
|
|
309963
309972
|
"delete": {
|
|
309964
309973
|
"summary": "Delete GitHub Actions caches for a repository (using a cache key)",
|
|
309965
|
-
"description": "This endpoint
|
|
309974
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309966
309975
|
"tags": ["actions"],
|
|
309967
309976
|
"operationId": "actions/delete-actions-cache-by-key",
|
|
309968
309977
|
"externalDocs": {
|
|
@@ -309976,7 +309985,7 @@
|
|
|
309976
309985
|
"/repos/{owner}/{repo}/actions/caches/{cache_id}": {
|
|
309977
309986
|
"delete": {
|
|
309978
309987
|
"summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
|
|
309979
|
-
"description": "This endpoint
|
|
309988
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309980
309989
|
"tags": ["actions"],
|
|
309981
309990
|
"operationId": "actions/delete-actions-cache-by-id",
|
|
309982
309991
|
"externalDocs": {
|
|
@@ -309990,7 +309999,7 @@
|
|
|
309990
309999
|
"/repos/{owner}/{repo}/actions/jobs/{job_id}/rerun": {
|
|
309991
310000
|
"post": {
|
|
309992
310001
|
"summary": "Re-run a job from a workflow run",
|
|
309993
|
-
"description": "This endpoint
|
|
310002
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
309994
310003
|
"tags": ["actions"],
|
|
309995
310004
|
"operationId": "actions/re-run-job-for-workflow-run",
|
|
309996
310005
|
"externalDocs": {
|
|
@@ -310004,7 +310013,7 @@
|
|
|
310004
310013
|
"/repos/{owner}/{repo}/actions/oidc/customization/sub": {
|
|
310005
310014
|
"get": {
|
|
310006
310015
|
"summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
|
|
310007
|
-
"description": "This endpoint
|
|
310016
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310008
310017
|
"tags": ["actions"],
|
|
310009
310018
|
"operationId": "actions/get-custom-oidc-sub-claim-for-repo",
|
|
310010
310019
|
"externalDocs": {
|
|
@@ -310016,7 +310025,7 @@
|
|
|
310016
310025
|
},
|
|
310017
310026
|
"put": {
|
|
310018
310027
|
"summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
|
|
310019
|
-
"description": "This endpoint
|
|
310028
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310020
310029
|
"tags": ["actions"],
|
|
310021
310030
|
"operationId": "actions/set-custom-oidc-sub-claim-for-repo",
|
|
310022
310031
|
"externalDocs": {
|
|
@@ -310030,7 +310039,7 @@
|
|
|
310030
310039
|
"/repos/{owner}/{repo}/actions/permissions/access": {
|
|
310031
310040
|
"get": {
|
|
310032
310041
|
"summary": "Get the level of access for workflows outside of the repository",
|
|
310033
|
-
"description": "This endpoint
|
|
310042
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310034
310043
|
"tags": ["actions"],
|
|
310035
310044
|
"operationId": "actions/get-workflow-access-to-repository",
|
|
310036
310045
|
"externalDocs": {
|
|
@@ -310042,7 +310051,7 @@
|
|
|
310042
310051
|
},
|
|
310043
310052
|
"put": {
|
|
310044
310053
|
"summary": "Set the level of access for workflows outside of the repository",
|
|
310045
|
-
"description": "This endpoint
|
|
310054
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310046
310055
|
"tags": ["actions"],
|
|
310047
310056
|
"operationId": "actions/set-workflow-access-to-repository",
|
|
310048
310057
|
"externalDocs": {
|
|
@@ -310056,7 +310065,7 @@
|
|
|
310056
310065
|
"/repos/{owner}/{repo}/actions/permissions/workflow": {
|
|
310057
310066
|
"get": {
|
|
310058
310067
|
"summary": "Get default workflow permissions for a repository",
|
|
310059
|
-
"description": "This endpoint
|
|
310068
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310060
310069
|
"tags": ["actions"],
|
|
310061
310070
|
"operationId": "actions/get-github-actions-default-workflow-permissions-repository",
|
|
310062
310071
|
"externalDocs": {
|
|
@@ -310068,7 +310077,7 @@
|
|
|
310068
310077
|
},
|
|
310069
310078
|
"put": {
|
|
310070
310079
|
"summary": "Set default workflow permissions for a repository",
|
|
310071
|
-
"description": "This endpoint
|
|
310080
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310072
310081
|
"tags": ["actions"],
|
|
310073
310082
|
"operationId": "actions/set-github-actions-default-workflow-permissions-repository",
|
|
310074
310083
|
"externalDocs": {
|
|
@@ -310082,7 +310091,7 @@
|
|
|
310082
310091
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
|
|
310083
310092
|
"get": {
|
|
310084
310093
|
"summary": "List labels for a self-hosted runner for a repository",
|
|
310085
|
-
"description": "This endpoint
|
|
310094
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310086
310095
|
"tags": ["actions"],
|
|
310087
310096
|
"operationId": "actions/list-labels-for-self-hosted-runner-for-repo",
|
|
310088
310097
|
"externalDocs": {
|
|
@@ -310094,7 +310103,7 @@
|
|
|
310094
310103
|
},
|
|
310095
310104
|
"put": {
|
|
310096
310105
|
"summary": "Set custom labels for a self-hosted runner for a repository",
|
|
310097
|
-
"description": "This endpoint
|
|
310106
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310098
310107
|
"tags": ["actions"],
|
|
310099
310108
|
"operationId": "actions/set-custom-labels-for-self-hosted-runner-for-repo",
|
|
310100
310109
|
"externalDocs": {
|
|
@@ -310106,7 +310115,7 @@
|
|
|
310106
310115
|
},
|
|
310107
310116
|
"post": {
|
|
310108
310117
|
"summary": "Add custom labels to a self-hosted runner for a repository",
|
|
310109
|
-
"description": "This endpoint
|
|
310118
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310110
310119
|
"tags": ["actions"],
|
|
310111
310120
|
"operationId": "actions/add-custom-labels-to-self-hosted-runner-for-repo",
|
|
310112
310121
|
"externalDocs": {
|
|
@@ -310118,7 +310127,7 @@
|
|
|
310118
310127
|
},
|
|
310119
310128
|
"delete": {
|
|
310120
310129
|
"summary": "Remove all custom labels from a self-hosted runner for a repository",
|
|
310121
|
-
"description": "This endpoint
|
|
310130
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310122
310131
|
"tags": ["actions"],
|
|
310123
310132
|
"operationId": "actions/remove-all-custom-labels-from-self-hosted-runner-for-repo",
|
|
310124
310133
|
"externalDocs": {
|
|
@@ -310132,7 +310141,7 @@
|
|
|
310132
310141
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
|
|
310133
310142
|
"delete": {
|
|
310134
310143
|
"summary": "Remove a custom label from a self-hosted runner for a repository",
|
|
310135
|
-
"description": "This endpoint
|
|
310144
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310136
310145
|
"tags": ["actions"],
|
|
310137
310146
|
"operationId": "actions/remove-custom-label-from-self-hosted-runner-for-repo",
|
|
310138
310147
|
"externalDocs": {
|
|
@@ -310146,7 +310155,7 @@
|
|
|
310146
310155
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/approvals": {
|
|
310147
310156
|
"get": {
|
|
310148
310157
|
"summary": "Get the review history for a workflow run",
|
|
310149
|
-
"description": "This endpoint
|
|
310158
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310150
310159
|
"tags": ["actions"],
|
|
310151
310160
|
"operationId": "actions/get-reviews-for-run",
|
|
310152
310161
|
"externalDocs": {
|
|
@@ -310160,7 +310169,7 @@
|
|
|
310160
310169
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/approve": {
|
|
310161
310170
|
"post": {
|
|
310162
310171
|
"summary": "Approve a workflow run for a fork pull request",
|
|
310163
|
-
"description": "This endpoint
|
|
310172
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310164
310173
|
"tags": ["actions"],
|
|
310165
310174
|
"operationId": "actions/approve-workflow-run",
|
|
310166
310175
|
"externalDocs": {
|
|
@@ -310174,7 +310183,7 @@
|
|
|
310174
310183
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": {
|
|
310175
310184
|
"get": {
|
|
310176
310185
|
"summary": "Get pending deployments for a workflow run",
|
|
310177
|
-
"description": "This endpoint
|
|
310186
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310178
310187
|
"tags": ["actions"],
|
|
310179
310188
|
"operationId": "actions/get-pending-deployments-for-run",
|
|
310180
310189
|
"externalDocs": {
|
|
@@ -310186,7 +310195,7 @@
|
|
|
310186
310195
|
},
|
|
310187
310196
|
"post": {
|
|
310188
310197
|
"summary": "Review pending deployments for a workflow run",
|
|
310189
|
-
"description": "This endpoint
|
|
310198
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310190
310199
|
"tags": ["actions"],
|
|
310191
310200
|
"operationId": "actions/review-pending-deployments-for-run",
|
|
310192
310201
|
"externalDocs": {
|
|
@@ -310200,7 +310209,7 @@
|
|
|
310200
310209
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": {
|
|
310201
310210
|
"post": {
|
|
310202
310211
|
"summary": "Re-run failed jobs from a workflow run",
|
|
310203
|
-
"description": "This endpoint
|
|
310212
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310204
310213
|
"tags": ["actions"],
|
|
310205
310214
|
"operationId": "actions/re-run-workflow-failed-jobs",
|
|
310206
310215
|
"externalDocs": {
|
|
@@ -310214,7 +310223,7 @@
|
|
|
310214
310223
|
"/repos/{owner}/{repo}/automated-security-fixes": {
|
|
310215
310224
|
"put": {
|
|
310216
310225
|
"summary": "Enable automated security fixes",
|
|
310217
|
-
"description": "This endpoint
|
|
310226
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310218
310227
|
"tags": ["repos"],
|
|
310219
310228
|
"operationId": "repos/enable-automated-security-fixes",
|
|
310220
310229
|
"externalDocs": {
|
|
@@ -310226,7 +310235,7 @@
|
|
|
310226
310235
|
},
|
|
310227
310236
|
"delete": {
|
|
310228
310237
|
"summary": "Disable automated security fixes",
|
|
310229
|
-
"description": "This endpoint
|
|
310238
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310230
310239
|
"tags": ["repos"],
|
|
310231
310240
|
"operationId": "repos/disable-automated-security-fixes",
|
|
310232
310241
|
"externalDocs": {
|
|
@@ -310240,7 +310249,7 @@
|
|
|
310240
310249
|
"/repos/{owner}/{repo}/branches/{branch}/rename": {
|
|
310241
310250
|
"post": {
|
|
310242
310251
|
"summary": "Rename a branch",
|
|
310243
|
-
"description": "This endpoint
|
|
310252
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310244
310253
|
"tags": ["repos"],
|
|
310245
310254
|
"operationId": "repos/rename-branch",
|
|
310246
310255
|
"externalDocs": {
|
|
@@ -310254,7 +310263,7 @@
|
|
|
310254
310263
|
"/repos/{owner}/{repo}/codespaces": {
|
|
310255
310264
|
"get": {
|
|
310256
310265
|
"summary": "List codespaces in a repository for the authenticated user",
|
|
310257
|
-
"description": "This endpoint
|
|
310266
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310258
310267
|
"tags": ["codespaces"],
|
|
310259
310268
|
"operationId": "codespaces/list-in-repository-for-authenticated-user",
|
|
310260
310269
|
"externalDocs": {
|
|
@@ -310266,7 +310275,7 @@
|
|
|
310266
310275
|
},
|
|
310267
310276
|
"post": {
|
|
310268
310277
|
"summary": "Create a codespace in a repository",
|
|
310269
|
-
"description": "This endpoint
|
|
310278
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310270
310279
|
"tags": ["codespaces"],
|
|
310271
310280
|
"operationId": "codespaces/create-with-repo-for-authenticated-user",
|
|
310272
310281
|
"externalDocs": {
|
|
@@ -310280,7 +310289,7 @@
|
|
|
310280
310289
|
"/repos/{owner}/{repo}/codespaces/devcontainers": {
|
|
310281
310290
|
"get": {
|
|
310282
310291
|
"summary": "List devcontainer configurations in a repository for the authenticated user",
|
|
310283
|
-
"description": "This endpoint
|
|
310292
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310284
310293
|
"tags": ["codespaces"],
|
|
310285
310294
|
"operationId": "codespaces/list-devcontainers-in-repository-for-authenticated-user",
|
|
310286
310295
|
"externalDocs": {
|
|
@@ -310294,7 +310303,7 @@
|
|
|
310294
310303
|
"/repos/{owner}/{repo}/codespaces/machines": {
|
|
310295
310304
|
"get": {
|
|
310296
310305
|
"summary": "List available machine types for a repository",
|
|
310297
|
-
"description": "This endpoint
|
|
310306
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310298
310307
|
"tags": ["codespaces"],
|
|
310299
310308
|
"operationId": "codespaces/repo-machines-for-authenticated-user",
|
|
310300
310309
|
"externalDocs": {
|
|
@@ -310308,7 +310317,7 @@
|
|
|
310308
310317
|
"/repos/{owner}/{repo}/codespaces/secrets": {
|
|
310309
310318
|
"get": {
|
|
310310
310319
|
"summary": "List repository secrets",
|
|
310311
|
-
"description": "This endpoint
|
|
310320
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310312
310321
|
"tags": ["codespaces"],
|
|
310313
310322
|
"operationId": "codespaces/list-repo-secrets",
|
|
310314
310323
|
"externalDocs": {
|
|
@@ -310322,7 +310331,7 @@
|
|
|
310322
310331
|
"/repos/{owner}/{repo}/codespaces/secrets/public-key": {
|
|
310323
310332
|
"get": {
|
|
310324
310333
|
"summary": "Get a repository public key",
|
|
310325
|
-
"description": "This endpoint
|
|
310334
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310326
310335
|
"tags": ["codespaces"],
|
|
310327
310336
|
"operationId": "codespaces/get-repo-public-key",
|
|
310328
310337
|
"externalDocs": {
|
|
@@ -310336,7 +310345,7 @@
|
|
|
310336
310345
|
"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": {
|
|
310337
310346
|
"get": {
|
|
310338
310347
|
"summary": "Get a repository secret",
|
|
310339
|
-
"description": "This endpoint
|
|
310348
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310340
310349
|
"tags": ["codespaces"],
|
|
310341
310350
|
"operationId": "codespaces/get-repo-secret",
|
|
310342
310351
|
"externalDocs": {
|
|
@@ -310348,7 +310357,7 @@
|
|
|
310348
310357
|
},
|
|
310349
310358
|
"put": {
|
|
310350
310359
|
"summary": "Create or update a repository secret",
|
|
310351
|
-
"description": "This endpoint
|
|
310360
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310352
310361
|
"tags": ["codespaces"],
|
|
310353
310362
|
"operationId": "codespaces/create-or-update-repo-secret",
|
|
310354
310363
|
"externalDocs": {
|
|
@@ -310360,7 +310369,7 @@
|
|
|
310360
310369
|
},
|
|
310361
310370
|
"delete": {
|
|
310362
310371
|
"summary": "Delete a repository secret",
|
|
310363
|
-
"description": "This endpoint
|
|
310372
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310364
310373
|
"tags": ["codespaces"],
|
|
310365
310374
|
"operationId": "codespaces/delete-repo-secret",
|
|
310366
310375
|
"externalDocs": {
|
|
@@ -310374,7 +310383,7 @@
|
|
|
310374
310383
|
"/repos/{owner}/{repo}/community/profile": {
|
|
310375
310384
|
"get": {
|
|
310376
310385
|
"summary": "Get community profile metrics",
|
|
310377
|
-
"description": "This endpoint
|
|
310386
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310378
310387
|
"tags": ["repos"],
|
|
310379
310388
|
"operationId": "repos/get-community-profile-metrics",
|
|
310380
310389
|
"externalDocs": {
|
|
@@ -310388,7 +310397,7 @@
|
|
|
310388
310397
|
"/repos/{owner}/{repo}/dependabot/secrets": {
|
|
310389
310398
|
"get": {
|
|
310390
310399
|
"summary": "List repository secrets",
|
|
310391
|
-
"description": "This endpoint
|
|
310400
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310392
310401
|
"tags": ["dependabot"],
|
|
310393
310402
|
"operationId": "dependabot/list-repo-secrets",
|
|
310394
310403
|
"externalDocs": {
|
|
@@ -310402,7 +310411,7 @@
|
|
|
310402
310411
|
"/repos/{owner}/{repo}/dependabot/secrets/public-key": {
|
|
310403
310412
|
"get": {
|
|
310404
310413
|
"summary": "Get a repository public key",
|
|
310405
|
-
"description": "This endpoint
|
|
310414
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310406
310415
|
"tags": ["dependabot"],
|
|
310407
310416
|
"operationId": "dependabot/get-repo-public-key",
|
|
310408
310417
|
"externalDocs": {
|
|
@@ -310416,7 +310425,7 @@
|
|
|
310416
310425
|
"/repos/{owner}/{repo}/dependabot/secrets/{secret_name}": {
|
|
310417
310426
|
"get": {
|
|
310418
310427
|
"summary": "Get a repository secret",
|
|
310419
|
-
"description": "This endpoint
|
|
310428
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310420
310429
|
"tags": ["dependabot"],
|
|
310421
310430
|
"operationId": "dependabot/get-repo-secret",
|
|
310422
310431
|
"externalDocs": {
|
|
@@ -310428,7 +310437,7 @@
|
|
|
310428
310437
|
},
|
|
310429
310438
|
"put": {
|
|
310430
310439
|
"summary": "Create or update a repository secret",
|
|
310431
|
-
"description": "This endpoint
|
|
310440
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310432
310441
|
"tags": ["dependabot"],
|
|
310433
310442
|
"operationId": "dependabot/create-or-update-repo-secret",
|
|
310434
310443
|
"externalDocs": {
|
|
@@ -310440,7 +310449,7 @@
|
|
|
310440
310449
|
},
|
|
310441
310450
|
"delete": {
|
|
310442
310451
|
"summary": "Delete a repository secret",
|
|
310443
|
-
"description": "This endpoint
|
|
310452
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310444
310453
|
"tags": ["dependabot"],
|
|
310445
310454
|
"operationId": "dependabot/delete-repo-secret",
|
|
310446
310455
|
"externalDocs": {
|
|
@@ -310454,7 +310463,7 @@
|
|
|
310454
310463
|
"/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": {
|
|
310455
310464
|
"get": {
|
|
310456
310465
|
"summary": "Get a diff of the dependencies between commits",
|
|
310457
|
-
"description": "This endpoint
|
|
310466
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310458
310467
|
"tags": ["dependency-graph"],
|
|
310459
310468
|
"operationId": "dependency-graph/diff-range",
|
|
310460
310469
|
"externalDocs": {
|
|
@@ -310468,7 +310477,7 @@
|
|
|
310468
310477
|
"/repos/{owner}/{repo}/dependency-graph/snapshots": {
|
|
310469
310478
|
"post": {
|
|
310470
310479
|
"summary": "Create a snapshot of dependencies for a repository",
|
|
310471
|
-
"description": "This endpoint
|
|
310480
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310472
310481
|
"tags": ["dependency-graph"],
|
|
310473
310482
|
"operationId": "dependency-graph/create-repository-snapshot",
|
|
310474
310483
|
"externalDocs": {
|
|
@@ -310482,7 +310491,7 @@
|
|
|
310482
310491
|
"/repos/{owner}/{repo}/import": {
|
|
310483
310492
|
"get": {
|
|
310484
310493
|
"summary": "Get an import status",
|
|
310485
|
-
"description": "This endpoint
|
|
310494
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310486
310495
|
"tags": ["migrations"],
|
|
310487
310496
|
"operationId": "migrations/get-import-status",
|
|
310488
310497
|
"externalDocs": {
|
|
@@ -310494,7 +310503,7 @@
|
|
|
310494
310503
|
},
|
|
310495
310504
|
"put": {
|
|
310496
310505
|
"summary": "Start an import",
|
|
310497
|
-
"description": "This endpoint
|
|
310506
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310498
310507
|
"tags": ["migrations"],
|
|
310499
310508
|
"operationId": "migrations/start-import",
|
|
310500
310509
|
"externalDocs": {
|
|
@@ -310506,7 +310515,7 @@
|
|
|
310506
310515
|
},
|
|
310507
310516
|
"delete": {
|
|
310508
310517
|
"summary": "Cancel an import",
|
|
310509
|
-
"description": "This endpoint
|
|
310518
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310510
310519
|
"tags": ["migrations"],
|
|
310511
310520
|
"operationId": "migrations/cancel-import",
|
|
310512
310521
|
"externalDocs": {
|
|
@@ -310518,7 +310527,7 @@
|
|
|
310518
310527
|
},
|
|
310519
310528
|
"patch": {
|
|
310520
310529
|
"summary": "Update an import",
|
|
310521
|
-
"description": "This endpoint
|
|
310530
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310522
310531
|
"tags": ["migrations"],
|
|
310523
310532
|
"operationId": "migrations/update-import",
|
|
310524
310533
|
"externalDocs": {
|
|
@@ -310532,7 +310541,7 @@
|
|
|
310532
310541
|
"/repos/{owner}/{repo}/import/authors": {
|
|
310533
310542
|
"get": {
|
|
310534
310543
|
"summary": "Get commit authors",
|
|
310535
|
-
"description": "This endpoint
|
|
310544
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310536
310545
|
"tags": ["migrations"],
|
|
310537
310546
|
"operationId": "migrations/get-commit-authors",
|
|
310538
310547
|
"externalDocs": {
|
|
@@ -310546,7 +310555,7 @@
|
|
|
310546
310555
|
"/repos/{owner}/{repo}/import/authors/{author_id}": {
|
|
310547
310556
|
"patch": {
|
|
310548
310557
|
"summary": "Map a commit author",
|
|
310549
|
-
"description": "This endpoint
|
|
310558
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310550
310559
|
"tags": ["migrations"],
|
|
310551
310560
|
"operationId": "migrations/map-commit-author",
|
|
310552
310561
|
"externalDocs": {
|
|
@@ -310560,7 +310569,7 @@
|
|
|
310560
310569
|
"/repos/{owner}/{repo}/import/large_files": {
|
|
310561
310570
|
"get": {
|
|
310562
310571
|
"summary": "Get large files",
|
|
310563
|
-
"description": "This endpoint
|
|
310572
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310564
310573
|
"tags": ["migrations"],
|
|
310565
310574
|
"operationId": "migrations/get-large-files",
|
|
310566
310575
|
"externalDocs": {
|
|
@@ -310574,7 +310583,7 @@
|
|
|
310574
310583
|
"/repos/{owner}/{repo}/import/lfs": {
|
|
310575
310584
|
"patch": {
|
|
310576
310585
|
"summary": "Update Git LFS preference",
|
|
310577
|
-
"description": "This endpoint
|
|
310586
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310578
310587
|
"tags": ["migrations"],
|
|
310579
310588
|
"operationId": "migrations/set-lfs-preference",
|
|
310580
310589
|
"externalDocs": {
|
|
@@ -310588,7 +310597,7 @@
|
|
|
310588
310597
|
"/repos/{owner}/{repo}/interaction-limits": {
|
|
310589
310598
|
"get": {
|
|
310590
310599
|
"summary": "Get interaction restrictions for a repository",
|
|
310591
|
-
"description": "This endpoint
|
|
310600
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310592
310601
|
"tags": ["interactions"],
|
|
310593
310602
|
"operationId": "interactions/get-restrictions-for-repo",
|
|
310594
310603
|
"externalDocs": {
|
|
@@ -310600,7 +310609,7 @@
|
|
|
310600
310609
|
},
|
|
310601
310610
|
"put": {
|
|
310602
310611
|
"summary": "Set interaction restrictions for a repository",
|
|
310603
|
-
"description": "This endpoint
|
|
310612
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310604
310613
|
"tags": ["interactions"],
|
|
310605
310614
|
"operationId": "interactions/set-restrictions-for-repo",
|
|
310606
310615
|
"externalDocs": {
|
|
@@ -310612,7 +310621,7 @@
|
|
|
310612
310621
|
},
|
|
310613
310622
|
"delete": {
|
|
310614
310623
|
"summary": "Remove interaction restrictions for a repository",
|
|
310615
|
-
"description": "This endpoint
|
|
310624
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310616
310625
|
"tags": ["interactions"],
|
|
310617
310626
|
"operationId": "interactions/remove-restrictions-for-repo",
|
|
310618
310627
|
"externalDocs": {
|
|
@@ -310626,7 +310635,7 @@
|
|
|
310626
310635
|
"/repos/{owner}/{repo}/pages/health": {
|
|
310627
310636
|
"get": {
|
|
310628
310637
|
"summary": "Get a DNS health check for GitHub Pages",
|
|
310629
|
-
"description": "This endpoint
|
|
310638
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310630
310639
|
"tags": ["repos"],
|
|
310631
310640
|
"operationId": "repos/get-pages-health-check",
|
|
310632
310641
|
"externalDocs": {
|
|
@@ -310640,7 +310649,7 @@
|
|
|
310640
310649
|
"/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": {
|
|
310641
310650
|
"post": {
|
|
310642
310651
|
"summary": "Create a codespace from a pull request",
|
|
310643
|
-
"description": "This endpoint
|
|
310652
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310644
310653
|
"tags": ["codespaces"],
|
|
310645
310654
|
"operationId": "codespaces/create-with-pr-for-authenticated-user",
|
|
310646
310655
|
"externalDocs": {
|
|
@@ -310654,7 +310663,7 @@
|
|
|
310654
310663
|
"/repos/{owner}/{repo}/releases/generate-notes": {
|
|
310655
310664
|
"post": {
|
|
310656
310665
|
"summary": "Generate release notes content for a release",
|
|
310657
|
-
"description": "This endpoint
|
|
310666
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310658
310667
|
"tags": ["repos"],
|
|
310659
310668
|
"operationId": "repos/generate-release-notes",
|
|
310660
310669
|
"externalDocs": {
|
|
@@ -310668,7 +310677,7 @@
|
|
|
310668
310677
|
"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": {
|
|
310669
310678
|
"get": {
|
|
310670
310679
|
"summary": "List locations for a secret scanning alert",
|
|
310671
|
-
"description": "This endpoint
|
|
310680
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310672
310681
|
"tags": ["secret-scanning"],
|
|
310673
310682
|
"operationId": "secret-scanning/list-locations-for-alert",
|
|
310674
310683
|
"externalDocs": {
|
|
@@ -310682,7 +310691,7 @@
|
|
|
310682
310691
|
"/repos/{owner}/{repo}/tags/protection": {
|
|
310683
310692
|
"get": {
|
|
310684
310693
|
"summary": "List tag protection states for a repository",
|
|
310685
|
-
"description": "This endpoint
|
|
310694
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310686
310695
|
"tags": ["repos"],
|
|
310687
310696
|
"operationId": "repos/list-tag-protection",
|
|
310688
310697
|
"externalDocs": {
|
|
@@ -310694,7 +310703,7 @@
|
|
|
310694
310703
|
},
|
|
310695
310704
|
"post": {
|
|
310696
310705
|
"summary": "Create a tag protection state for a repository",
|
|
310697
|
-
"description": "This endpoint
|
|
310706
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310698
310707
|
"tags": ["repos"],
|
|
310699
310708
|
"operationId": "repos/create-tag-protection",
|
|
310700
310709
|
"externalDocs": {
|
|
@@ -310708,7 +310717,7 @@
|
|
|
310708
310717
|
"/repos/{owner}/{repo}/tags/protection/{tag_protection_id}": {
|
|
310709
310718
|
"delete": {
|
|
310710
310719
|
"summary": "Delete a tag protection state for a repository",
|
|
310711
|
-
"description": "This endpoint
|
|
310720
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310712
310721
|
"tags": ["repos"],
|
|
310713
310722
|
"operationId": "repos/delete-tag-protection",
|
|
310714
310723
|
"externalDocs": {
|
|
@@ -310722,7 +310731,7 @@
|
|
|
310722
310731
|
"/repos/{owner}/{repo}/traffic/clones": {
|
|
310723
310732
|
"get": {
|
|
310724
310733
|
"summary": "Get repository clones",
|
|
310725
|
-
"description": "This endpoint
|
|
310734
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310726
310735
|
"tags": ["repos"],
|
|
310727
310736
|
"operationId": "repos/get-clones",
|
|
310728
310737
|
"externalDocs": {
|
|
@@ -310736,7 +310745,7 @@
|
|
|
310736
310745
|
"/repos/{owner}/{repo}/traffic/popular/paths": {
|
|
310737
310746
|
"get": {
|
|
310738
310747
|
"summary": "Get top referral paths",
|
|
310739
|
-
"description": "This endpoint
|
|
310748
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310740
310749
|
"tags": ["repos"],
|
|
310741
310750
|
"operationId": "repos/get-top-paths",
|
|
310742
310751
|
"externalDocs": {
|
|
@@ -310750,7 +310759,7 @@
|
|
|
310750
310759
|
"/repos/{owner}/{repo}/traffic/popular/referrers": {
|
|
310751
310760
|
"get": {
|
|
310752
310761
|
"summary": "Get top referral sources",
|
|
310753
|
-
"description": "This endpoint
|
|
310762
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310754
310763
|
"tags": ["repos"],
|
|
310755
310764
|
"operationId": "repos/get-top-referrers",
|
|
310756
310765
|
"externalDocs": {
|
|
@@ -310764,7 +310773,7 @@
|
|
|
310764
310773
|
"/repos/{owner}/{repo}/traffic/views": {
|
|
310765
310774
|
"get": {
|
|
310766
310775
|
"summary": "Get page views",
|
|
310767
|
-
"description": "This endpoint
|
|
310776
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310768
310777
|
"tags": ["repos"],
|
|
310769
310778
|
"operationId": "repos/get-views",
|
|
310770
310779
|
"externalDocs": {
|
|
@@ -310778,7 +310787,7 @@
|
|
|
310778
310787
|
"/repos/{owner}/{repo}/vulnerability-alerts": {
|
|
310779
310788
|
"get": {
|
|
310780
310789
|
"summary": "Check if vulnerability alerts are enabled for a repository",
|
|
310781
|
-
"description": "This endpoint
|
|
310790
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310782
310791
|
"tags": ["repos"],
|
|
310783
310792
|
"operationId": "repos/check-vulnerability-alerts",
|
|
310784
310793
|
"externalDocs": {
|
|
@@ -310790,7 +310799,7 @@
|
|
|
310790
310799
|
},
|
|
310791
310800
|
"put": {
|
|
310792
310801
|
"summary": "Enable vulnerability alerts",
|
|
310793
|
-
"description": "This endpoint
|
|
310802
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310794
310803
|
"tags": ["repos"],
|
|
310795
310804
|
"operationId": "repos/enable-vulnerability-alerts",
|
|
310796
310805
|
"externalDocs": {
|
|
@@ -310802,7 +310811,7 @@
|
|
|
310802
310811
|
},
|
|
310803
310812
|
"delete": {
|
|
310804
310813
|
"summary": "Disable vulnerability alerts",
|
|
310805
|
-
"description": "This endpoint
|
|
310814
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310806
310815
|
"tags": ["repos"],
|
|
310807
310816
|
"operationId": "repos/disable-vulnerability-alerts",
|
|
310808
310817
|
"externalDocs": {
|
|
@@ -310816,7 +310825,7 @@
|
|
|
310816
310825
|
"/repositories": {
|
|
310817
310826
|
"get": {
|
|
310818
310827
|
"summary": "List public repositories",
|
|
310819
|
-
"description": "This endpoint
|
|
310828
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310820
310829
|
"tags": ["repos"],
|
|
310821
310830
|
"operationId": "repos/list-public",
|
|
310822
310831
|
"externalDocs": {
|
|
@@ -310830,7 +310839,7 @@
|
|
|
310830
310839
|
"/repositories/{repository_id}/environments/{environment_name}/secrets": {
|
|
310831
310840
|
"get": {
|
|
310832
310841
|
"summary": "List environment secrets",
|
|
310833
|
-
"description": "This endpoint
|
|
310842
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310834
310843
|
"tags": ["actions"],
|
|
310835
310844
|
"operationId": "actions/list-environment-secrets",
|
|
310836
310845
|
"externalDocs": {
|
|
@@ -310844,7 +310853,7 @@
|
|
|
310844
310853
|
"/repositories/{repository_id}/environments/{environment_name}/secrets/public-key": {
|
|
310845
310854
|
"get": {
|
|
310846
310855
|
"summary": "Get an environment public key",
|
|
310847
|
-
"description": "This endpoint
|
|
310856
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310848
310857
|
"tags": ["actions"],
|
|
310849
310858
|
"operationId": "actions/get-environment-public-key",
|
|
310850
310859
|
"externalDocs": {
|
|
@@ -310858,7 +310867,7 @@
|
|
|
310858
310867
|
"/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}": {
|
|
310859
310868
|
"get": {
|
|
310860
310869
|
"summary": "Get an environment secret",
|
|
310861
|
-
"description": "This endpoint
|
|
310870
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310862
310871
|
"tags": ["actions"],
|
|
310863
310872
|
"operationId": "actions/get-environment-secret",
|
|
310864
310873
|
"externalDocs": {
|
|
@@ -310870,7 +310879,7 @@
|
|
|
310870
310879
|
},
|
|
310871
310880
|
"put": {
|
|
310872
310881
|
"summary": "Create or update an environment secret",
|
|
310873
|
-
"description": "This endpoint
|
|
310882
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310874
310883
|
"tags": ["actions"],
|
|
310875
310884
|
"operationId": "actions/create-or-update-environment-secret",
|
|
310876
310885
|
"externalDocs": {
|
|
@@ -310882,7 +310891,7 @@
|
|
|
310882
310891
|
},
|
|
310883
310892
|
"delete": {
|
|
310884
310893
|
"summary": "Delete an environment secret",
|
|
310885
|
-
"description": "This endpoint
|
|
310894
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310886
310895
|
"tags": ["actions"],
|
|
310887
310896
|
"operationId": "actions/delete-environment-secret",
|
|
310888
310897
|
"externalDocs": {
|
|
@@ -310896,7 +310905,7 @@
|
|
|
310896
310905
|
"/scim/v2/enterprises/{enterprise}/Users": {
|
|
310897
310906
|
"get": {
|
|
310898
310907
|
"summary": "List SCIM provisioned identities for an enterprise",
|
|
310899
|
-
"description": "This endpoint
|
|
310908
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310900
310909
|
"operationId": "enterprise-admin/list-provisioned-identities-enterprise",
|
|
310901
310910
|
"tags": ["enterprise-admin"],
|
|
310902
310911
|
"externalDocs": {
|
|
@@ -310908,7 +310917,7 @@
|
|
|
310908
310917
|
},
|
|
310909
310918
|
"post": {
|
|
310910
310919
|
"summary": "Provision and invite a SCIM enterprise user",
|
|
310911
|
-
"description": "This endpoint
|
|
310920
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310912
310921
|
"operationId": "enterprise-admin/provision-and-invite-enterprise-user",
|
|
310913
310922
|
"tags": ["enterprise-admin"],
|
|
310914
310923
|
"externalDocs": {
|
|
@@ -310922,7 +310931,7 @@
|
|
|
310922
310931
|
"/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": {
|
|
310923
310932
|
"get": {
|
|
310924
310933
|
"summary": "Get SCIM provisioning information for an enterprise user",
|
|
310925
|
-
"description": "This endpoint
|
|
310934
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310926
310935
|
"operationId": "enterprise-admin/get-provisioning-information-for-enterprise-user",
|
|
310927
310936
|
"tags": ["enterprise-admin"],
|
|
310928
310937
|
"externalDocs": {
|
|
@@ -310934,7 +310943,7 @@
|
|
|
310934
310943
|
},
|
|
310935
310944
|
"put": {
|
|
310936
310945
|
"summary": "Set SCIM information for a provisioned enterprise user",
|
|
310937
|
-
"description": "This endpoint
|
|
310946
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310938
310947
|
"operationId": "enterprise-admin/set-information-for-provisioned-enterprise-user",
|
|
310939
310948
|
"tags": ["enterprise-admin"],
|
|
310940
310949
|
"externalDocs": {
|
|
@@ -310946,7 +310955,7 @@
|
|
|
310946
310955
|
},
|
|
310947
310956
|
"delete": {
|
|
310948
310957
|
"summary": "Delete a SCIM user from an enterprise",
|
|
310949
|
-
"description": "This endpoint
|
|
310958
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310950
310959
|
"operationId": "enterprise-admin/delete-user-from-enterprise",
|
|
310951
310960
|
"tags": ["enterprise-admin"],
|
|
310952
310961
|
"externalDocs": {
|
|
@@ -310958,7 +310967,7 @@
|
|
|
310958
310967
|
},
|
|
310959
310968
|
"patch": {
|
|
310960
310969
|
"summary": "Update an attribute for a SCIM enterprise user",
|
|
310961
|
-
"description": "This endpoint
|
|
310970
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310962
310971
|
"operationId": "enterprise-admin/update-attribute-for-enterprise-user",
|
|
310963
310972
|
"tags": ["enterprise-admin"],
|
|
310964
310973
|
"externalDocs": {
|
|
@@ -310972,7 +310981,7 @@
|
|
|
310972
310981
|
"/scim/v2/organizations/{org}/Users": {
|
|
310973
310982
|
"get": {
|
|
310974
310983
|
"summary": "List SCIM provisioned identities",
|
|
310975
|
-
"description": "This endpoint
|
|
310984
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310976
310985
|
"tags": ["scim"],
|
|
310977
310986
|
"operationId": "scim/list-provisioned-identities",
|
|
310978
310987
|
"externalDocs": {
|
|
@@ -310984,7 +310993,7 @@
|
|
|
310984
310993
|
},
|
|
310985
310994
|
"post": {
|
|
310986
310995
|
"summary": "Provision and invite a SCIM user",
|
|
310987
|
-
"description": "This endpoint
|
|
310996
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
310988
310997
|
"tags": ["scim"],
|
|
310989
310998
|
"operationId": "scim/provision-and-invite-user",
|
|
310990
310999
|
"externalDocs": {
|
|
@@ -310998,7 +311007,7 @@
|
|
|
310998
311007
|
"/scim/v2/organizations/{org}/Users/{scim_user_id}": {
|
|
310999
311008
|
"get": {
|
|
311000
311009
|
"summary": "Get SCIM provisioning information for a user",
|
|
311001
|
-
"description": "This endpoint
|
|
311010
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311002
311011
|
"tags": ["scim"],
|
|
311003
311012
|
"operationId": "scim/get-provisioning-information-for-user",
|
|
311004
311013
|
"externalDocs": {
|
|
@@ -311010,7 +311019,7 @@
|
|
|
311010
311019
|
},
|
|
311011
311020
|
"put": {
|
|
311012
311021
|
"summary": "Update a provisioned organization membership",
|
|
311013
|
-
"description": "This endpoint
|
|
311022
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311014
311023
|
"tags": ["scim"],
|
|
311015
311024
|
"operationId": "scim/set-information-for-provisioned-user",
|
|
311016
311025
|
"externalDocs": {
|
|
@@ -311022,7 +311031,7 @@
|
|
|
311022
311031
|
},
|
|
311023
311032
|
"delete": {
|
|
311024
311033
|
"summary": "Delete a SCIM user from an organization",
|
|
311025
|
-
"description": "This endpoint
|
|
311034
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311026
311035
|
"tags": ["scim"],
|
|
311027
311036
|
"operationId": "scim/delete-user-from-org",
|
|
311028
311037
|
"externalDocs": {
|
|
@@ -311034,7 +311043,7 @@
|
|
|
311034
311043
|
},
|
|
311035
311044
|
"patch": {
|
|
311036
311045
|
"summary": "Update an attribute for a SCIM user",
|
|
311037
|
-
"description": "This endpoint
|
|
311046
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311038
311047
|
"tags": ["scim"],
|
|
311039
311048
|
"operationId": "scim/update-attribute-for-user",
|
|
311040
311049
|
"externalDocs": {
|
|
@@ -311048,7 +311057,7 @@
|
|
|
311048
311057
|
"/teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions": {
|
|
311049
311058
|
"get": {
|
|
311050
311059
|
"summary": "List reactions for a team discussion comment (Legacy)",
|
|
311051
|
-
"description": "This endpoint
|
|
311060
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311052
311061
|
"tags": ["reactions"],
|
|
311053
311062
|
"operationId": "reactions/list-for-team-discussion-comment-legacy",
|
|
311054
311063
|
"externalDocs": {
|
|
@@ -311061,7 +311070,7 @@
|
|
|
311061
311070
|
},
|
|
311062
311071
|
"post": {
|
|
311063
311072
|
"summary": "Create reaction for a team discussion comment (Legacy)",
|
|
311064
|
-
"description": "This endpoint
|
|
311073
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311065
311074
|
"tags": ["reactions"],
|
|
311066
311075
|
"operationId": "reactions/create-for-team-discussion-comment-legacy",
|
|
311067
311076
|
"externalDocs": {
|
|
@@ -311076,7 +311085,7 @@
|
|
|
311076
311085
|
"/teams/{team_id}/discussions/{discussion_number}/reactions": {
|
|
311077
311086
|
"get": {
|
|
311078
311087
|
"summary": "List reactions for a team discussion (Legacy)",
|
|
311079
|
-
"description": "This endpoint
|
|
311088
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311080
311089
|
"tags": ["reactions"],
|
|
311081
311090
|
"operationId": "reactions/list-for-team-discussion-legacy",
|
|
311082
311091
|
"externalDocs": {
|
|
@@ -311089,7 +311098,7 @@
|
|
|
311089
311098
|
},
|
|
311090
311099
|
"post": {
|
|
311091
311100
|
"summary": "Create reaction for a team discussion (Legacy)",
|
|
311092
|
-
"description": "This endpoint
|
|
311101
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311093
311102
|
"tags": ["reactions"],
|
|
311094
311103
|
"operationId": "reactions/create-for-team-discussion-legacy",
|
|
311095
311104
|
"externalDocs": {
|
|
@@ -311104,7 +311113,7 @@
|
|
|
311104
311113
|
"/teams/{team_id}/invitations": {
|
|
311105
311114
|
"get": {
|
|
311106
311115
|
"summary": "List pending team invitations (Legacy)",
|
|
311107
|
-
"description": "This endpoint
|
|
311116
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311108
311117
|
"tags": ["teams"],
|
|
311109
311118
|
"operationId": "teams/list-pending-invitations-legacy",
|
|
311110
311119
|
"externalDocs": {
|
|
@@ -311119,7 +311128,7 @@
|
|
|
311119
311128
|
"/teams/{team_id}/team-sync/group-mappings": {
|
|
311120
311129
|
"get": {
|
|
311121
311130
|
"summary": "List IdP groups for a team (Legacy)",
|
|
311122
|
-
"description": "This endpoint
|
|
311131
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311123
311132
|
"tags": ["teams"],
|
|
311124
311133
|
"operationId": "teams/list-idp-groups-for-legacy",
|
|
311125
311134
|
"externalDocs": {
|
|
@@ -311132,7 +311141,7 @@
|
|
|
311132
311141
|
},
|
|
311133
311142
|
"patch": {
|
|
311134
311143
|
"summary": "Create or update IdP group connections (Legacy)",
|
|
311135
|
-
"description": "This endpoint
|
|
311144
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311136
311145
|
"tags": ["teams"],
|
|
311137
311146
|
"operationId": "teams/create-or-update-idp-group-connections-legacy",
|
|
311138
311147
|
"externalDocs": {
|
|
@@ -311147,7 +311156,7 @@
|
|
|
311147
311156
|
"/user/blocks": {
|
|
311148
311157
|
"get": {
|
|
311149
311158
|
"summary": "List users blocked by the authenticated user",
|
|
311150
|
-
"description": "This endpoint
|
|
311159
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311151
311160
|
"tags": ["users"],
|
|
311152
311161
|
"operationId": "users/list-blocked-by-authenticated-user",
|
|
311153
311162
|
"externalDocs": {
|
|
@@ -311161,7 +311170,7 @@
|
|
|
311161
311170
|
"/user/blocks/{username}": {
|
|
311162
311171
|
"get": {
|
|
311163
311172
|
"summary": "Check if a user is blocked by the authenticated user",
|
|
311164
|
-
"description": "This endpoint
|
|
311173
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311165
311174
|
"tags": ["users"],
|
|
311166
311175
|
"operationId": "users/check-blocked",
|
|
311167
311176
|
"externalDocs": {
|
|
@@ -311173,7 +311182,7 @@
|
|
|
311173
311182
|
},
|
|
311174
311183
|
"put": {
|
|
311175
311184
|
"summary": "Block a user",
|
|
311176
|
-
"description": "This endpoint
|
|
311185
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311177
311186
|
"tags": ["users"],
|
|
311178
311187
|
"operationId": "users/block",
|
|
311179
311188
|
"externalDocs": {
|
|
@@ -311185,7 +311194,7 @@
|
|
|
311185
311194
|
},
|
|
311186
311195
|
"delete": {
|
|
311187
311196
|
"summary": "Unblock a user",
|
|
311188
|
-
"description": "This endpoint
|
|
311197
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311189
311198
|
"tags": ["users"],
|
|
311190
311199
|
"operationId": "users/unblock",
|
|
311191
311200
|
"externalDocs": {
|
|
@@ -311199,7 +311208,7 @@
|
|
|
311199
311208
|
"/user/codespaces": {
|
|
311200
311209
|
"get": {
|
|
311201
311210
|
"summary": "List codespaces for the authenticated user",
|
|
311202
|
-
"description": "This endpoint
|
|
311211
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311203
311212
|
"tags": ["codespaces"],
|
|
311204
311213
|
"operationId": "codespaces/list-for-authenticated-user",
|
|
311205
311214
|
"externalDocs": {
|
|
@@ -311211,7 +311220,7 @@
|
|
|
311211
311220
|
},
|
|
311212
311221
|
"post": {
|
|
311213
311222
|
"summary": "Create a codespace for the authenticated user",
|
|
311214
|
-
"description": "This endpoint
|
|
311223
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311215
311224
|
"tags": ["codespaces"],
|
|
311216
311225
|
"operationId": "codespaces/create-for-authenticated-user",
|
|
311217
311226
|
"externalDocs": {
|
|
@@ -311225,7 +311234,7 @@
|
|
|
311225
311234
|
"/user/codespaces/secrets": {
|
|
311226
311235
|
"get": {
|
|
311227
311236
|
"summary": "List secrets for the authenticated user",
|
|
311228
|
-
"description": "This endpoint
|
|
311237
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311229
311238
|
"tags": ["codespaces"],
|
|
311230
311239
|
"operationId": "codespaces/list-secrets-for-authenticated-user",
|
|
311231
311240
|
"externalDocs": {
|
|
@@ -311239,7 +311248,7 @@
|
|
|
311239
311248
|
"/user/codespaces/secrets/public-key": {
|
|
311240
311249
|
"get": {
|
|
311241
311250
|
"summary": "Get public key for the authenticated user",
|
|
311242
|
-
"description": "This endpoint
|
|
311251
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311243
311252
|
"tags": ["codespaces"],
|
|
311244
311253
|
"operationId": "codespaces/get-public-key-for-authenticated-user",
|
|
311245
311254
|
"externalDocs": {
|
|
@@ -311253,7 +311262,7 @@
|
|
|
311253
311262
|
"/user/codespaces/secrets/{secret_name}": {
|
|
311254
311263
|
"get": {
|
|
311255
311264
|
"summary": "Get a secret for the authenticated user",
|
|
311256
|
-
"description": "This endpoint
|
|
311265
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311257
311266
|
"tags": ["codespaces"],
|
|
311258
311267
|
"operationId": "codespaces/get-secret-for-authenticated-user",
|
|
311259
311268
|
"externalDocs": {
|
|
@@ -311265,7 +311274,7 @@
|
|
|
311265
311274
|
},
|
|
311266
311275
|
"put": {
|
|
311267
311276
|
"summary": "Create or update a secret for the authenticated user",
|
|
311268
|
-
"description": "This endpoint
|
|
311277
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311269
311278
|
"tags": ["codespaces"],
|
|
311270
311279
|
"operationId": "codespaces/create-or-update-secret-for-authenticated-user",
|
|
311271
311280
|
"externalDocs": {
|
|
@@ -311277,7 +311286,7 @@
|
|
|
311277
311286
|
},
|
|
311278
311287
|
"delete": {
|
|
311279
311288
|
"summary": "Delete a secret for the authenticated user",
|
|
311280
|
-
"description": "This endpoint
|
|
311289
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311281
311290
|
"tags": ["codespaces"],
|
|
311282
311291
|
"operationId": "codespaces/delete-secret-for-authenticated-user",
|
|
311283
311292
|
"externalDocs": {
|
|
@@ -311291,7 +311300,7 @@
|
|
|
311291
311300
|
"/user/codespaces/secrets/{secret_name}/repositories": {
|
|
311292
311301
|
"get": {
|
|
311293
311302
|
"summary": "List selected repositories for a user secret",
|
|
311294
|
-
"description": "This endpoint
|
|
311303
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311295
311304
|
"tags": ["codespaces"],
|
|
311296
311305
|
"operationId": "codespaces/list-repositories-for-secret-for-authenticated-user",
|
|
311297
311306
|
"externalDocs": {
|
|
@@ -311303,7 +311312,7 @@
|
|
|
311303
311312
|
},
|
|
311304
311313
|
"put": {
|
|
311305
311314
|
"summary": "Set selected repositories for a user secret",
|
|
311306
|
-
"description": "This endpoint
|
|
311315
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311307
311316
|
"tags": ["codespaces"],
|
|
311308
311317
|
"operationId": "codespaces/set-repositories-for-secret-for-authenticated-user",
|
|
311309
311318
|
"externalDocs": {
|
|
@@ -311317,7 +311326,7 @@
|
|
|
311317
311326
|
"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": {
|
|
311318
311327
|
"put": {
|
|
311319
311328
|
"summary": "Add a selected repository to a user secret",
|
|
311320
|
-
"description": "This endpoint
|
|
311329
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311321
311330
|
"tags": ["codespaces"],
|
|
311322
311331
|
"operationId": "codespaces/add-repository-for-secret-for-authenticated-user",
|
|
311323
311332
|
"externalDocs": {
|
|
@@ -311329,7 +311338,7 @@
|
|
|
311329
311338
|
},
|
|
311330
311339
|
"delete": {
|
|
311331
311340
|
"summary": "Remove a selected repository from a user secret",
|
|
311332
|
-
"description": "This endpoint
|
|
311341
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311333
311342
|
"tags": ["codespaces"],
|
|
311334
311343
|
"operationId": "codespaces/remove-repository-for-secret-for-authenticated-user",
|
|
311335
311344
|
"externalDocs": {
|
|
@@ -311343,7 +311352,7 @@
|
|
|
311343
311352
|
"/user/codespaces/{codespace_name}": {
|
|
311344
311353
|
"get": {
|
|
311345
311354
|
"summary": "Get a codespace for the authenticated user",
|
|
311346
|
-
"description": "This endpoint
|
|
311355
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311347
311356
|
"tags": ["codespaces"],
|
|
311348
311357
|
"operationId": "codespaces/get-for-authenticated-user",
|
|
311349
311358
|
"externalDocs": {
|
|
@@ -311355,7 +311364,7 @@
|
|
|
311355
311364
|
},
|
|
311356
311365
|
"delete": {
|
|
311357
311366
|
"summary": "Delete a codespace for the authenticated user",
|
|
311358
|
-
"description": "This endpoint
|
|
311367
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311359
311368
|
"tags": ["codespaces"],
|
|
311360
311369
|
"operationId": "codespaces/delete-for-authenticated-user",
|
|
311361
311370
|
"externalDocs": {
|
|
@@ -311367,7 +311376,7 @@
|
|
|
311367
311376
|
},
|
|
311368
311377
|
"patch": {
|
|
311369
311378
|
"summary": "Update a codespace for the authenticated user",
|
|
311370
|
-
"description": "This endpoint
|
|
311379
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311371
311380
|
"tags": ["codespaces"],
|
|
311372
311381
|
"operationId": "codespaces/update-for-authenticated-user",
|
|
311373
311382
|
"externalDocs": {
|
|
@@ -311381,7 +311390,7 @@
|
|
|
311381
311390
|
"/user/codespaces/{codespace_name}/exports": {
|
|
311382
311391
|
"post": {
|
|
311383
311392
|
"summary": "Export a codespace for the authenticated user",
|
|
311384
|
-
"description": "This endpoint
|
|
311393
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311385
311394
|
"tags": ["codespaces"],
|
|
311386
311395
|
"operationId": "codespaces/export-for-authenticated-user",
|
|
311387
311396
|
"x-octokit": { "api.github.com": "removed" },
|
|
@@ -311391,7 +311400,7 @@
|
|
|
311391
311400
|
"/user/codespaces/{codespace_name}/exports/{export_id}": {
|
|
311392
311401
|
"get": {
|
|
311393
311402
|
"summary": "Get details about a codespace export",
|
|
311394
|
-
"description": "This endpoint
|
|
311403
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311395
311404
|
"tags": ["codespaces"],
|
|
311396
311405
|
"operationId": "codespaces/get-export-details-for-authenticated-user",
|
|
311397
311406
|
"x-octokit": { "api.github.com": "removed" },
|
|
@@ -311401,7 +311410,7 @@
|
|
|
311401
311410
|
"/user/codespaces/{codespace_name}/machines": {
|
|
311402
311411
|
"get": {
|
|
311403
311412
|
"summary": "List machine types for a codespace",
|
|
311404
|
-
"description": "This endpoint
|
|
311413
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311405
311414
|
"tags": ["codespaces"],
|
|
311406
311415
|
"operationId": "codespaces/codespace-machines-for-authenticated-user",
|
|
311407
311416
|
"externalDocs": {
|
|
@@ -311415,7 +311424,7 @@
|
|
|
311415
311424
|
"/user/codespaces/{codespace_name}/start": {
|
|
311416
311425
|
"post": {
|
|
311417
311426
|
"summary": "Start a codespace for the authenticated user",
|
|
311418
|
-
"description": "This endpoint
|
|
311427
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311419
311428
|
"tags": ["codespaces"],
|
|
311420
311429
|
"operationId": "codespaces/start-for-authenticated-user",
|
|
311421
311430
|
"externalDocs": {
|
|
@@ -311429,7 +311438,7 @@
|
|
|
311429
311438
|
"/user/codespaces/{codespace_name}/stop": {
|
|
311430
311439
|
"post": {
|
|
311431
311440
|
"summary": "Stop a codespace for the authenticated user",
|
|
311432
|
-
"description": "This endpoint
|
|
311441
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311433
311442
|
"tags": ["codespaces"],
|
|
311434
311443
|
"operationId": "codespaces/stop-for-authenticated-user",
|
|
311435
311444
|
"externalDocs": {
|
|
@@ -311443,7 +311452,7 @@
|
|
|
311443
311452
|
"/user/email/visibility": {
|
|
311444
311453
|
"patch": {
|
|
311445
311454
|
"summary": "Set primary email visibility for the authenticated user",
|
|
311446
|
-
"description": "This endpoint
|
|
311455
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311447
311456
|
"tags": ["users"],
|
|
311448
311457
|
"operationId": "users/set-primary-email-visibility-for-authenticated-user",
|
|
311449
311458
|
"externalDocs": {
|
|
@@ -311457,7 +311466,7 @@
|
|
|
311457
311466
|
"/user/emails": {
|
|
311458
311467
|
"get": {
|
|
311459
311468
|
"summary": "List email addresses for the authenticated user",
|
|
311460
|
-
"description": "This endpoint
|
|
311469
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311461
311470
|
"tags": ["users"],
|
|
311462
311471
|
"operationId": "users/list-emails-for-authenticated-user",
|
|
311463
311472
|
"externalDocs": {
|
|
@@ -311469,7 +311478,7 @@
|
|
|
311469
311478
|
},
|
|
311470
311479
|
"post": {
|
|
311471
311480
|
"summary": "Add an email address for the authenticated user",
|
|
311472
|
-
"description": "This endpoint
|
|
311481
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311473
311482
|
"tags": ["users"],
|
|
311474
311483
|
"operationId": "users/add-email-for-authenticated-user",
|
|
311475
311484
|
"externalDocs": {
|
|
@@ -311481,7 +311490,7 @@
|
|
|
311481
311490
|
},
|
|
311482
311491
|
"delete": {
|
|
311483
311492
|
"summary": "Delete an email address for the authenticated user",
|
|
311484
|
-
"description": "This endpoint
|
|
311493
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311485
311494
|
"tags": ["users"],
|
|
311486
311495
|
"operationId": "users/delete-email-for-authenticated-user",
|
|
311487
311496
|
"externalDocs": {
|
|
@@ -311495,7 +311504,7 @@
|
|
|
311495
311504
|
"/user/interaction-limits": {
|
|
311496
311505
|
"get": {
|
|
311497
311506
|
"summary": "Get interaction restrictions for your public repositories",
|
|
311498
|
-
"description": "This endpoint
|
|
311507
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311499
311508
|
"tags": ["interactions"],
|
|
311500
311509
|
"operationId": "interactions/get-restrictions-for-authenticated-user",
|
|
311501
311510
|
"externalDocs": {
|
|
@@ -311507,7 +311516,7 @@
|
|
|
311507
311516
|
},
|
|
311508
311517
|
"put": {
|
|
311509
311518
|
"summary": "Set interaction restrictions for your public repositories",
|
|
311510
|
-
"description": "This endpoint
|
|
311519
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311511
311520
|
"tags": ["interactions"],
|
|
311512
311521
|
"operationId": "interactions/set-restrictions-for-authenticated-user",
|
|
311513
311522
|
"externalDocs": {
|
|
@@ -311519,7 +311528,7 @@
|
|
|
311519
311528
|
},
|
|
311520
311529
|
"delete": {
|
|
311521
311530
|
"summary": "Remove interaction restrictions from your public repositories",
|
|
311522
|
-
"description": "This endpoint
|
|
311531
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311523
311532
|
"tags": ["interactions"],
|
|
311524
311533
|
"operationId": "interactions/remove-restrictions-for-authenticated-user",
|
|
311525
311534
|
"externalDocs": {
|
|
@@ -311533,7 +311542,7 @@
|
|
|
311533
311542
|
"/user/marketplace_purchases": {
|
|
311534
311543
|
"get": {
|
|
311535
311544
|
"summary": "List subscriptions for the authenticated user",
|
|
311536
|
-
"description": "This endpoint
|
|
311545
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311537
311546
|
"tags": ["apps"],
|
|
311538
311547
|
"operationId": "apps/list-subscriptions-for-authenticated-user",
|
|
311539
311548
|
"externalDocs": {
|
|
@@ -311547,7 +311556,7 @@
|
|
|
311547
311556
|
"/user/marketplace_purchases/stubbed": {
|
|
311548
311557
|
"get": {
|
|
311549
311558
|
"summary": "List subscriptions for the authenticated user (stubbed)",
|
|
311550
|
-
"description": "This endpoint
|
|
311559
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311551
311560
|
"tags": ["apps"],
|
|
311552
311561
|
"operationId": "apps/list-subscriptions-for-authenticated-user-stubbed",
|
|
311553
311562
|
"externalDocs": {
|
|
@@ -311561,7 +311570,7 @@
|
|
|
311561
311570
|
"/user/migrations/{migration_id}": {
|
|
311562
311571
|
"get": {
|
|
311563
311572
|
"summary": "Get a user migration status",
|
|
311564
|
-
"description": "This endpoint
|
|
311573
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311565
311574
|
"tags": ["migrations"],
|
|
311566
311575
|
"operationId": "migrations/get-status-for-authenticated-user",
|
|
311567
311576
|
"externalDocs": {
|
|
@@ -311575,7 +311584,7 @@
|
|
|
311575
311584
|
"/user/migrations/{migration_id}/repos/{repo_name}/lock": {
|
|
311576
311585
|
"delete": {
|
|
311577
311586
|
"summary": "Unlock a user repository",
|
|
311578
|
-
"description": "This endpoint
|
|
311587
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311579
311588
|
"tags": ["migrations"],
|
|
311580
311589
|
"operationId": "migrations/unlock-repo-for-authenticated-user",
|
|
311581
311590
|
"externalDocs": {
|
|
@@ -311589,7 +311598,7 @@
|
|
|
311589
311598
|
"/user/packages": {
|
|
311590
311599
|
"get": {
|
|
311591
311600
|
"summary": "List packages for the authenticated user's namespace",
|
|
311592
|
-
"description": "This endpoint
|
|
311601
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311593
311602
|
"tags": ["packages"],
|
|
311594
311603
|
"operationId": "packages/list-packages-for-authenticated-user",
|
|
311595
311604
|
"externalDocs": {
|
|
@@ -311603,7 +311612,7 @@
|
|
|
311603
311612
|
"/user/packages/{package_type}/{package_name}": {
|
|
311604
311613
|
"get": {
|
|
311605
311614
|
"summary": "Get a package for the authenticated user",
|
|
311606
|
-
"description": "This endpoint
|
|
311615
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311607
311616
|
"tags": ["packages"],
|
|
311608
311617
|
"operationId": "packages/get-package-for-authenticated-user",
|
|
311609
311618
|
"externalDocs": {
|
|
@@ -311615,7 +311624,7 @@
|
|
|
311615
311624
|
},
|
|
311616
311625
|
"delete": {
|
|
311617
311626
|
"summary": "Delete a package for the authenticated user",
|
|
311618
|
-
"description": "This endpoint
|
|
311627
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311619
311628
|
"tags": ["packages"],
|
|
311620
311629
|
"operationId": "packages/delete-package-for-authenticated-user",
|
|
311621
311630
|
"externalDocs": {
|
|
@@ -311629,7 +311638,7 @@
|
|
|
311629
311638
|
"/user/packages/{package_type}/{package_name}/restore": {
|
|
311630
311639
|
"post": {
|
|
311631
311640
|
"summary": "Restore a package for the authenticated user",
|
|
311632
|
-
"description": "This endpoint
|
|
311641
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311633
311642
|
"tags": ["packages"],
|
|
311634
311643
|
"operationId": "packages/restore-package-for-authenticated-user",
|
|
311635
311644
|
"externalDocs": {
|
|
@@ -311643,7 +311652,7 @@
|
|
|
311643
311652
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
311644
311653
|
"get": {
|
|
311645
311654
|
"summary": "Get all package versions for a package owned by the authenticated user",
|
|
311646
|
-
"description": "This endpoint
|
|
311655
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311647
311656
|
"tags": ["packages"],
|
|
311648
311657
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
311649
311658
|
"externalDocs": {
|
|
@@ -311657,7 +311666,7 @@
|
|
|
311657
311666
|
"/user/packages/{package_type}/{package_name}/versions/{package_version_id}": {
|
|
311658
311667
|
"get": {
|
|
311659
311668
|
"summary": "Get a package version for the authenticated user",
|
|
311660
|
-
"description": "This endpoint
|
|
311669
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311661
311670
|
"tags": ["packages"],
|
|
311662
311671
|
"operationId": "packages/get-package-version-for-authenticated-user",
|
|
311663
311672
|
"externalDocs": {
|
|
@@ -311669,7 +311678,7 @@
|
|
|
311669
311678
|
},
|
|
311670
311679
|
"delete": {
|
|
311671
311680
|
"summary": "Delete a package version for the authenticated user",
|
|
311672
|
-
"description": "This endpoint
|
|
311681
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311673
311682
|
"tags": ["packages"],
|
|
311674
311683
|
"operationId": "packages/delete-package-version-for-authenticated-user",
|
|
311675
311684
|
"externalDocs": {
|
|
@@ -311683,7 +311692,7 @@
|
|
|
311683
311692
|
"/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
|
|
311684
311693
|
"post": {
|
|
311685
311694
|
"summary": "Restore a package version for the authenticated user",
|
|
311686
|
-
"description": "This endpoint
|
|
311695
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311687
311696
|
"tags": ["packages"],
|
|
311688
311697
|
"operationId": "packages/restore-package-version-for-authenticated-user",
|
|
311689
311698
|
"externalDocs": {
|
|
@@ -311697,7 +311706,7 @@
|
|
|
311697
311706
|
"/user/public_emails": {
|
|
311698
311707
|
"get": {
|
|
311699
311708
|
"summary": "List public email addresses for the authenticated user",
|
|
311700
|
-
"description": "This endpoint
|
|
311709
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311701
311710
|
"tags": ["users"],
|
|
311702
311711
|
"operationId": "users/list-public-emails-for-authenticated-user",
|
|
311703
311712
|
"externalDocs": {
|
|
@@ -311711,7 +311720,7 @@
|
|
|
311711
311720
|
"/users/{username}/events/public": {
|
|
311712
311721
|
"get": {
|
|
311713
311722
|
"summary": "List public events for a user",
|
|
311714
|
-
"description": "This endpoint
|
|
311723
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311715
311724
|
"tags": ["activity"],
|
|
311716
311725
|
"operationId": "activity/list-public-events-for-user",
|
|
311717
311726
|
"externalDocs": {
|
|
@@ -311725,7 +311734,7 @@
|
|
|
311725
311734
|
"/users/{username}/packages": {
|
|
311726
311735
|
"get": {
|
|
311727
311736
|
"summary": "List packages for a user",
|
|
311728
|
-
"description": "This endpoint
|
|
311737
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311729
311738
|
"tags": ["packages"],
|
|
311730
311739
|
"operationId": "packages/list-packages-for-user",
|
|
311731
311740
|
"externalDocs": {
|
|
@@ -311739,7 +311748,7 @@
|
|
|
311739
311748
|
"/users/{username}/packages/{package_type}/{package_name}": {
|
|
311740
311749
|
"get": {
|
|
311741
311750
|
"summary": "Get a package for a user",
|
|
311742
|
-
"description": "This endpoint
|
|
311751
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311743
311752
|
"tags": ["packages"],
|
|
311744
311753
|
"operationId": "packages/get-package-for-user",
|
|
311745
311754
|
"externalDocs": {
|
|
@@ -311751,7 +311760,7 @@
|
|
|
311751
311760
|
},
|
|
311752
311761
|
"delete": {
|
|
311753
311762
|
"summary": "Delete a package for a user",
|
|
311754
|
-
"description": "This endpoint
|
|
311763
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311755
311764
|
"tags": ["packages"],
|
|
311756
311765
|
"operationId": "packages/delete-package-for-user",
|
|
311757
311766
|
"externalDocs": {
|
|
@@ -311765,7 +311774,7 @@
|
|
|
311765
311774
|
"/users/{username}/packages/{package_type}/{package_name}/restore": {
|
|
311766
311775
|
"post": {
|
|
311767
311776
|
"summary": "Restore a package for a user",
|
|
311768
|
-
"description": "This endpoint
|
|
311777
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311769
311778
|
"tags": ["packages"],
|
|
311770
311779
|
"operationId": "packages/restore-package-for-user",
|
|
311771
311780
|
"externalDocs": {
|
|
@@ -311779,7 +311788,7 @@
|
|
|
311779
311788
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
311780
311789
|
"get": {
|
|
311781
311790
|
"summary": "Get all package versions for a package owned by a user",
|
|
311782
|
-
"description": "This endpoint
|
|
311791
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311783
311792
|
"tags": ["packages"],
|
|
311784
311793
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
311785
311794
|
"externalDocs": {
|
|
@@ -311793,7 +311802,7 @@
|
|
|
311793
311802
|
"/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": {
|
|
311794
311803
|
"get": {
|
|
311795
311804
|
"summary": "Get a package version for a user",
|
|
311796
|
-
"description": "This endpoint
|
|
311805
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311797
311806
|
"tags": ["packages"],
|
|
311798
311807
|
"operationId": "packages/get-package-version-for-user",
|
|
311799
311808
|
"externalDocs": {
|
|
@@ -311805,7 +311814,7 @@
|
|
|
311805
311814
|
},
|
|
311806
311815
|
"delete": {
|
|
311807
311816
|
"summary": "Delete package version for a user",
|
|
311808
|
-
"description": "This endpoint
|
|
311817
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311809
311818
|
"tags": ["packages"],
|
|
311810
311819
|
"operationId": "packages/delete-package-version-for-user",
|
|
311811
311820
|
"externalDocs": {
|
|
@@ -311819,7 +311828,7 @@
|
|
|
311819
311828
|
"/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
|
|
311820
311829
|
"post": {
|
|
311821
311830
|
"summary": "Restore package version for a user",
|
|
311822
|
-
"description": "This endpoint
|
|
311831
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311823
311832
|
"tags": ["packages"],
|
|
311824
311833
|
"operationId": "packages/restore-package-version-for-user",
|
|
311825
311834
|
"externalDocs": {
|
|
@@ -311833,7 +311842,7 @@
|
|
|
311833
311842
|
"/users/{username}/received_events": {
|
|
311834
311843
|
"get": {
|
|
311835
311844
|
"summary": "List events received by the authenticated user",
|
|
311836
|
-
"description": "This endpoint
|
|
311845
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311837
311846
|
"tags": ["activity"],
|
|
311838
311847
|
"operationId": "activity/list-received-events-for-user",
|
|
311839
311848
|
"externalDocs": {
|
|
@@ -311847,7 +311856,7 @@
|
|
|
311847
311856
|
"/users/{username}/received_events/public": {
|
|
311848
311857
|
"get": {
|
|
311849
311858
|
"summary": "List public events received by a user",
|
|
311850
|
-
"description": "This endpoint
|
|
311859
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311851
311860
|
"tags": ["activity"],
|
|
311852
311861
|
"operationId": "activity/list-received-public-events-for-user",
|
|
311853
311862
|
"externalDocs": {
|
|
@@ -311861,7 +311870,7 @@
|
|
|
311861
311870
|
"/users/{username}/settings/billing/actions": {
|
|
311862
311871
|
"get": {
|
|
311863
311872
|
"summary": "Get GitHub Actions billing for a user",
|
|
311864
|
-
"description": "This endpoint
|
|
311873
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311865
311874
|
"operationId": "billing/get-github-actions-billing-user",
|
|
311866
311875
|
"tags": ["billing"],
|
|
311867
311876
|
"externalDocs": {
|
|
@@ -311875,7 +311884,7 @@
|
|
|
311875
311884
|
"/users/{username}/settings/billing/packages": {
|
|
311876
311885
|
"get": {
|
|
311877
311886
|
"summary": "Get GitHub Packages billing for a user",
|
|
311878
|
-
"description": "This endpoint
|
|
311887
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311879
311888
|
"operationId": "billing/get-github-packages-billing-user",
|
|
311880
311889
|
"tags": ["billing"],
|
|
311881
311890
|
"externalDocs": {
|
|
@@ -311889,7 +311898,7 @@
|
|
|
311889
311898
|
"/users/{username}/settings/billing/shared-storage": {
|
|
311890
311899
|
"get": {
|
|
311891
311900
|
"summary": "Get shared storage billing for a user",
|
|
311892
|
-
"description": "This endpoint
|
|
311901
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
311893
311902
|
"operationId": "billing/get-shared-storage-billing-user",
|
|
311894
311903
|
"tags": ["billing"],
|
|
311895
311904
|
"externalDocs": {
|