@octokit/openapi 5.6.5 → 5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +4412 -986
- package/generated/api.github.com.json +647 -294
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14577 -3831
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +1540 -248
- package/generated/ghes-3.0.deref.json +329 -161
- package/generated/ghes-3.0.json +280 -102
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +104093 -56376
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +8280 -3015
- package/generated/ghes-3.1.deref.json +369 -193
- package/generated/ghes-3.1.json +320 -134
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +305 -1
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +4813 -906
- package/generated/ghes-3.2-diff-to-api.github.com.json +2141 -175
- package/generated/ghes-3.2.deref.json +390 -204
- package/generated/ghes-3.2.json +363 -145
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +59 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +4951 -1
- package/generated/github.ae-diff-to-api.github.com.json +2776 -110
- package/generated/github.ae.deref.json +3875 -639
- package/generated/github.ae.json +425 -235
- package/package.json +4 -1
package/generated/ghes-3.1.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -2123,7 +2123,7 @@
|
|
|
2123
2123
|
"category": "enterprise-admin",
|
|
2124
2124
|
"subcategory": "users"
|
|
2125
2125
|
},
|
|
2126
|
-
"x-octokit": {}
|
|
2126
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
2127
2127
|
},
|
|
2128
2128
|
"delete": {
|
|
2129
2129
|
"summary": "Delete an impersonation OAuth token",
|
|
@@ -2520,7 +2520,7 @@
|
|
|
2520
2520
|
"category": "apps",
|
|
2521
2521
|
"subcategory": null
|
|
2522
2522
|
},
|
|
2523
|
-
"x-octokit": {}
|
|
2523
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
2524
2524
|
}
|
|
2525
2525
|
},
|
|
2526
2526
|
"/app/installations/{installation_id}/suspended": {
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
"category": "apps",
|
|
2824
2824
|
"subcategory": "oauth-applications"
|
|
2825
2825
|
},
|
|
2826
|
-
"x-octokit": {}
|
|
2826
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
2827
2827
|
},
|
|
2828
2828
|
"patch": {
|
|
2829
2829
|
"summary": "Reset a token",
|
|
@@ -2875,7 +2875,7 @@
|
|
|
2875
2875
|
"category": "apps",
|
|
2876
2876
|
"subcategory": "oauth-applications"
|
|
2877
2877
|
},
|
|
2878
|
-
"x-octokit": {}
|
|
2878
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
2879
2879
|
},
|
|
2880
2880
|
"delete": {
|
|
2881
2881
|
"summary": "Delete an app token",
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
"category": "apps",
|
|
2999
2999
|
"subcategory": "oauth-applications"
|
|
3000
3000
|
},
|
|
3001
|
-
"x-octokit": {}
|
|
3001
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
3002
3002
|
}
|
|
3003
3003
|
},
|
|
3004
3004
|
"/applications/{client_id}/tokens/{access_token}": {
|
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
"subcategory": "oauth-applications"
|
|
3084
3084
|
},
|
|
3085
3085
|
"deprecated": true,
|
|
3086
|
-
"x-octokit": {}
|
|
3086
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
3087
3087
|
},
|
|
3088
3088
|
"delete": {
|
|
3089
3089
|
"summary": "Revoke an authorization for an application",
|
|
@@ -3290,7 +3290,7 @@
|
|
|
3290
3290
|
"subcategory": null
|
|
3291
3291
|
},
|
|
3292
3292
|
"deprecated": true,
|
|
3293
|
-
"x-octokit": {}
|
|
3293
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
3294
3294
|
}
|
|
3295
3295
|
},
|
|
3296
3296
|
"/authorizations/clients/{client_id}": {
|
|
@@ -3394,7 +3394,7 @@
|
|
|
3394
3394
|
"subcategory": null
|
|
3395
3395
|
},
|
|
3396
3396
|
"deprecated": true,
|
|
3397
|
-
"x-octokit": {}
|
|
3397
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
3398
3398
|
}
|
|
3399
3399
|
},
|
|
3400
3400
|
"/authorizations/clients/{client_id}/{fingerprint}": {
|
|
@@ -3499,7 +3499,7 @@
|
|
|
3499
3499
|
"subcategory": null
|
|
3500
3500
|
},
|
|
3501
3501
|
"deprecated": true,
|
|
3502
|
-
"x-octokit": {}
|
|
3502
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
3503
3503
|
}
|
|
3504
3504
|
},
|
|
3505
3505
|
"/authorizations/{authorization_id}": {
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
"subcategory": null
|
|
3617
3617
|
},
|
|
3618
3618
|
"deprecated": true,
|
|
3619
|
-
"x-octokit": {}
|
|
3619
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
3620
3620
|
},
|
|
3621
3621
|
"delete": {
|
|
3622
3622
|
"summary": "Delete an authorization",
|
|
@@ -5201,7 +5201,7 @@
|
|
|
5201
5201
|
"category": "enterprise-admin",
|
|
5202
5202
|
"subcategory": "actions"
|
|
5203
5203
|
},
|
|
5204
|
-
"x-octokit": {}
|
|
5204
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
5205
5205
|
}
|
|
5206
5206
|
},
|
|
5207
5207
|
"/enterprises/{enterprise}/actions/runners/remove-token": {
|
|
@@ -5239,7 +5239,7 @@
|
|
|
5239
5239
|
"category": "enterprise-admin",
|
|
5240
5240
|
"subcategory": "actions"
|
|
5241
5241
|
},
|
|
5242
|
-
"x-octokit": {}
|
|
5242
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
5243
5243
|
}
|
|
5244
5244
|
},
|
|
5245
5245
|
"/enterprises/{enterprise}/actions/runners/{runner_id}": {
|
|
@@ -7227,15 +7227,14 @@
|
|
|
7227
7227
|
"x-github": {
|
|
7228
7228
|
"githubCloudOnly": false,
|
|
7229
7229
|
"enabledForGitHubApps": true,
|
|
7230
|
+
"category": "orgs",
|
|
7230
7231
|
"previews": [
|
|
7231
7232
|
{
|
|
7232
7233
|
"required": false,
|
|
7233
7234
|
"name": "surtur",
|
|
7234
7235
|
"note": "New repository creation permissions are available to preview. You can now use `members_can_create_public_repositories`, `members_can_create_private_repositories`, and `members_can_create_internal_repositories`. You can only allow members to create internal repositories if your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. These parameters provide more granular permissions to configure the type of repositories organization members can create.\n\nTo access these new parameters during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.surtur-preview+json\n```"
|
|
7235
7236
|
}
|
|
7236
|
-
]
|
|
7237
|
-
"category": "orgs",
|
|
7238
|
-
"subcategory": null
|
|
7237
|
+
]
|
|
7239
7238
|
},
|
|
7240
7239
|
"x-octokit": {}
|
|
7241
7240
|
},
|
|
@@ -7360,7 +7359,6 @@
|
|
|
7360
7359
|
}
|
|
7361
7360
|
},
|
|
7362
7361
|
"409": { "$ref": "#/components/responses/conflict" },
|
|
7363
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
7364
7362
|
"422": {
|
|
7365
7363
|
"description": "Validation failed",
|
|
7366
7364
|
"content": {
|
|
@@ -7378,15 +7376,14 @@
|
|
|
7378
7376
|
"x-github": {
|
|
7379
7377
|
"githubCloudOnly": false,
|
|
7380
7378
|
"enabledForGitHubApps": true,
|
|
7379
|
+
"category": "orgs",
|
|
7381
7380
|
"previews": [
|
|
7382
7381
|
{
|
|
7383
7382
|
"required": false,
|
|
7384
7383
|
"name": "surtur",
|
|
7385
7384
|
"note": "New repository creation permissions are available to preview. You can now use `members_can_create_public_repositories`, `members_can_create_private_repositories`, and `members_can_create_internal_repositories`. You can only allow members to create internal repositories if your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. These parameters provide more granular permissions to configure the type of repositories organization members can create.\n\nTo access these new parameters during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.surtur-preview+json\n```"
|
|
7386
7385
|
}
|
|
7387
|
-
]
|
|
7388
|
-
"category": "orgs",
|
|
7389
|
-
"subcategory": null
|
|
7386
|
+
]
|
|
7390
7387
|
},
|
|
7391
7388
|
"x-octokit": {}
|
|
7392
7389
|
}
|
|
@@ -8352,7 +8349,7 @@
|
|
|
8352
8349
|
"category": "actions",
|
|
8353
8350
|
"subcategory": "self-hosted-runners"
|
|
8354
8351
|
},
|
|
8355
|
-
"x-octokit": {}
|
|
8352
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
8356
8353
|
}
|
|
8357
8354
|
},
|
|
8358
8355
|
"/orgs/{org}/actions/runners/remove-token": {
|
|
@@ -8390,7 +8387,7 @@
|
|
|
8390
8387
|
"category": "actions",
|
|
8391
8388
|
"subcategory": "self-hosted-runners"
|
|
8392
8389
|
},
|
|
8393
|
-
"x-octokit": {}
|
|
8390
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
8394
8391
|
}
|
|
8395
8392
|
},
|
|
8396
8393
|
"/orgs/{org}/actions/runners/{runner_id}": {
|
|
@@ -9074,7 +9071,7 @@
|
|
|
9074
9071
|
"category": "orgs",
|
|
9075
9072
|
"subcategory": "webhooks"
|
|
9076
9073
|
},
|
|
9077
|
-
"x-octokit": {}
|
|
9074
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
9078
9075
|
}
|
|
9079
9076
|
},
|
|
9080
9077
|
"/orgs/{org}/hooks/{hook_id}": {
|
|
@@ -9192,7 +9189,7 @@
|
|
|
9192
9189
|
"category": "orgs",
|
|
9193
9190
|
"subcategory": "webhooks"
|
|
9194
9191
|
},
|
|
9195
|
-
"x-octokit": {}
|
|
9192
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
9196
9193
|
},
|
|
9197
9194
|
"delete": {
|
|
9198
9195
|
"summary": "Delete an organization webhook",
|
|
@@ -10487,6 +10484,7 @@
|
|
|
10487
10484
|
"x-github": {
|
|
10488
10485
|
"githubCloudOnly": false,
|
|
10489
10486
|
"enabledForGitHubApps": true,
|
|
10487
|
+
"category": "repos",
|
|
10490
10488
|
"previews": [
|
|
10491
10489
|
{
|
|
10492
10490
|
"required": false,
|
|
@@ -10498,9 +10496,7 @@
|
|
|
10498
10496
|
"name": "baptiste",
|
|
10499
10497
|
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.1/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
10500
10498
|
}
|
|
10501
|
-
]
|
|
10502
|
-
"category": "repos",
|
|
10503
|
-
"subcategory": null
|
|
10499
|
+
]
|
|
10504
10500
|
},
|
|
10505
10501
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
10506
10502
|
},
|
|
@@ -10639,6 +10635,7 @@
|
|
|
10639
10635
|
"x-github": {
|
|
10640
10636
|
"githubCloudOnly": false,
|
|
10641
10637
|
"enabledForGitHubApps": true,
|
|
10638
|
+
"category": "repos",
|
|
10642
10639
|
"previews": [
|
|
10643
10640
|
{
|
|
10644
10641
|
"required": false,
|
|
@@ -10650,11 +10647,9 @@
|
|
|
10650
10647
|
"name": "baptiste",
|
|
10651
10648
|
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.1/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
10652
10649
|
}
|
|
10653
|
-
]
|
|
10654
|
-
"category": "repos",
|
|
10655
|
-
"subcategory": null
|
|
10650
|
+
]
|
|
10656
10651
|
},
|
|
10657
|
-
"x-octokit": {}
|
|
10652
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
10658
10653
|
}
|
|
10659
10654
|
},
|
|
10660
10655
|
"/orgs/{org}/teams": {
|
|
@@ -13680,6 +13675,7 @@
|
|
|
13680
13675
|
"x-github": {
|
|
13681
13676
|
"githubCloudOnly": false,
|
|
13682
13677
|
"enabledForGitHubApps": true,
|
|
13678
|
+
"category": "repos",
|
|
13683
13679
|
"previews": [
|
|
13684
13680
|
{
|
|
13685
13681
|
"required": false,
|
|
@@ -13691,8 +13687,7 @@
|
|
|
13691
13687
|
"name": "scarlet-witch",
|
|
13692
13688
|
"note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
|
|
13693
13689
|
}
|
|
13694
|
-
]
|
|
13695
|
-
"category": "repos"
|
|
13690
|
+
]
|
|
13696
13691
|
},
|
|
13697
13692
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
13698
13693
|
},
|
|
@@ -13734,7 +13729,7 @@
|
|
|
13734
13729
|
},
|
|
13735
13730
|
"visibility": {
|
|
13736
13731
|
"type": "string",
|
|
13737
|
-
"description": "Can be `public` or `private`. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, `visibility` can also be `internal
|
|
13732
|
+
"description": "Can be `public` or `private`. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, `visibility` can also be `internal`.\"",
|
|
13738
13733
|
"enum": ["public", "private", "visibility", "internal"]
|
|
13739
13734
|
},
|
|
13740
13735
|
"has_issues": {
|
|
@@ -13825,6 +13820,7 @@
|
|
|
13825
13820
|
"x-github": {
|
|
13826
13821
|
"githubCloudOnly": false,
|
|
13827
13822
|
"enabledForGitHubApps": true,
|
|
13823
|
+
"category": "repos",
|
|
13828
13824
|
"previews": [
|
|
13829
13825
|
{
|
|
13830
13826
|
"required": false,
|
|
@@ -13836,11 +13832,9 @@
|
|
|
13836
13832
|
"name": "baptiste",
|
|
13837
13833
|
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.1/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
13838
13834
|
}
|
|
13839
|
-
]
|
|
13840
|
-
"category": "repos",
|
|
13841
|
-
"subcategory": null
|
|
13835
|
+
]
|
|
13842
13836
|
},
|
|
13843
|
-
"x-octokit": {}
|
|
13837
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
13844
13838
|
},
|
|
13845
13839
|
"delete": {
|
|
13846
13840
|
"summary": "Delete a repository",
|
|
@@ -14411,7 +14405,7 @@
|
|
|
14411
14405
|
"category": "actions",
|
|
14412
14406
|
"subcategory": "self-hosted-runners"
|
|
14413
14407
|
},
|
|
14414
|
-
"x-octokit": {}
|
|
14408
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
14415
14409
|
}
|
|
14416
14410
|
},
|
|
14417
14411
|
"/repos/{owner}/{repo}/actions/runners/remove-token": {
|
|
@@ -14452,7 +14446,7 @@
|
|
|
14452
14446
|
"category": "actions",
|
|
14453
14447
|
"subcategory": "self-hosted-runners"
|
|
14454
14448
|
},
|
|
14455
|
-
"x-octokit": {}
|
|
14449
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
14456
14450
|
}
|
|
14457
14451
|
},
|
|
14458
14452
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}": {
|
|
@@ -14536,7 +14530,8 @@
|
|
|
14536
14530
|
{ "$ref": "#/components/parameters/workflow-run-status" },
|
|
14537
14531
|
{ "$ref": "#/components/parameters/per-page" },
|
|
14538
14532
|
{ "$ref": "#/components/parameters/page" },
|
|
14539
|
-
{ "$ref": "#/components/parameters/created" }
|
|
14533
|
+
{ "$ref": "#/components/parameters/created" },
|
|
14534
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
14540
14535
|
],
|
|
14541
14536
|
"responses": {
|
|
14542
14537
|
"200": {
|
|
@@ -14587,7 +14582,8 @@
|
|
|
14587
14582
|
"parameters": [
|
|
14588
14583
|
{ "$ref": "#/components/parameters/owner" },
|
|
14589
14584
|
{ "$ref": "#/components/parameters/repo" },
|
|
14590
|
-
{ "$ref": "#/components/parameters/run-id" }
|
|
14585
|
+
{ "$ref": "#/components/parameters/run-id" },
|
|
14586
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
14591
14587
|
],
|
|
14592
14588
|
"responses": {
|
|
14593
14589
|
"200": {
|
|
@@ -14853,7 +14849,7 @@
|
|
|
14853
14849
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun": {
|
|
14854
14850
|
"post": {
|
|
14855
14851
|
"summary": "Re-run a workflow",
|
|
14856
|
-
"description": "Re-runs your workflow run using its `id`. You must authenticate using
|
|
14852
|
+
"description": "Re-runs your workflow run using its `id`. You must authenticate using an access token with the `repo` scope to use this endpoint. GitHub Apps must have the `actions:write` permission to use this endpoint.",
|
|
14857
14853
|
"tags": ["actions"],
|
|
14858
14854
|
"operationId": "actions/re-run-workflow",
|
|
14859
14855
|
"externalDocs": {
|
|
@@ -15325,7 +15321,8 @@
|
|
|
15325
15321
|
{ "$ref": "#/components/parameters/workflow-run-status" },
|
|
15326
15322
|
{ "$ref": "#/components/parameters/per-page" },
|
|
15327
15323
|
{ "$ref": "#/components/parameters/page" },
|
|
15328
|
-
{ "$ref": "#/components/parameters/created" }
|
|
15324
|
+
{ "$ref": "#/components/parameters/created" },
|
|
15325
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
15329
15326
|
],
|
|
15330
15327
|
"responses": {
|
|
15331
15328
|
"200": {
|
|
@@ -16116,15 +16113,15 @@
|
|
|
16116
16113
|
"x-github": {
|
|
16117
16114
|
"githubCloudOnly": false,
|
|
16118
16115
|
"enabledForGitHubApps": true,
|
|
16116
|
+
"category": "repos",
|
|
16117
|
+
"subcategory": "branches",
|
|
16119
16118
|
"previews": [
|
|
16120
16119
|
{
|
|
16121
16120
|
"required": true,
|
|
16122
16121
|
"name": "zzzax",
|
|
16123
16122
|
"note": "Protected Branches API can now manage a setting for requiring signed commits. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) for full details. To access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.zzzax-preview+json\n```"
|
|
16124
16123
|
}
|
|
16125
|
-
]
|
|
16126
|
-
"category": "repos",
|
|
16127
|
-
"subcategory": "branches"
|
|
16124
|
+
]
|
|
16128
16125
|
},
|
|
16129
16126
|
"x-octokit": {}
|
|
16130
16127
|
},
|
|
@@ -16163,15 +16160,15 @@
|
|
|
16163
16160
|
"x-github": {
|
|
16164
16161
|
"githubCloudOnly": false,
|
|
16165
16162
|
"enabledForGitHubApps": true,
|
|
16163
|
+
"category": "repos",
|
|
16164
|
+
"subcategory": "branches",
|
|
16166
16165
|
"previews": [
|
|
16167
16166
|
{
|
|
16168
16167
|
"required": true,
|
|
16169
16168
|
"name": "zzzax",
|
|
16170
16169
|
"note": "Protected Branches API can now manage a setting for requiring signed commits. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) for full details. To access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.zzzax-preview+json\n```"
|
|
16171
16170
|
}
|
|
16172
|
-
]
|
|
16173
|
-
"category": "repos",
|
|
16174
|
-
"subcategory": "branches"
|
|
16171
|
+
]
|
|
16175
16172
|
},
|
|
16176
16173
|
"x-octokit": {}
|
|
16177
16174
|
},
|
|
@@ -16196,15 +16193,15 @@
|
|
|
16196
16193
|
"x-github": {
|
|
16197
16194
|
"githubCloudOnly": false,
|
|
16198
16195
|
"enabledForGitHubApps": true,
|
|
16196
|
+
"category": "repos",
|
|
16197
|
+
"subcategory": "branches",
|
|
16199
16198
|
"previews": [
|
|
16200
16199
|
{
|
|
16201
16200
|
"required": true,
|
|
16202
16201
|
"name": "zzzax",
|
|
16203
16202
|
"note": "Protected Branches API can now manage a setting for requiring signed commits. This feature is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) for full details. To access the API during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.zzzax-preview+json\n```"
|
|
16204
16203
|
}
|
|
16205
|
-
]
|
|
16206
|
-
"category": "repos",
|
|
16207
|
-
"subcategory": "branches"
|
|
16204
|
+
]
|
|
16208
16205
|
},
|
|
16209
16206
|
"x-octokit": {}
|
|
16210
16207
|
}
|
|
@@ -18117,7 +18114,7 @@
|
|
|
18117
18114
|
"category": "checks",
|
|
18118
18115
|
"subcategory": "suites"
|
|
18119
18116
|
},
|
|
18120
|
-
"x-octokit": {}
|
|
18117
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
18121
18118
|
}
|
|
18122
18119
|
},
|
|
18123
18120
|
"/repos/{owner}/{repo}/check-suites/preferences": {
|
|
@@ -18192,7 +18189,7 @@
|
|
|
18192
18189
|
"category": "checks",
|
|
18193
18190
|
"subcategory": "suites"
|
|
18194
18191
|
},
|
|
18195
|
-
"x-octokit": {}
|
|
18192
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
18196
18193
|
}
|
|
18197
18194
|
},
|
|
18198
18195
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
|
|
@@ -18522,7 +18519,7 @@
|
|
|
18522
18519
|
"previews": [],
|
|
18523
18520
|
"category": "code-scanning"
|
|
18524
18521
|
},
|
|
18525
|
-
"x-octokit": {}
|
|
18522
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
18526
18523
|
}
|
|
18527
18524
|
},
|
|
18528
18525
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
|
|
@@ -19050,7 +19047,7 @@
|
|
|
19050
19047
|
"category": "repos",
|
|
19051
19048
|
"subcategory": "collaborators"
|
|
19052
19049
|
},
|
|
19053
|
-
"x-octokit": {}
|
|
19050
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
19054
19051
|
},
|
|
19055
19052
|
"delete": {
|
|
19056
19053
|
"summary": "Remove a repository collaborator",
|
|
@@ -21376,7 +21373,7 @@
|
|
|
21376
21373
|
"category": "repos",
|
|
21377
21374
|
"subcategory": "forks"
|
|
21378
21375
|
},
|
|
21379
|
-
"x-octokit": {}
|
|
21376
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
21380
21377
|
}
|
|
21381
21378
|
},
|
|
21382
21379
|
"/repos/{owner}/{repo}/git/blobs": {
|
|
@@ -22400,7 +22397,7 @@
|
|
|
22400
22397
|
"category": "repos",
|
|
22401
22398
|
"subcategory": "webhooks"
|
|
22402
22399
|
},
|
|
22403
|
-
"x-octokit": {}
|
|
22400
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
22404
22401
|
}
|
|
22405
22402
|
},
|
|
22406
22403
|
"/repos/{owner}/{repo}/hooks/{hook_id}": {
|
|
@@ -22537,7 +22534,7 @@
|
|
|
22537
22534
|
"category": "repos",
|
|
22538
22535
|
"subcategory": "webhooks"
|
|
22539
22536
|
},
|
|
22540
|
-
"x-octokit": {}
|
|
22537
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
22541
22538
|
},
|
|
22542
22539
|
"delete": {
|
|
22543
22540
|
"summary": "Delete a repository webhook",
|
|
@@ -22868,7 +22865,7 @@
|
|
|
22868
22865
|
"category": "repos",
|
|
22869
22866
|
"subcategory": "invitations"
|
|
22870
22867
|
},
|
|
22871
|
-
"x-octokit": {}
|
|
22868
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
22872
22869
|
},
|
|
22873
22870
|
"delete": {
|
|
22874
22871
|
"summary": "Delete a repository invitation",
|
|
@@ -23117,7 +23114,7 @@
|
|
|
23117
23114
|
"category": "issues",
|
|
23118
23115
|
"subcategory": null
|
|
23119
23116
|
},
|
|
23120
|
-
"x-octokit": {}
|
|
23117
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
23121
23118
|
}
|
|
23122
23119
|
},
|
|
23123
23120
|
"/repos/{owner}/{repo}/issues/comments": {
|
|
@@ -23758,7 +23755,7 @@
|
|
|
23758
23755
|
"category": "issues",
|
|
23759
23756
|
"subcategory": null
|
|
23760
23757
|
},
|
|
23761
|
-
"x-octokit": {}
|
|
23758
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
23762
23759
|
}
|
|
23763
23760
|
},
|
|
23764
23761
|
"/repos/{owner}/{repo}/issues/{issue_number}/assignees": {
|
|
@@ -23813,7 +23810,7 @@
|
|
|
23813
23810
|
"category": "issues",
|
|
23814
23811
|
"subcategory": "assignees"
|
|
23815
23812
|
},
|
|
23816
|
-
"x-octokit": {}
|
|
23813
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
23817
23814
|
},
|
|
23818
23815
|
"delete": {
|
|
23819
23816
|
"summary": "Remove assignees from an issue",
|
|
@@ -25760,21 +25757,20 @@
|
|
|
25760
25757
|
}
|
|
25761
25758
|
},
|
|
25762
25759
|
"409": { "$ref": "#/components/responses/conflict" },
|
|
25763
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
25764
25760
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
25765
25761
|
},
|
|
25766
25762
|
"x-github": {
|
|
25767
25763
|
"githubCloudOnly": false,
|
|
25768
25764
|
"enabledForGitHubApps": true,
|
|
25765
|
+
"category": "repos",
|
|
25766
|
+
"subcategory": "pages",
|
|
25769
25767
|
"previews": [
|
|
25770
25768
|
{
|
|
25771
25769
|
"required": true,
|
|
25772
25770
|
"name": "switcheroo",
|
|
25773
25771
|
"note": "Enabling and disabling Pages in the Pages API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2019-03-14-enabling-disabling-pages/) preview for more details. To access the new endpoints during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.switcheroo-preview+json\n```"
|
|
25774
25772
|
}
|
|
25775
|
-
]
|
|
25776
|
-
"category": "repos",
|
|
25777
|
-
"subcategory": "pages"
|
|
25773
|
+
]
|
|
25778
25774
|
},
|
|
25779
25775
|
"x-octokit": {}
|
|
25780
25776
|
},
|
|
@@ -25881,21 +25877,20 @@
|
|
|
25881
25877
|
"responses": {
|
|
25882
25878
|
"204": { "description": "Response" },
|
|
25883
25879
|
"404": { "$ref": "#/components/responses/not_found" },
|
|
25884
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
25885
25880
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
25886
25881
|
},
|
|
25887
25882
|
"x-github": {
|
|
25888
25883
|
"githubCloudOnly": false,
|
|
25889
25884
|
"enabledForGitHubApps": true,
|
|
25885
|
+
"category": "repos",
|
|
25886
|
+
"subcategory": "pages",
|
|
25890
25887
|
"previews": [
|
|
25891
25888
|
{
|
|
25892
25889
|
"required": true,
|
|
25893
25890
|
"name": "switcheroo",
|
|
25894
25891
|
"note": "Enabling and disabling Pages in the Pages API is currently available for developers to preview. See the [blog post](https://developer.github.com/changes/2019-03-14-enabling-disabling-pages/) preview for more details. To access the new endpoints during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.switcheroo-preview+json\n```"
|
|
25895
25892
|
}
|
|
25896
|
-
]
|
|
25897
|
-
"category": "repos",
|
|
25898
|
-
"subcategory": "pages"
|
|
25893
|
+
]
|
|
25899
25894
|
},
|
|
25900
25895
|
"x-octokit": {}
|
|
25901
25896
|
}
|
|
@@ -27716,7 +27711,7 @@
|
|
|
27716
27711
|
"category": "pulls",
|
|
27717
27712
|
"subcategory": "review-requests"
|
|
27718
27713
|
},
|
|
27719
|
-
"x-octokit": {}
|
|
27714
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
27720
27715
|
},
|
|
27721
27716
|
"delete": {
|
|
27722
27717
|
"summary": "Remove requested reviewers from a pull request",
|
|
@@ -28563,7 +28558,7 @@
|
|
|
28563
28558
|
"category": "repos",
|
|
28564
28559
|
"subcategory": "releases"
|
|
28565
28560
|
},
|
|
28566
|
-
"x-octokit": {}
|
|
28561
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
28567
28562
|
}
|
|
28568
28563
|
},
|
|
28569
28564
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -28886,7 +28881,7 @@
|
|
|
28886
28881
|
"category": "repos",
|
|
28887
28882
|
"subcategory": "releases"
|
|
28888
28883
|
},
|
|
28889
|
-
"x-octokit": {}
|
|
28884
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
28890
28885
|
},
|
|
28891
28886
|
"delete": {
|
|
28892
28887
|
"summary": "Delete a release",
|
|
@@ -29045,7 +29040,14 @@
|
|
|
29045
29040
|
{
|
|
29046
29041
|
"name": "secret_type",
|
|
29047
29042
|
"in": "query",
|
|
29048
|
-
"description": "A comma
|
|
29043
|
+
"description": "A comma-separated list of secret types to return. By default all secret types are returned. See \"[About secret scanning for private repositories](https://docs.github.com/enterprise-server@3.1/code-security/secret-security/about-secret-scanning#about-secret-scanning-for-private-repositories)\" for a complete list of secret types (API slug).",
|
|
29044
|
+
"required": false,
|
|
29045
|
+
"schema": { "type": "string" }
|
|
29046
|
+
},
|
|
29047
|
+
{
|
|
29048
|
+
"name": "resolution",
|
|
29049
|
+
"in": "query",
|
|
29050
|
+
"description": "A comma-separated list of resolutions. Only secret scanning alerts with one of these resolutions are listed. Valid resolutions are `false_positive`, `wont_fix`, `revoked`, `pattern_edited`, `pattern_deleted` or `used_in_tests`.",
|
|
29049
29051
|
"required": false,
|
|
29050
29052
|
"schema": { "type": "string" }
|
|
29051
29053
|
},
|
|
@@ -29117,6 +29119,7 @@
|
|
|
29117
29119
|
}
|
|
29118
29120
|
}
|
|
29119
29121
|
},
|
|
29122
|
+
"304": { "$ref": "#/components/responses/not_modified" },
|
|
29120
29123
|
"404": {
|
|
29121
29124
|
"description": "Repository is public, or secret scanning is disabled for the repository, or the resource is not found"
|
|
29122
29125
|
},
|
|
@@ -29974,7 +29977,7 @@
|
|
|
29974
29977
|
"category": "repos",
|
|
29975
29978
|
"subcategory": null
|
|
29976
29979
|
},
|
|
29977
|
-
"x-octokit": {}
|
|
29980
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
29978
29981
|
}
|
|
29979
29982
|
},
|
|
29980
29983
|
"/repos/{owner}/{repo}/zipball/{ref}": {
|
|
@@ -30114,17 +30117,16 @@
|
|
|
30114
30117
|
"x-github": {
|
|
30115
30118
|
"githubCloudOnly": false,
|
|
30116
30119
|
"enabledForGitHubApps": false,
|
|
30120
|
+
"category": "repos",
|
|
30117
30121
|
"previews": [
|
|
30118
30122
|
{
|
|
30119
30123
|
"required": true,
|
|
30120
30124
|
"name": "baptiste",
|
|
30121
30125
|
"note": "Creating and using repository templates is currently available for developers to preview. To access this new endpoint during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
30122
30126
|
}
|
|
30123
|
-
]
|
|
30124
|
-
"category": "repos",
|
|
30125
|
-
"subcategory": null
|
|
30127
|
+
]
|
|
30126
30128
|
},
|
|
30127
|
-
"x-octokit": {}
|
|
30129
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
30128
30130
|
}
|
|
30129
30131
|
},
|
|
30130
30132
|
"/repositories": {
|
|
@@ -30318,21 +30320,19 @@
|
|
|
30318
30320
|
}
|
|
30319
30321
|
}
|
|
30320
30322
|
},
|
|
30321
|
-
"304": { "$ref": "#/components/responses/not_modified" }
|
|
30322
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
30323
|
+
"304": { "$ref": "#/components/responses/not_modified" }
|
|
30323
30324
|
},
|
|
30324
30325
|
"x-github": {
|
|
30325
30326
|
"githubCloudOnly": false,
|
|
30326
30327
|
"enabledForGitHubApps": true,
|
|
30328
|
+
"category": "search",
|
|
30327
30329
|
"previews": [
|
|
30328
30330
|
{
|
|
30329
30331
|
"required": true,
|
|
30330
30332
|
"name": "cloak",
|
|
30331
30333
|
"note": "The Commit Search API is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2017-01-05-commit-search-api/) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.cloak-preview\n```"
|
|
30332
30334
|
}
|
|
30333
|
-
]
|
|
30334
|
-
"category": "search",
|
|
30335
|
-
"subcategory": null
|
|
30335
|
+
]
|
|
30336
30336
|
},
|
|
30337
30337
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
30338
30338
|
}
|
|
@@ -32996,7 +32996,7 @@
|
|
|
32996
32996
|
"summary": "List email addresses for the authenticated user",
|
|
32997
32997
|
"description": "Lists all of your email addresses, and specifies which one is visible to the public. This endpoint is accessible with the `user:email` scope.",
|
|
32998
32998
|
"tags": ["users"],
|
|
32999
|
-
"operationId": "users/list-emails-for-authenticated",
|
|
32999
|
+
"operationId": "users/list-emails-for-authenticated-user",
|
|
33000
33000
|
"externalDocs": {
|
|
33001
33001
|
"description": "API method documentation",
|
|
33002
33002
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#list-email-addresses-for-the-authenticated-user"
|
|
@@ -33033,13 +33033,21 @@
|
|
|
33033
33033
|
"category": "users",
|
|
33034
33034
|
"subcategory": "emails"
|
|
33035
33035
|
},
|
|
33036
|
-
"x-octokit": {
|
|
33036
|
+
"x-octokit": {
|
|
33037
|
+
"changes": [
|
|
33038
|
+
{
|
|
33039
|
+
"type": "OPERATION",
|
|
33040
|
+
"date": "2021-10-05",
|
|
33041
|
+
"before": { "operationId": "users/list-emails-for-authenticated" }
|
|
33042
|
+
}
|
|
33043
|
+
]
|
|
33044
|
+
}
|
|
33037
33045
|
},
|
|
33038
33046
|
"post": {
|
|
33039
33047
|
"summary": "Add an email address for the authenticated user",
|
|
33040
33048
|
"description": "This endpoint is accessible with the `user` scope.",
|
|
33041
33049
|
"tags": ["users"],
|
|
33042
|
-
"operationId": "users/add-email-for-authenticated",
|
|
33050
|
+
"operationId": "users/add-email-for-authenticated-user",
|
|
33043
33051
|
"externalDocs": {
|
|
33044
33052
|
"description": "API method documentation",
|
|
33045
33053
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#add-an-email-address-for-the-authenticated-user"
|
|
@@ -33102,13 +33110,21 @@
|
|
|
33102
33110
|
"category": "users",
|
|
33103
33111
|
"subcategory": "emails"
|
|
33104
33112
|
},
|
|
33105
|
-
"x-octokit": {
|
|
33113
|
+
"x-octokit": {
|
|
33114
|
+
"changes": [
|
|
33115
|
+
{
|
|
33116
|
+
"type": "OPERATION",
|
|
33117
|
+
"date": "2021-10-05",
|
|
33118
|
+
"before": { "operationId": "users/add-email-for-authenticated" }
|
|
33119
|
+
}
|
|
33120
|
+
]
|
|
33121
|
+
}
|
|
33106
33122
|
},
|
|
33107
33123
|
"delete": {
|
|
33108
33124
|
"summary": "Delete an email address for the authenticated user",
|
|
33109
33125
|
"description": "This endpoint is accessible with the `user` scope.",
|
|
33110
33126
|
"tags": ["users"],
|
|
33111
|
-
"operationId": "users/delete-email-for-authenticated",
|
|
33127
|
+
"operationId": "users/delete-email-for-authenticated-user",
|
|
33112
33128
|
"externalDocs": {
|
|
33113
33129
|
"description": "API method documentation",
|
|
33114
33130
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#delete-an-email-address-for-the-authenticated-user"
|
|
@@ -33158,7 +33174,17 @@
|
|
|
33158
33174
|
"category": "users",
|
|
33159
33175
|
"subcategory": "emails"
|
|
33160
33176
|
},
|
|
33161
|
-
"x-octokit": {
|
|
33177
|
+
"x-octokit": {
|
|
33178
|
+
"changes": [
|
|
33179
|
+
{
|
|
33180
|
+
"type": "OPERATION",
|
|
33181
|
+
"date": "2021-10-05",
|
|
33182
|
+
"before": {
|
|
33183
|
+
"operationId": "users/delete-email-for-authenticated"
|
|
33184
|
+
}
|
|
33185
|
+
}
|
|
33186
|
+
]
|
|
33187
|
+
}
|
|
33162
33188
|
}
|
|
33163
33189
|
},
|
|
33164
33190
|
"/user/followers": {
|
|
@@ -33212,7 +33238,7 @@
|
|
|
33212
33238
|
"summary": "List the people the authenticated user follows",
|
|
33213
33239
|
"description": "Lists the people who the authenticated user follows.",
|
|
33214
33240
|
"tags": ["users"],
|
|
33215
|
-
"operationId": "users/list-followed-by-authenticated",
|
|
33241
|
+
"operationId": "users/list-followed-by-authenticated-user",
|
|
33216
33242
|
"externalDocs": {
|
|
33217
33243
|
"description": "API method documentation",
|
|
33218
33244
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#list-the-people-the-authenticated-user-follows"
|
|
@@ -33250,7 +33276,17 @@
|
|
|
33250
33276
|
"category": "users",
|
|
33251
33277
|
"subcategory": "followers"
|
|
33252
33278
|
},
|
|
33253
|
-
"x-octokit": {
|
|
33279
|
+
"x-octokit": {
|
|
33280
|
+
"changes": [
|
|
33281
|
+
{
|
|
33282
|
+
"type": "OPERATION",
|
|
33283
|
+
"date": "2021-10-05",
|
|
33284
|
+
"before": {
|
|
33285
|
+
"operationId": "users/list-followed-by-authenticated"
|
|
33286
|
+
}
|
|
33287
|
+
}
|
|
33288
|
+
]
|
|
33289
|
+
}
|
|
33254
33290
|
}
|
|
33255
33291
|
},
|
|
33256
33292
|
"/user/following/{username}": {
|
|
@@ -33347,7 +33383,7 @@
|
|
|
33347
33383
|
"summary": "List GPG keys for the authenticated user",
|
|
33348
33384
|
"description": "Lists the current user's GPG keys. Requires that you are authenticated via Basic Auth or via OAuth with at least `read:gpg_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33349
33385
|
"tags": ["users"],
|
|
33350
|
-
"operationId": "users/list-gpg-keys-for-authenticated",
|
|
33386
|
+
"operationId": "users/list-gpg-keys-for-authenticated-user",
|
|
33351
33387
|
"externalDocs": {
|
|
33352
33388
|
"description": "API method documentation",
|
|
33353
33389
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#list-gpg-keys-for-the-authenticated-user"
|
|
@@ -33384,12 +33420,22 @@
|
|
|
33384
33420
|
"category": "users",
|
|
33385
33421
|
"subcategory": "gpg-keys"
|
|
33386
33422
|
},
|
|
33387
|
-
"x-octokit": {
|
|
33423
|
+
"x-octokit": {
|
|
33424
|
+
"changes": [
|
|
33425
|
+
{
|
|
33426
|
+
"type": "OPERATION",
|
|
33427
|
+
"date": "2021-10-05",
|
|
33428
|
+
"before": {
|
|
33429
|
+
"operationId": "users/list-gpg-keys-for-authenticated"
|
|
33430
|
+
}
|
|
33431
|
+
}
|
|
33432
|
+
]
|
|
33433
|
+
}
|
|
33388
33434
|
},
|
|
33389
33435
|
"post": {
|
|
33390
33436
|
"summary": "Create a GPG key for the authenticated user",
|
|
33391
33437
|
"description": "Adds a GPG key to the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth, or OAuth with at least `write:gpg_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33392
|
-
"operationId": "users/create-gpg-key-for-authenticated",
|
|
33438
|
+
"operationId": "users/create-gpg-key-for-authenticated-user",
|
|
33393
33439
|
"tags": ["users"],
|
|
33394
33440
|
"externalDocs": {
|
|
33395
33441
|
"description": "API method documentation",
|
|
@@ -33438,7 +33484,17 @@
|
|
|
33438
33484
|
"category": "users",
|
|
33439
33485
|
"subcategory": "gpg-keys"
|
|
33440
33486
|
},
|
|
33441
|
-
"x-octokit": {
|
|
33487
|
+
"x-octokit": {
|
|
33488
|
+
"changes": [
|
|
33489
|
+
{
|
|
33490
|
+
"type": "OPERATION",
|
|
33491
|
+
"date": "2021-10-05",
|
|
33492
|
+
"before": {
|
|
33493
|
+
"operationId": "users/create-gpg-key-for-authenticated"
|
|
33494
|
+
}
|
|
33495
|
+
}
|
|
33496
|
+
]
|
|
33497
|
+
}
|
|
33442
33498
|
}
|
|
33443
33499
|
},
|
|
33444
33500
|
"/user/gpg_keys/{gpg_key_id}": {
|
|
@@ -33446,7 +33502,7 @@
|
|
|
33446
33502
|
"summary": "Get a GPG key for the authenticated user",
|
|
33447
33503
|
"description": "View extended details for a single GPG key. Requires that you are authenticated via Basic Auth or via OAuth with at least `read:gpg_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33448
33504
|
"tags": ["users"],
|
|
33449
|
-
"operationId": "users/get-gpg-key-for-authenticated",
|
|
33505
|
+
"operationId": "users/get-gpg-key-for-authenticated-user",
|
|
33450
33506
|
"externalDocs": {
|
|
33451
33507
|
"description": "API method documentation",
|
|
33452
33508
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#get-a-gpg-key-for-the-authenticated-user"
|
|
@@ -33476,13 +33532,21 @@
|
|
|
33476
33532
|
"category": "users",
|
|
33477
33533
|
"subcategory": "gpg-keys"
|
|
33478
33534
|
},
|
|
33479
|
-
"x-octokit": {
|
|
33535
|
+
"x-octokit": {
|
|
33536
|
+
"changes": [
|
|
33537
|
+
{
|
|
33538
|
+
"type": "OPERATION",
|
|
33539
|
+
"date": "2021-10-05",
|
|
33540
|
+
"before": { "operationId": "users/get-gpg-key-for-authenticated" }
|
|
33541
|
+
}
|
|
33542
|
+
]
|
|
33543
|
+
}
|
|
33480
33544
|
},
|
|
33481
33545
|
"delete": {
|
|
33482
33546
|
"summary": "Delete a GPG key for the authenticated user",
|
|
33483
33547
|
"description": "Removes a GPG key from the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth or via OAuth with at least `admin:gpg_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33484
33548
|
"tags": ["users"],
|
|
33485
|
-
"operationId": "users/delete-gpg-key-for-authenticated",
|
|
33549
|
+
"operationId": "users/delete-gpg-key-for-authenticated-user",
|
|
33486
33550
|
"externalDocs": {
|
|
33487
33551
|
"description": "API method documentation",
|
|
33488
33552
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#delete-a-gpg-key-for-the-authenticated-user"
|
|
@@ -33503,7 +33567,17 @@
|
|
|
33503
33567
|
"category": "users",
|
|
33504
33568
|
"subcategory": "gpg-keys"
|
|
33505
33569
|
},
|
|
33506
|
-
"x-octokit": {
|
|
33570
|
+
"x-octokit": {
|
|
33571
|
+
"changes": [
|
|
33572
|
+
{
|
|
33573
|
+
"type": "OPERATION",
|
|
33574
|
+
"date": "2021-10-05",
|
|
33575
|
+
"before": {
|
|
33576
|
+
"operationId": "users/delete-gpg-key-for-authenticated"
|
|
33577
|
+
}
|
|
33578
|
+
}
|
|
33579
|
+
]
|
|
33580
|
+
}
|
|
33507
33581
|
}
|
|
33508
33582
|
},
|
|
33509
33583
|
"/user/installations": {
|
|
@@ -33626,7 +33700,7 @@
|
|
|
33626
33700
|
"summary": "Add a repository to an app installation",
|
|
33627
33701
|
"description": "Add a single repository to an installation. The authenticated user must have admin access to the repository.\n\nYou must use a personal access token (which you can create via the [command line](https://docs.github.com/enterprise-server@3.1/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/enterprise-server@3.1/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.",
|
|
33628
33702
|
"tags": ["apps"],
|
|
33629
|
-
"operationId": "apps/add-repo-to-installation",
|
|
33703
|
+
"operationId": "apps/add-repo-to-installation-for-authenticated-user",
|
|
33630
33704
|
"externalDocs": {
|
|
33631
33705
|
"description": "API method documentation",
|
|
33632
33706
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/apps#add-a-repository-to-an-app-installation"
|
|
@@ -33648,13 +33722,21 @@
|
|
|
33648
33722
|
"category": "apps",
|
|
33649
33723
|
"subcategory": "installations"
|
|
33650
33724
|
},
|
|
33651
|
-
"x-octokit": {
|
|
33725
|
+
"x-octokit": {
|
|
33726
|
+
"changes": [
|
|
33727
|
+
{
|
|
33728
|
+
"type": "OPERATION",
|
|
33729
|
+
"date": "2021-10-05",
|
|
33730
|
+
"before": { "operationId": "apps/add-repo-to-installation" }
|
|
33731
|
+
}
|
|
33732
|
+
]
|
|
33733
|
+
}
|
|
33652
33734
|
},
|
|
33653
33735
|
"delete": {
|
|
33654
33736
|
"summary": "Remove a repository from an app installation",
|
|
33655
33737
|
"description": "Remove a single repository from an installation. The authenticated user must have admin access to the repository.\n\nYou must use a personal access token (which you can create via the [command line](https://docs.github.com/enterprise-server@3.1/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/enterprise-server@3.1/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.",
|
|
33656
33738
|
"tags": ["apps"],
|
|
33657
|
-
"operationId": "apps/remove-repo-from-installation",
|
|
33739
|
+
"operationId": "apps/remove-repo-from-installation-for-authenticated-user",
|
|
33658
33740
|
"externalDocs": {
|
|
33659
33741
|
"description": "API method documentation",
|
|
33660
33742
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/apps#remove-a-repository-from-an-app-installation"
|
|
@@ -33676,7 +33758,15 @@
|
|
|
33676
33758
|
"category": "apps",
|
|
33677
33759
|
"subcategory": "installations"
|
|
33678
33760
|
},
|
|
33679
|
-
"x-octokit": {
|
|
33761
|
+
"x-octokit": {
|
|
33762
|
+
"changes": [
|
|
33763
|
+
{
|
|
33764
|
+
"type": "OPERATION",
|
|
33765
|
+
"date": "2021-10-05",
|
|
33766
|
+
"before": { "operationId": "apps/remove-repo-from-installation" }
|
|
33767
|
+
}
|
|
33768
|
+
]
|
|
33769
|
+
}
|
|
33680
33770
|
}
|
|
33681
33771
|
},
|
|
33682
33772
|
"/user/issues": {
|
|
@@ -33782,7 +33872,7 @@
|
|
|
33782
33872
|
"summary": "List public SSH keys for the authenticated user",
|
|
33783
33873
|
"description": "Lists the public SSH keys for the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth or via OAuth with at least `read:public_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33784
33874
|
"tags": ["users"],
|
|
33785
|
-
"operationId": "users/list-public-ssh-keys-for-authenticated",
|
|
33875
|
+
"operationId": "users/list-public-ssh-keys-for-authenticated-user",
|
|
33786
33876
|
"externalDocs": {
|
|
33787
33877
|
"description": "API method documentation",
|
|
33788
33878
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#list-public-ssh-keys-for-the-authenticated-user"
|
|
@@ -33819,12 +33909,22 @@
|
|
|
33819
33909
|
"category": "users",
|
|
33820
33910
|
"subcategory": "keys"
|
|
33821
33911
|
},
|
|
33822
|
-
"x-octokit": {
|
|
33912
|
+
"x-octokit": {
|
|
33913
|
+
"changes": [
|
|
33914
|
+
{
|
|
33915
|
+
"type": "OPERATION",
|
|
33916
|
+
"date": "2021-10-05",
|
|
33917
|
+
"before": {
|
|
33918
|
+
"operationId": "users/list-public-ssh-keys-for-authenticated"
|
|
33919
|
+
}
|
|
33920
|
+
}
|
|
33921
|
+
]
|
|
33922
|
+
}
|
|
33823
33923
|
},
|
|
33824
33924
|
"post": {
|
|
33825
33925
|
"summary": "Create a public SSH key for the authenticated user",
|
|
33826
33926
|
"description": "Adds a public SSH key to the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth, or OAuth with at least `write:public_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33827
|
-
"operationId": "users/create-public-ssh-key-for-authenticated",
|
|
33927
|
+
"operationId": "users/create-public-ssh-key-for-authenticated-user",
|
|
33828
33928
|
"tags": ["users"],
|
|
33829
33929
|
"externalDocs": {
|
|
33830
33930
|
"description": "API method documentation",
|
|
@@ -33879,7 +33979,17 @@
|
|
|
33879
33979
|
"category": "users",
|
|
33880
33980
|
"subcategory": "keys"
|
|
33881
33981
|
},
|
|
33882
|
-
"x-octokit": {
|
|
33982
|
+
"x-octokit": {
|
|
33983
|
+
"changes": [
|
|
33984
|
+
{
|
|
33985
|
+
"type": "OPERATION",
|
|
33986
|
+
"date": "2021-10-05",
|
|
33987
|
+
"before": {
|
|
33988
|
+
"operationId": "users/create-public-ssh-key-for-authenticated"
|
|
33989
|
+
}
|
|
33990
|
+
}
|
|
33991
|
+
]
|
|
33992
|
+
}
|
|
33883
33993
|
}
|
|
33884
33994
|
},
|
|
33885
33995
|
"/user/keys/{key_id}": {
|
|
@@ -33887,7 +33997,7 @@
|
|
|
33887
33997
|
"summary": "Get a public SSH key for the authenticated user",
|
|
33888
33998
|
"description": "View extended details for a single public SSH key. Requires that you are authenticated via Basic Auth or via OAuth with at least `read:public_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33889
33999
|
"tags": ["users"],
|
|
33890
|
-
"operationId": "users/get-public-ssh-key-for-authenticated",
|
|
34000
|
+
"operationId": "users/get-public-ssh-key-for-authenticated-user",
|
|
33891
34001
|
"externalDocs": {
|
|
33892
34002
|
"description": "API method documentation",
|
|
33893
34003
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#get-a-public-ssh-key-for-the-authenticated-user"
|
|
@@ -33917,13 +34027,23 @@
|
|
|
33917
34027
|
"category": "users",
|
|
33918
34028
|
"subcategory": "keys"
|
|
33919
34029
|
},
|
|
33920
|
-
"x-octokit": {
|
|
34030
|
+
"x-octokit": {
|
|
34031
|
+
"changes": [
|
|
34032
|
+
{
|
|
34033
|
+
"type": "OPERATION",
|
|
34034
|
+
"date": "2021-10-05",
|
|
34035
|
+
"before": {
|
|
34036
|
+
"operationId": "users/get-public-ssh-key-for-authenticated"
|
|
34037
|
+
}
|
|
34038
|
+
}
|
|
34039
|
+
]
|
|
34040
|
+
}
|
|
33921
34041
|
},
|
|
33922
34042
|
"delete": {
|
|
33923
34043
|
"summary": "Delete a public SSH key for the authenticated user",
|
|
33924
34044
|
"description": "Removes a public SSH key from the authenticated user's GitHub account. Requires that you are authenticated via Basic Auth or via OAuth with at least `admin:public_key` [scope](https://docs.github.com/enterprise-server@3.1/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
33925
34045
|
"tags": ["users"],
|
|
33926
|
-
"operationId": "users/delete-public-ssh-key-for-authenticated",
|
|
34046
|
+
"operationId": "users/delete-public-ssh-key-for-authenticated-user",
|
|
33927
34047
|
"externalDocs": {
|
|
33928
34048
|
"description": "API method documentation",
|
|
33929
34049
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#delete-a-public-ssh-key-for-the-authenticated-user"
|
|
@@ -33943,7 +34063,17 @@
|
|
|
33943
34063
|
"category": "users",
|
|
33944
34064
|
"subcategory": "keys"
|
|
33945
34065
|
},
|
|
33946
|
-
"x-octokit": {
|
|
34066
|
+
"x-octokit": {
|
|
34067
|
+
"changes": [
|
|
34068
|
+
{
|
|
34069
|
+
"type": "OPERATION",
|
|
34070
|
+
"date": "2021-10-05",
|
|
34071
|
+
"before": {
|
|
34072
|
+
"operationId": "users/delete-public-ssh-key-for-authenticated"
|
|
34073
|
+
}
|
|
34074
|
+
}
|
|
34075
|
+
]
|
|
34076
|
+
}
|
|
33947
34077
|
}
|
|
33948
34078
|
},
|
|
33949
34079
|
"/user/memberships/orgs": {
|
|
@@ -34213,7 +34343,7 @@
|
|
|
34213
34343
|
"summary": "List public email addresses for the authenticated user",
|
|
34214
34344
|
"description": "Lists your publicly visible email address, which you can set with the [Set primary email visibility for the authenticated user](https://docs.github.com/enterprise-server@3.1/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user) endpoint. This endpoint is accessible with the `user:email` scope.",
|
|
34215
34345
|
"tags": ["users"],
|
|
34216
|
-
"operationId": "users/list-public-emails-for-authenticated",
|
|
34346
|
+
"operationId": "users/list-public-emails-for-authenticated-user",
|
|
34217
34347
|
"externalDocs": {
|
|
34218
34348
|
"description": "API method documentation",
|
|
34219
34349
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/users#list-public-email-addresses-for-the-authenticated-user"
|
|
@@ -34250,7 +34380,17 @@
|
|
|
34250
34380
|
"category": "users",
|
|
34251
34381
|
"subcategory": "emails"
|
|
34252
34382
|
},
|
|
34253
|
-
"x-octokit": {
|
|
34383
|
+
"x-octokit": {
|
|
34384
|
+
"changes": [
|
|
34385
|
+
{
|
|
34386
|
+
"type": "OPERATION",
|
|
34387
|
+
"date": "2021-10-05",
|
|
34388
|
+
"before": {
|
|
34389
|
+
"operationId": "users/list-public-emails-for-authenticated"
|
|
34390
|
+
}
|
|
34391
|
+
}
|
|
34392
|
+
]
|
|
34393
|
+
}
|
|
34254
34394
|
}
|
|
34255
34395
|
},
|
|
34256
34396
|
"/user/repos": {
|
|
@@ -34492,6 +34632,7 @@
|
|
|
34492
34632
|
"x-github": {
|
|
34493
34633
|
"githubCloudOnly": false,
|
|
34494
34634
|
"enabledForGitHubApps": false,
|
|
34635
|
+
"category": "repos",
|
|
34495
34636
|
"previews": [
|
|
34496
34637
|
{
|
|
34497
34638
|
"required": false,
|
|
@@ -34503,11 +34644,9 @@
|
|
|
34503
34644
|
"name": "baptiste",
|
|
34504
34645
|
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.1/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
34505
34646
|
}
|
|
34506
|
-
]
|
|
34507
|
-
"category": "repos",
|
|
34508
|
-
"subcategory": null
|
|
34647
|
+
]
|
|
34509
34648
|
},
|
|
34510
|
-
"x-octokit": {}
|
|
34649
|
+
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
34511
34650
|
}
|
|
34512
34651
|
},
|
|
34513
34652
|
"/user/repository_invitations": {
|
|
@@ -34564,7 +34703,7 @@
|
|
|
34564
34703
|
"summary": "Accept a repository invitation",
|
|
34565
34704
|
"description": "",
|
|
34566
34705
|
"tags": ["repos"],
|
|
34567
|
-
"operationId": "repos/accept-invitation",
|
|
34706
|
+
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
34568
34707
|
"externalDocs": {
|
|
34569
34708
|
"description": "API method documentation",
|
|
34570
34709
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/repos#accept-a-repository-invitation"
|
|
@@ -34584,13 +34723,21 @@
|
|
|
34584
34723
|
"category": "repos",
|
|
34585
34724
|
"subcategory": "invitations"
|
|
34586
34725
|
},
|
|
34587
|
-
"x-octokit": {
|
|
34726
|
+
"x-octokit": {
|
|
34727
|
+
"changes": [
|
|
34728
|
+
{
|
|
34729
|
+
"type": "OPERATION",
|
|
34730
|
+
"date": "2021-10-05",
|
|
34731
|
+
"before": { "operationId": "repos/accept-invitation" }
|
|
34732
|
+
}
|
|
34733
|
+
]
|
|
34734
|
+
}
|
|
34588
34735
|
},
|
|
34589
34736
|
"delete": {
|
|
34590
34737
|
"summary": "Decline a repository invitation",
|
|
34591
34738
|
"description": "",
|
|
34592
34739
|
"tags": ["repos"],
|
|
34593
|
-
"operationId": "repos/decline-invitation",
|
|
34740
|
+
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
34594
34741
|
"externalDocs": {
|
|
34595
34742
|
"description": "API method documentation",
|
|
34596
34743
|
"url": "https://docs.github.com/enterprise-server@3.1/rest/reference/repos#decline-a-repository-invitation"
|
|
@@ -34610,7 +34757,15 @@
|
|
|
34610
34757
|
"category": "repos",
|
|
34611
34758
|
"subcategory": "invitations"
|
|
34612
34759
|
},
|
|
34613
|
-
"x-octokit": {
|
|
34760
|
+
"x-octokit": {
|
|
34761
|
+
"changes": [
|
|
34762
|
+
{
|
|
34763
|
+
"type": "OPERATION",
|
|
34764
|
+
"date": "2021-10-05",
|
|
34765
|
+
"before": { "operationId": "repos/decline-invitation" }
|
|
34766
|
+
}
|
|
34767
|
+
]
|
|
34768
|
+
}
|
|
34614
34769
|
}
|
|
34615
34770
|
},
|
|
34616
34771
|
"/user/starred": {
|
|
@@ -35659,15 +35814,14 @@
|
|
|
35659
35814
|
"x-github": {
|
|
35660
35815
|
"githubCloudOnly": false,
|
|
35661
35816
|
"enabledForGitHubApps": true,
|
|
35817
|
+
"category": "repos",
|
|
35662
35818
|
"previews": [
|
|
35663
35819
|
{
|
|
35664
35820
|
"required": false,
|
|
35665
35821
|
"name": "nebula",
|
|
35666
35822
|
"note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/enterprise-server@3.1/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.1/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
35667
35823
|
}
|
|
35668
|
-
]
|
|
35669
|
-
"category": "repos",
|
|
35670
|
-
"subcategory": null
|
|
35824
|
+
]
|
|
35671
35825
|
},
|
|
35672
35826
|
"x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
|
|
35673
35827
|
}
|
|
@@ -36734,6 +36888,13 @@
|
|
|
36734
36888
|
"required": false,
|
|
36735
36889
|
"schema": { "type": "string", "format": "date-time" }
|
|
36736
36890
|
},
|
|
36891
|
+
"exclude-pull-requests": {
|
|
36892
|
+
"name": "exclude_pull_requests",
|
|
36893
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
36894
|
+
"in": "query",
|
|
36895
|
+
"required": false,
|
|
36896
|
+
"schema": { "type": "boolean", "default": false }
|
|
36897
|
+
},
|
|
36737
36898
|
"run-id": {
|
|
36738
36899
|
"name": "run_id",
|
|
36739
36900
|
"description": "The id of the workflow run.",
|
|
@@ -43421,6 +43582,11 @@
|
|
|
43421
43582
|
"type": "string",
|
|
43422
43583
|
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
|
|
43423
43584
|
},
|
|
43585
|
+
"run_attempt": {
|
|
43586
|
+
"type": "integer",
|
|
43587
|
+
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
|
|
43588
|
+
"example": 1
|
|
43589
|
+
},
|
|
43424
43590
|
"node_id": { "type": "string", "example": "MDg6Q2hlY2tSdW40" },
|
|
43425
43591
|
"head_sha": {
|
|
43426
43592
|
"description": "The SHA of the commit that is being run.",
|
|
@@ -43670,7 +43836,7 @@
|
|
|
43670
43836
|
},
|
|
43671
43837
|
"run_attempt": {
|
|
43672
43838
|
"type": "integer",
|
|
43673
|
-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was
|
|
43839
|
+
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
|
|
43674
43840
|
"example": 1
|
|
43675
43841
|
},
|
|
43676
43842
|
"event": { "type": "string", "example": "push" },
|
|
@@ -43705,6 +43871,11 @@
|
|
|
43705
43871
|
},
|
|
43706
43872
|
"created_at": { "type": "string", "format": "date-time" },
|
|
43707
43873
|
"updated_at": { "type": "string", "format": "date-time" },
|
|
43874
|
+
"run_started_at": {
|
|
43875
|
+
"type": "string",
|
|
43876
|
+
"format": "date-time",
|
|
43877
|
+
"description": "The start time of the latest run. Resets on re-run."
|
|
43878
|
+
},
|
|
43708
43879
|
"jobs_url": {
|
|
43709
43880
|
"description": "The URL to the jobs for the workflow run.",
|
|
43710
43881
|
"type": "string",
|
|
@@ -45111,7 +45282,6 @@
|
|
|
45111
45282
|
"created_at": { "$ref": "#/components/schemas/alert-created-at" },
|
|
45112
45283
|
"url": { "$ref": "#/components/schemas/alert-url" },
|
|
45113
45284
|
"html_url": { "$ref": "#/components/schemas/alert-html-url" },
|
|
45114
|
-
"instances": { "deprecated": true },
|
|
45115
45285
|
"instances_url": {
|
|
45116
45286
|
"$ref": "#/components/schemas/alert-instances-url"
|
|
45117
45287
|
},
|
|
@@ -45131,7 +45301,8 @@
|
|
|
45131
45301
|
},
|
|
45132
45302
|
"most_recent_instance": {
|
|
45133
45303
|
"$ref": "#/components/schemas/code-scanning-alert-instance"
|
|
45134
|
-
}
|
|
45304
|
+
},
|
|
45305
|
+
"instances": { "deprecated": true }
|
|
45135
45306
|
},
|
|
45136
45307
|
"required": [
|
|
45137
45308
|
"number",
|
|
@@ -49028,6 +49199,10 @@
|
|
|
49028
49199
|
"master_branch": { "type": "string" },
|
|
49029
49200
|
"archived": { "type": "boolean" },
|
|
49030
49201
|
"disabled": { "type": "boolean" },
|
|
49202
|
+
"visibility": {
|
|
49203
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
49204
|
+
"type": "string"
|
|
49205
|
+
},
|
|
49031
49206
|
"mirror_url": {
|
|
49032
49207
|
"type": "string",
|
|
49033
49208
|
"format": "uri",
|
|
@@ -49076,7 +49251,8 @@
|
|
|
49076
49251
|
"watchers_count": { "type": "integer" },
|
|
49077
49252
|
"created_at": { "type": "string", "format": "date-time" },
|
|
49078
49253
|
"updated_at": { "type": "string", "format": "date-time" },
|
|
49079
|
-
"allow_forking": { "type": "boolean" }
|
|
49254
|
+
"allow_forking": { "type": "boolean" },
|
|
49255
|
+
"is_template": { "type": "boolean" }
|
|
49080
49256
|
},
|
|
49081
49257
|
"required": [
|
|
49082
49258
|
"archive_url",
|
|
@@ -49232,6 +49408,7 @@
|
|
|
49232
49408
|
"hooks_url": { "type": "string", "format": "uri" },
|
|
49233
49409
|
"html_url": { "type": "string", "format": "uri" },
|
|
49234
49410
|
"id": { "type": "integer" },
|
|
49411
|
+
"is_template": { "type": "boolean" },
|
|
49235
49412
|
"node_id": { "type": "string" },
|
|
49236
49413
|
"issue_comment_url": { "type": "string" },
|
|
49237
49414
|
"issue_events_url": { "type": "string" },
|
|
@@ -49325,6 +49502,10 @@
|
|
|
49325
49502
|
"master_branch": { "type": "string" },
|
|
49326
49503
|
"archived": { "type": "boolean" },
|
|
49327
49504
|
"disabled": { "type": "boolean" },
|
|
49505
|
+
"visibility": {
|
|
49506
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
49507
|
+
"type": "string"
|
|
49508
|
+
},
|
|
49328
49509
|
"mirror_url": {
|
|
49329
49510
|
"type": "string",
|
|
49330
49511
|
"format": "uri",
|
|
@@ -50488,6 +50669,10 @@
|
|
|
50488
50669
|
"type": "boolean",
|
|
50489
50670
|
"description": "Returns whether or not this repository disabled."
|
|
50490
50671
|
},
|
|
50672
|
+
"visibility": {
|
|
50673
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
50674
|
+
"type": "string"
|
|
50675
|
+
},
|
|
50491
50676
|
"license": { "$ref": "#/components/schemas/nullable-license-simple" },
|
|
50492
50677
|
"permissions": {
|
|
50493
50678
|
"type": "object",
|
|
@@ -50508,7 +50693,8 @@
|
|
|
50508
50693
|
"allow_squash_merge": { "type": "boolean" },
|
|
50509
50694
|
"allow_rebase_merge": { "type": "boolean" },
|
|
50510
50695
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
50511
|
-
"allow_forking": { "type": "boolean" }
|
|
50696
|
+
"allow_forking": { "type": "boolean" },
|
|
50697
|
+
"is_template": { "type": "boolean" }
|
|
50512
50698
|
},
|
|
50513
50699
|
"required": [
|
|
50514
50700
|
"archive_url",
|
|
@@ -59272,8 +59458,7 @@
|
|
|
59272
59458
|
},
|
|
59273
59459
|
"classifications": ["test"]
|
|
59274
59460
|
},
|
|
59275
|
-
"instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances"
|
|
59276
|
-
"instances": null
|
|
59461
|
+
"instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances"
|
|
59277
59462
|
}
|
|
59278
59463
|
},
|
|
59279
59464
|
"code-scanning-alert-dismissed": {
|
|
@@ -66199,6 +66384,7 @@
|
|
|
66199
66384
|
"has_downloads": true,
|
|
66200
66385
|
"archived": true,
|
|
66201
66386
|
"disabled": true,
|
|
66387
|
+
"visibility": "private",
|
|
66202
66388
|
"license": {
|
|
66203
66389
|
"key": "mit",
|
|
66204
66390
|
"name": "MIT License",
|