@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
|
@@ -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" },
|
|
@@ -19788,7 +19788,7 @@
|
|
|
19788
19788
|
"category": "enterprise-admin",
|
|
19789
19789
|
"subcategory": "actions"
|
|
19790
19790
|
},
|
|
19791
|
-
"x-octokit": {}
|
|
19791
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
19792
19792
|
}
|
|
19793
19793
|
},
|
|
19794
19794
|
"/enterprises/{enterprise}/actions/runner-groups": {
|
|
@@ -44200,15 +44200,14 @@
|
|
|
44200
44200
|
"x-github": {
|
|
44201
44201
|
"githubCloudOnly": false,
|
|
44202
44202
|
"enabledForGitHubApps": true,
|
|
44203
|
+
"category": "orgs",
|
|
44203
44204
|
"previews": [
|
|
44204
44205
|
{
|
|
44205
44206
|
"required": false,
|
|
44206
44207
|
"name": "surtur",
|
|
44207
44208
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.surtur-preview+json\n```"
|
|
44208
44209
|
}
|
|
44209
|
-
]
|
|
44210
|
-
"category": "orgs",
|
|
44211
|
-
"subcategory": null
|
|
44210
|
+
]
|
|
44212
44211
|
},
|
|
44213
44212
|
"x-octokit": {}
|
|
44214
44213
|
},
|
|
@@ -44612,21 +44611,6 @@
|
|
|
44612
44611
|
}
|
|
44613
44612
|
}
|
|
44614
44613
|
},
|
|
44615
|
-
"415": {
|
|
44616
|
-
"description": "Preview header missing",
|
|
44617
|
-
"content": {
|
|
44618
|
-
"application/json": {
|
|
44619
|
-
"schema": {
|
|
44620
|
-
"type": "object",
|
|
44621
|
-
"required": ["message", "documentation_url"],
|
|
44622
|
-
"properties": {
|
|
44623
|
-
"message": { "type": "string" },
|
|
44624
|
-
"documentation_url": { "type": "string" }
|
|
44625
|
-
}
|
|
44626
|
-
}
|
|
44627
|
-
}
|
|
44628
|
-
}
|
|
44629
|
-
},
|
|
44630
44614
|
"422": {
|
|
44631
44615
|
"description": "Validation failed",
|
|
44632
44616
|
"content": {
|
|
@@ -44691,17 +44675,16 @@
|
|
|
44691
44675
|
"x-github": {
|
|
44692
44676
|
"githubCloudOnly": false,
|
|
44693
44677
|
"enabledForGitHubApps": true,
|
|
44678
|
+
"category": "orgs",
|
|
44694
44679
|
"previews": [
|
|
44695
44680
|
{
|
|
44696
44681
|
"required": false,
|
|
44697
44682
|
"name": "surtur",
|
|
44698
44683
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.surtur-preview+json\n```"
|
|
44699
44684
|
}
|
|
44700
|
-
]
|
|
44701
|
-
"category": "orgs",
|
|
44702
|
-
"subcategory": null
|
|
44685
|
+
]
|
|
44703
44686
|
},
|
|
44704
|
-
"x-octokit": {}
|
|
44687
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
44705
44688
|
}
|
|
44706
44689
|
},
|
|
44707
44690
|
"/orgs/{org}/actions/permissions": {
|
|
@@ -46064,7 +46047,7 @@
|
|
|
46064
46047
|
"category": "actions",
|
|
46065
46048
|
"subcategory": "permissions"
|
|
46066
46049
|
},
|
|
46067
|
-
"x-octokit": {}
|
|
46050
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
46068
46051
|
}
|
|
46069
46052
|
},
|
|
46070
46053
|
"/orgs/{org}/actions/runner-groups": {
|
|
@@ -65369,6 +65352,7 @@
|
|
|
65369
65352
|
"x-github": {
|
|
65370
65353
|
"githubCloudOnly": false,
|
|
65371
65354
|
"enabledForGitHubApps": true,
|
|
65355
|
+
"category": "repos",
|
|
65372
65356
|
"previews": [
|
|
65373
65357
|
{
|
|
65374
65358
|
"required": false,
|
|
@@ -65380,9 +65364,7 @@
|
|
|
65380
65364
|
"name": "baptiste",
|
|
65381
65365
|
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
65382
65366
|
}
|
|
65383
|
-
]
|
|
65384
|
-
"category": "repos",
|
|
65385
|
-
"subcategory": null
|
|
65367
|
+
]
|
|
65386
65368
|
},
|
|
65387
65369
|
"x-octokit": {}
|
|
65388
65370
|
},
|
|
@@ -65429,7 +65411,7 @@
|
|
|
65429
65411
|
},
|
|
65430
65412
|
"visibility": {
|
|
65431
65413
|
"type": "string",
|
|
65432
|
-
"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`. Note: For GitHub Enterprise Server and GitHub AE, this endpoint will only list repositories available to all users on the enterprise. For more information, see \"[Creating an internal repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-repository-visibility#about-internal-repositories)\" in the GitHub Help documentation.
|
|
65414
|
+
"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`. Note: For GitHub Enterprise Server and GitHub AE, this endpoint will only list repositories available to all users on the enterprise. For more information, see \"[Creating an internal repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-repository-visibility#about-internal-repositories)\" in the GitHub Help documentation.",
|
|
65433
65415
|
"enum": ["public", "private", "visibility", "internal"]
|
|
65434
65416
|
},
|
|
65435
65417
|
"has_issues": {
|
|
@@ -66504,18 +66486,6 @@
|
|
|
66504
66486
|
"x-github": {
|
|
66505
66487
|
"githubCloudOnly": false,
|
|
66506
66488
|
"enabledForGitHubApps": true,
|
|
66507
|
-
"previews": [
|
|
66508
|
-
{
|
|
66509
|
-
"required": false,
|
|
66510
|
-
"name": "nebula",
|
|
66511
|
-
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
66512
|
-
},
|
|
66513
|
-
{
|
|
66514
|
-
"required": false,
|
|
66515
|
-
"name": "baptiste",
|
|
66516
|
-
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
66517
|
-
}
|
|
66518
|
-
],
|
|
66519
66489
|
"category": "repos",
|
|
66520
66490
|
"subcategory": null
|
|
66521
66491
|
},
|
|
@@ -86032,6 +86002,7 @@
|
|
|
86032
86002
|
"x-github": {
|
|
86033
86003
|
"githubCloudOnly": false,
|
|
86034
86004
|
"enabledForGitHubApps": true,
|
|
86005
|
+
"category": "repos",
|
|
86035
86006
|
"previews": [
|
|
86036
86007
|
{
|
|
86037
86008
|
"required": false,
|
|
@@ -86043,8 +86014,7 @@
|
|
|
86043
86014
|
"name": "scarlet-witch",
|
|
86044
86015
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
|
|
86045
86016
|
}
|
|
86046
|
-
]
|
|
86047
|
-
"category": "repos"
|
|
86017
|
+
]
|
|
86048
86018
|
},
|
|
86049
86019
|
"x-octokit": {}
|
|
86050
86020
|
},
|
|
@@ -86096,7 +86066,7 @@
|
|
|
86096
86066
|
},
|
|
86097
86067
|
"visibility": {
|
|
86098
86068
|
"type": "string",
|
|
86099
|
-
"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
|
|
86069
|
+
"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`.\"",
|
|
86100
86070
|
"enum": ["public", "private", "visibility", "internal"]
|
|
86101
86071
|
},
|
|
86102
86072
|
"security_and_analysis": {
|
|
@@ -89892,18 +89862,6 @@
|
|
|
89892
89862
|
"x-github": {
|
|
89893
89863
|
"githubCloudOnly": false,
|
|
89894
89864
|
"enabledForGitHubApps": true,
|
|
89895
|
-
"previews": [
|
|
89896
|
-
{
|
|
89897
|
-
"required": false,
|
|
89898
|
-
"name": "nebula",
|
|
89899
|
-
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
89900
|
-
},
|
|
89901
|
-
{
|
|
89902
|
-
"required": false,
|
|
89903
|
-
"name": "baptiste",
|
|
89904
|
-
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
89905
|
-
}
|
|
89906
|
-
],
|
|
89907
89865
|
"category": "repos",
|
|
89908
89866
|
"subcategory": null
|
|
89909
89867
|
},
|
|
@@ -90444,6 +90402,11 @@
|
|
|
90444
90402
|
"type": "string",
|
|
90445
90403
|
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
|
|
90446
90404
|
},
|
|
90405
|
+
"run_attempt": {
|
|
90406
|
+
"type": "integer",
|
|
90407
|
+
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
|
|
90408
|
+
"example": 1
|
|
90409
|
+
},
|
|
90447
90410
|
"node_id": {
|
|
90448
90411
|
"type": "string",
|
|
90449
90412
|
"example": "MDg6Q2hlY2tSdW40"
|
|
@@ -90667,7 +90630,7 @@
|
|
|
90667
90630
|
"category": "actions",
|
|
90668
90631
|
"subcategory": "workflow-jobs"
|
|
90669
90632
|
},
|
|
90670
|
-
"x-octokit": {}
|
|
90633
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
90671
90634
|
}
|
|
90672
90635
|
},
|
|
90673
90636
|
"/repos/{owner}/{repo}/actions/jobs/{job_id}/logs": {
|
|
@@ -90984,7 +90947,7 @@
|
|
|
90984
90947
|
"category": "actions",
|
|
90985
90948
|
"subcategory": "permissions"
|
|
90986
90949
|
},
|
|
90987
|
-
"x-octokit": {}
|
|
90950
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
90988
90951
|
}
|
|
90989
90952
|
},
|
|
90990
90953
|
"/repos/{owner}/{repo}/actions/runners": {
|
|
@@ -93325,6 +93288,13 @@
|
|
|
93325
93288
|
"in": "query",
|
|
93326
93289
|
"required": false,
|
|
93327
93290
|
"schema": { "type": "string", "format": "date-time" }
|
|
93291
|
+
},
|
|
93292
|
+
{
|
|
93293
|
+
"name": "exclude_pull_requests",
|
|
93294
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
93295
|
+
"in": "query",
|
|
93296
|
+
"required": false,
|
|
93297
|
+
"schema": { "type": "boolean", "default": false }
|
|
93328
93298
|
}
|
|
93329
93299
|
],
|
|
93330
93300
|
"responses": {
|
|
@@ -93386,7 +93356,7 @@
|
|
|
93386
93356
|
},
|
|
93387
93357
|
"run_attempt": {
|
|
93388
93358
|
"type": "integer",
|
|
93389
|
-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was
|
|
93359
|
+
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
|
|
93390
93360
|
"example": 1
|
|
93391
93361
|
},
|
|
93392
93362
|
"event": { "type": "string", "example": "push" },
|
|
@@ -93476,6 +93446,11 @@
|
|
|
93476
93446
|
"type": "string",
|
|
93477
93447
|
"format": "date-time"
|
|
93478
93448
|
},
|
|
93449
|
+
"run_started_at": {
|
|
93450
|
+
"type": "string",
|
|
93451
|
+
"format": "date-time",
|
|
93452
|
+
"description": "The start time of the latest run. Resets on re-run."
|
|
93453
|
+
},
|
|
93479
93454
|
"jobs_url": {
|
|
93480
93455
|
"description": "The URL to the jobs for the workflow run.",
|
|
93481
93456
|
"type": "string",
|
|
@@ -96501,6 +96476,13 @@
|
|
|
96501
96476
|
"in": "path",
|
|
96502
96477
|
"required": true,
|
|
96503
96478
|
"schema": { "type": "integer" }
|
|
96479
|
+
},
|
|
96480
|
+
{
|
|
96481
|
+
"name": "exclude_pull_requests",
|
|
96482
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
96483
|
+
"in": "query",
|
|
96484
|
+
"required": false,
|
|
96485
|
+
"schema": { "type": "boolean", "default": false }
|
|
96504
96486
|
}
|
|
96505
96487
|
],
|
|
96506
96488
|
"responses": {
|
|
@@ -96555,7 +96537,7 @@
|
|
|
96555
96537
|
},
|
|
96556
96538
|
"run_attempt": {
|
|
96557
96539
|
"type": "integer",
|
|
96558
|
-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was
|
|
96540
|
+
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
|
|
96559
96541
|
"example": 1
|
|
96560
96542
|
},
|
|
96561
96543
|
"event": { "type": "string", "example": "push" },
|
|
@@ -96633,6 +96615,11 @@
|
|
|
96633
96615
|
},
|
|
96634
96616
|
"created_at": { "type": "string", "format": "date-time" },
|
|
96635
96617
|
"updated_at": { "type": "string", "format": "date-time" },
|
|
96618
|
+
"run_started_at": {
|
|
96619
|
+
"type": "string",
|
|
96620
|
+
"format": "date-time",
|
|
96621
|
+
"description": "The start time of the latest run. Resets on re-run."
|
|
96622
|
+
},
|
|
96636
96623
|
"jobs_url": {
|
|
96637
96624
|
"description": "The URL to the jobs for the workflow run.",
|
|
96638
96625
|
"type": "string",
|
|
@@ -100080,6 +100067,11 @@
|
|
|
100080
100067
|
"type": "string",
|
|
100081
100068
|
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
|
|
100082
100069
|
},
|
|
100070
|
+
"run_attempt": {
|
|
100071
|
+
"type": "integer",
|
|
100072
|
+
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
|
|
100073
|
+
"example": 1
|
|
100074
|
+
},
|
|
100083
100075
|
"node_id": {
|
|
100084
100076
|
"type": "string",
|
|
100085
100077
|
"example": "MDg6Q2hlY2tSdW40"
|
|
@@ -100322,7 +100314,7 @@
|
|
|
100322
100314
|
"category": "actions",
|
|
100323
100315
|
"subcategory": "workflow-jobs"
|
|
100324
100316
|
},
|
|
100325
|
-
"x-octokit": {}
|
|
100317
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
100326
100318
|
}
|
|
100327
100319
|
},
|
|
100328
100320
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/logs": {
|
|
@@ -101408,7 +101400,7 @@
|
|
|
101408
101400
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun": {
|
|
101409
101401
|
"post": {
|
|
101410
101402
|
"summary": "Re-run a workflow",
|
|
101411
|
-
"description": "Re-runs your workflow run using its `id`. You must authenticate using
|
|
101403
|
+
"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.",
|
|
101412
101404
|
"tags": ["actions"],
|
|
101413
101405
|
"operationId": "actions/re-run-workflow",
|
|
101414
101406
|
"externalDocs": {
|
|
@@ -102394,6 +102386,13 @@
|
|
|
102394
102386
|
"in": "query",
|
|
102395
102387
|
"required": false,
|
|
102396
102388
|
"schema": { "type": "string", "format": "date-time" }
|
|
102389
|
+
},
|
|
102390
|
+
{
|
|
102391
|
+
"name": "exclude_pull_requests",
|
|
102392
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
102393
|
+
"in": "query",
|
|
102394
|
+
"required": false,
|
|
102395
|
+
"schema": { "type": "boolean", "default": false }
|
|
102397
102396
|
}
|
|
102398
102397
|
],
|
|
102399
102398
|
"responses": {
|
|
@@ -102455,7 +102454,7 @@
|
|
|
102455
102454
|
},
|
|
102456
102455
|
"run_attempt": {
|
|
102457
102456
|
"type": "integer",
|
|
102458
|
-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was
|
|
102457
|
+
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
|
|
102459
102458
|
"example": 1
|
|
102460
102459
|
},
|
|
102461
102460
|
"event": { "type": "string", "example": "push" },
|
|
@@ -102545,6 +102544,11 @@
|
|
|
102545
102544
|
"type": "string",
|
|
102546
102545
|
"format": "date-time"
|
|
102547
102546
|
},
|
|
102547
|
+
"run_started_at": {
|
|
102548
|
+
"type": "string",
|
|
102549
|
+
"format": "date-time",
|
|
102550
|
+
"description": "The start time of the latest run. Resets on re-run."
|
|
102551
|
+
},
|
|
102548
102552
|
"jobs_url": {
|
|
102549
102553
|
"description": "The URL to the jobs for the workflow run.",
|
|
102550
102554
|
"type": "string",
|
|
@@ -110433,15 +110437,15 @@
|
|
|
110433
110437
|
"x-github": {
|
|
110434
110438
|
"githubCloudOnly": false,
|
|
110435
110439
|
"enabledForGitHubApps": true,
|
|
110440
|
+
"category": "repos",
|
|
110441
|
+
"subcategory": "branches",
|
|
110436
110442
|
"previews": [
|
|
110437
110443
|
{
|
|
110438
110444
|
"required": true,
|
|
110439
110445
|
"name": "zzzax",
|
|
110440
110446
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.zzzax-preview+json\n```"
|
|
110441
110447
|
}
|
|
110442
|
-
]
|
|
110443
|
-
"category": "repos",
|
|
110444
|
-
"subcategory": "branches"
|
|
110448
|
+
]
|
|
110445
110449
|
},
|
|
110446
110450
|
"x-octokit": {}
|
|
110447
110451
|
},
|
|
@@ -110528,15 +110532,15 @@
|
|
|
110528
110532
|
"x-github": {
|
|
110529
110533
|
"githubCloudOnly": false,
|
|
110530
110534
|
"enabledForGitHubApps": true,
|
|
110535
|
+
"category": "repos",
|
|
110536
|
+
"subcategory": "branches",
|
|
110531
110537
|
"previews": [
|
|
110532
110538
|
{
|
|
110533
110539
|
"required": true,
|
|
110534
110540
|
"name": "zzzax",
|
|
110535
110541
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.zzzax-preview+json\n```"
|
|
110536
110542
|
}
|
|
110537
|
-
]
|
|
110538
|
-
"category": "repos",
|
|
110539
|
-
"subcategory": "branches"
|
|
110543
|
+
]
|
|
110540
110544
|
},
|
|
110541
110545
|
"x-octokit": {}
|
|
110542
110546
|
},
|
|
@@ -110595,15 +110599,15 @@
|
|
|
110595
110599
|
"x-github": {
|
|
110596
110600
|
"githubCloudOnly": false,
|
|
110597
110601
|
"enabledForGitHubApps": true,
|
|
110602
|
+
"category": "repos",
|
|
110603
|
+
"subcategory": "branches",
|
|
110598
110604
|
"previews": [
|
|
110599
110605
|
{
|
|
110600
110606
|
"required": true,
|
|
110601
110607
|
"name": "zzzax",
|
|
110602
110608
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.zzzax-preview+json\n```"
|
|
110603
110609
|
}
|
|
110604
|
-
]
|
|
110605
|
-
"category": "repos",
|
|
110606
|
-
"subcategory": "branches"
|
|
110610
|
+
]
|
|
110607
110611
|
},
|
|
110608
110612
|
"x-octokit": {}
|
|
110609
110613
|
}
|
|
@@ -128565,7 +128569,6 @@
|
|
|
128565
128569
|
"readOnly": true,
|
|
128566
128570
|
"nullable": false
|
|
128567
128571
|
},
|
|
128568
|
-
"instances": { "deprecated": true },
|
|
128569
128572
|
"instances_url": {
|
|
128570
128573
|
"type": "string",
|
|
128571
128574
|
"description": "The REST API URL for fetching the list of instances for an alert.",
|
|
@@ -128815,7 +128818,8 @@
|
|
|
128815
128818
|
}
|
|
128816
128819
|
}
|
|
128817
128820
|
}
|
|
128818
|
-
}
|
|
128821
|
+
},
|
|
128822
|
+
"instances": { "deprecated": true }
|
|
128819
128823
|
},
|
|
128820
128824
|
"required": [
|
|
128821
128825
|
"number",
|
|
@@ -128895,8 +128899,7 @@
|
|
|
128895
128899
|
},
|
|
128896
128900
|
"classifications": ["test"]
|
|
128897
128901
|
},
|
|
128898
|
-
"instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances"
|
|
128899
|
-
"instances": null
|
|
128902
|
+
"instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances"
|
|
128900
128903
|
}
|
|
128901
128904
|
}
|
|
128902
128905
|
}
|
|
@@ -128970,7 +128973,8 @@
|
|
|
128970
128973
|
"parameter": "alert_number",
|
|
128971
128974
|
"before": { "name": "alert_id" }
|
|
128972
128975
|
}
|
|
128973
|
-
]
|
|
128976
|
+
],
|
|
128977
|
+
"diff": { "api.github.com": { "type": "changed" } }
|
|
128974
128978
|
}
|
|
128975
128979
|
},
|
|
128976
128980
|
"patch": {
|
|
@@ -129076,7 +129080,6 @@
|
|
|
129076
129080
|
"readOnly": true,
|
|
129077
129081
|
"nullable": false
|
|
129078
129082
|
},
|
|
129079
|
-
"instances": { "deprecated": true },
|
|
129080
129083
|
"instances_url": {
|
|
129081
129084
|
"type": "string",
|
|
129082
129085
|
"description": "The REST API URL for fetching the list of instances for an alert.",
|
|
@@ -129326,7 +129329,8 @@
|
|
|
129326
129329
|
}
|
|
129327
129330
|
}
|
|
129328
129331
|
}
|
|
129329
|
-
}
|
|
129332
|
+
},
|
|
129333
|
+
"instances": { "deprecated": true }
|
|
129330
129334
|
},
|
|
129331
129335
|
"required": [
|
|
129332
129336
|
"number",
|
|
@@ -129471,7 +129475,7 @@
|
|
|
129471
129475
|
"previews": [],
|
|
129472
129476
|
"category": "code-scanning"
|
|
129473
129477
|
},
|
|
129474
|
-
"x-octokit": {}
|
|
129478
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
129475
129479
|
}
|
|
129476
129480
|
},
|
|
129477
129481
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
|
|
@@ -130011,7 +130015,7 @@
|
|
|
130011
130015
|
"previews": [],
|
|
130012
130016
|
"category": "code-scanning"
|
|
130013
130017
|
},
|
|
130014
|
-
"x-octokit": {}
|
|
130018
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
130015
130019
|
}
|
|
130016
130020
|
},
|
|
130017
130021
|
"/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": {
|
|
@@ -130244,7 +130248,7 @@
|
|
|
130244
130248
|
"previews": [],
|
|
130245
130249
|
"category": "code-scanning"
|
|
130246
130250
|
},
|
|
130247
|
-
"x-octokit": {}
|
|
130251
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
130248
130252
|
},
|
|
130249
130253
|
"delete": {
|
|
130250
130254
|
"summary": "Delete a code scanning analysis from a repository",
|
|
@@ -217799,21 +217803,6 @@
|
|
|
217799
217803
|
}
|
|
217800
217804
|
}
|
|
217801
217805
|
},
|
|
217802
|
-
"415": {
|
|
217803
|
-
"description": "Preview header missing",
|
|
217804
|
-
"content": {
|
|
217805
|
-
"application/json": {
|
|
217806
|
-
"schema": {
|
|
217807
|
-
"type": "object",
|
|
217808
|
-
"required": ["message", "documentation_url"],
|
|
217809
|
-
"properties": {
|
|
217810
|
-
"message": { "type": "string" },
|
|
217811
|
-
"documentation_url": { "type": "string" }
|
|
217812
|
-
}
|
|
217813
|
-
}
|
|
217814
|
-
}
|
|
217815
|
-
}
|
|
217816
|
-
},
|
|
217817
217806
|
"422": {
|
|
217818
217807
|
"description": "Validation failed",
|
|
217819
217808
|
"content": {
|
|
@@ -217860,15 +217849,15 @@
|
|
|
217860
217849
|
"x-github": {
|
|
217861
217850
|
"githubCloudOnly": false,
|
|
217862
217851
|
"enabledForGitHubApps": true,
|
|
217852
|
+
"category": "repos",
|
|
217853
|
+
"subcategory": "pages",
|
|
217863
217854
|
"previews": [
|
|
217864
217855
|
{
|
|
217865
217856
|
"required": true,
|
|
217866
217857
|
"name": "switcheroo",
|
|
217867
217858
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.switcheroo-preview+json\n```"
|
|
217868
217859
|
}
|
|
217869
|
-
]
|
|
217870
|
-
"category": "repos",
|
|
217871
|
-
"subcategory": "pages"
|
|
217860
|
+
]
|
|
217872
217861
|
},
|
|
217873
217862
|
"x-octokit": {}
|
|
217874
217863
|
},
|
|
@@ -218088,21 +218077,6 @@
|
|
|
218088
218077
|
}
|
|
218089
218078
|
}
|
|
218090
218079
|
},
|
|
218091
|
-
"415": {
|
|
218092
|
-
"description": "Preview header missing",
|
|
218093
|
-
"content": {
|
|
218094
|
-
"application/json": {
|
|
218095
|
-
"schema": {
|
|
218096
|
-
"type": "object",
|
|
218097
|
-
"required": ["message", "documentation_url"],
|
|
218098
|
-
"properties": {
|
|
218099
|
-
"message": { "type": "string" },
|
|
218100
|
-
"documentation_url": { "type": "string" }
|
|
218101
|
-
}
|
|
218102
|
-
}
|
|
218103
|
-
}
|
|
218104
|
-
}
|
|
218105
|
-
},
|
|
218106
218080
|
"422": {
|
|
218107
218081
|
"description": "Validation failed",
|
|
218108
218082
|
"content": {
|
|
@@ -218149,15 +218123,15 @@
|
|
|
218149
218123
|
"x-github": {
|
|
218150
218124
|
"githubCloudOnly": false,
|
|
218151
218125
|
"enabledForGitHubApps": true,
|
|
218126
|
+
"category": "repos",
|
|
218127
|
+
"subcategory": "pages",
|
|
218152
218128
|
"previews": [
|
|
218153
218129
|
{
|
|
218154
218130
|
"required": true,
|
|
218155
218131
|
"name": "switcheroo",
|
|
218156
218132
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.switcheroo-preview+json\n```"
|
|
218157
218133
|
}
|
|
218158
|
-
]
|
|
218159
|
-
"category": "repos",
|
|
218160
|
-
"subcategory": "pages"
|
|
218134
|
+
]
|
|
218161
218135
|
},
|
|
218162
218136
|
"x-octokit": {}
|
|
218163
218137
|
}
|
|
@@ -224787,6 +224761,10 @@
|
|
|
224787
224761
|
"master_branch": { "type": "string" },
|
|
224788
224762
|
"archived": { "type": "boolean" },
|
|
224789
224763
|
"disabled": { "type": "boolean" },
|
|
224764
|
+
"visibility": {
|
|
224765
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
224766
|
+
"type": "string"
|
|
224767
|
+
},
|
|
224790
224768
|
"mirror_url": {
|
|
224791
224769
|
"type": "string",
|
|
224792
224770
|
"format": "uri",
|
|
@@ -224856,7 +224834,8 @@
|
|
|
224856
224834
|
"type": "string",
|
|
224857
224835
|
"format": "date-time"
|
|
224858
224836
|
},
|
|
224859
|
-
"allow_forking": { "type": "boolean" }
|
|
224837
|
+
"allow_forking": { "type": "boolean" },
|
|
224838
|
+
"is_template": { "type": "boolean" }
|
|
224860
224839
|
},
|
|
224861
224840
|
"required": [
|
|
224862
224841
|
"archive_url",
|
|
@@ -225039,6 +225018,7 @@
|
|
|
225039
225018
|
"hooks_url": { "type": "string", "format": "uri" },
|
|
225040
225019
|
"html_url": { "type": "string", "format": "uri" },
|
|
225041
225020
|
"id": { "type": "integer" },
|
|
225021
|
+
"is_template": { "type": "boolean" },
|
|
225042
225022
|
"node_id": { "type": "string" },
|
|
225043
225023
|
"issue_comment_url": { "type": "string" },
|
|
225044
225024
|
"issue_events_url": { "type": "string" },
|
|
@@ -225159,6 +225139,10 @@
|
|
|
225159
225139
|
"master_branch": { "type": "string" },
|
|
225160
225140
|
"archived": { "type": "boolean" },
|
|
225161
225141
|
"disabled": { "type": "boolean" },
|
|
225142
|
+
"visibility": {
|
|
225143
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
225144
|
+
"type": "string"
|
|
225145
|
+
},
|
|
225162
225146
|
"mirror_url": {
|
|
225163
225147
|
"type": "string",
|
|
225164
225148
|
"format": "uri",
|
|
@@ -229702,6 +229686,10 @@
|
|
|
229702
229686
|
"master_branch": { "type": "string" },
|
|
229703
229687
|
"archived": { "type": "boolean" },
|
|
229704
229688
|
"disabled": { "type": "boolean" },
|
|
229689
|
+
"visibility": {
|
|
229690
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
229691
|
+
"type": "string"
|
|
229692
|
+
},
|
|
229705
229693
|
"mirror_url": {
|
|
229706
229694
|
"type": "string",
|
|
229707
229695
|
"format": "uri",
|
|
@@ -229771,7 +229759,8 @@
|
|
|
229771
229759
|
"type": "string",
|
|
229772
229760
|
"format": "date-time"
|
|
229773
229761
|
},
|
|
229774
|
-
"allow_forking": { "type": "boolean" }
|
|
229762
|
+
"allow_forking": { "type": "boolean" },
|
|
229763
|
+
"is_template": { "type": "boolean" }
|
|
229775
229764
|
},
|
|
229776
229765
|
"required": [
|
|
229777
229766
|
"archive_url",
|
|
@@ -229954,6 +229943,7 @@
|
|
|
229954
229943
|
"hooks_url": { "type": "string", "format": "uri" },
|
|
229955
229944
|
"html_url": { "type": "string", "format": "uri" },
|
|
229956
229945
|
"id": { "type": "integer" },
|
|
229946
|
+
"is_template": { "type": "boolean" },
|
|
229957
229947
|
"node_id": { "type": "string" },
|
|
229958
229948
|
"issue_comment_url": { "type": "string" },
|
|
229959
229949
|
"issue_events_url": { "type": "string" },
|
|
@@ -230074,6 +230064,10 @@
|
|
|
230074
230064
|
"master_branch": { "type": "string" },
|
|
230075
230065
|
"archived": { "type": "boolean" },
|
|
230076
230066
|
"disabled": { "type": "boolean" },
|
|
230067
|
+
"visibility": {
|
|
230068
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
230069
|
+
"type": "string"
|
|
230070
|
+
},
|
|
230077
230071
|
"mirror_url": {
|
|
230078
230072
|
"type": "string",
|
|
230079
230073
|
"format": "uri",
|
|
@@ -232326,6 +232320,10 @@
|
|
|
232326
232320
|
"master_branch": { "type": "string" },
|
|
232327
232321
|
"archived": { "type": "boolean" },
|
|
232328
232322
|
"disabled": { "type": "boolean" },
|
|
232323
|
+
"visibility": {
|
|
232324
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
232325
|
+
"type": "string"
|
|
232326
|
+
},
|
|
232329
232327
|
"mirror_url": {
|
|
232330
232328
|
"type": "string",
|
|
232331
232329
|
"format": "uri",
|
|
@@ -232395,7 +232393,8 @@
|
|
|
232395
232393
|
"type": "string",
|
|
232396
232394
|
"format": "date-time"
|
|
232397
232395
|
},
|
|
232398
|
-
"allow_forking": { "type": "boolean" }
|
|
232396
|
+
"allow_forking": { "type": "boolean" },
|
|
232397
|
+
"is_template": { "type": "boolean" }
|
|
232399
232398
|
},
|
|
232400
232399
|
"required": [
|
|
232401
232400
|
"archive_url",
|
|
@@ -232578,6 +232577,7 @@
|
|
|
232578
232577
|
"hooks_url": { "type": "string", "format": "uri" },
|
|
232579
232578
|
"html_url": { "type": "string", "format": "uri" },
|
|
232580
232579
|
"id": { "type": "integer" },
|
|
232580
|
+
"is_template": { "type": "boolean" },
|
|
232581
232581
|
"node_id": { "type": "string" },
|
|
232582
232582
|
"issue_comment_url": { "type": "string" },
|
|
232583
232583
|
"issue_events_url": { "type": "string" },
|
|
@@ -232698,6 +232698,10 @@
|
|
|
232698
232698
|
"master_branch": { "type": "string" },
|
|
232699
232699
|
"archived": { "type": "boolean" },
|
|
232700
232700
|
"disabled": { "type": "boolean" },
|
|
232701
|
+
"visibility": {
|
|
232702
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
232703
|
+
"type": "string"
|
|
232704
|
+
},
|
|
232701
232705
|
"mirror_url": {
|
|
232702
232706
|
"type": "string",
|
|
232703
232707
|
"format": "uri",
|
|
@@ -248084,7 +248088,7 @@
|
|
|
248084
248088
|
"category": "repos",
|
|
248085
248089
|
"subcategory": "releases"
|
|
248086
248090
|
},
|
|
248087
|
-
"x-octokit": {}
|
|
248091
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
248088
248092
|
}
|
|
248089
248093
|
},
|
|
248090
248094
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -250688,7 +250692,7 @@
|
|
|
250688
250692
|
"category": "repos",
|
|
250689
250693
|
"subcategory": "releases"
|
|
250690
250694
|
},
|
|
250691
|
-
"x-octokit": {}
|
|
250695
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
250692
250696
|
},
|
|
250693
250697
|
"delete": {
|
|
250694
250698
|
"summary": "Delete a release",
|
|
@@ -251737,7 +251741,14 @@
|
|
|
251737
251741
|
{
|
|
251738
251742
|
"name": "secret_type",
|
|
251739
251743
|
"in": "query",
|
|
251740
|
-
"description": "A comma
|
|
251744
|
+
"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.2/code-security/secret-security/about-secret-scanning#about-secret-scanning-for-private-repositories)\" for a complete list of secret types (API slug).",
|
|
251745
|
+
"required": false,
|
|
251746
|
+
"schema": { "type": "string" }
|
|
251747
|
+
},
|
|
251748
|
+
{
|
|
251749
|
+
"name": "resolution",
|
|
251750
|
+
"in": "query",
|
|
251751
|
+
"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`.",
|
|
251741
251752
|
"required": false,
|
|
251742
251753
|
"schema": { "type": "string" }
|
|
251743
251754
|
},
|
|
@@ -252245,6 +252256,7 @@
|
|
|
252245
252256
|
}
|
|
252246
252257
|
}
|
|
252247
252258
|
},
|
|
252259
|
+
"304": { "description": "Not modified" },
|
|
252248
252260
|
"404": {
|
|
252249
252261
|
"description": "Repository is public, or secret scanning is disabled for the repository, or the resource is not found"
|
|
252250
252262
|
},
|
|
@@ -257099,15 +257111,14 @@
|
|
|
257099
257111
|
"x-github": {
|
|
257100
257112
|
"githubCloudOnly": false,
|
|
257101
257113
|
"enabledForGitHubApps": false,
|
|
257114
|
+
"category": "repos",
|
|
257102
257115
|
"previews": [
|
|
257103
257116
|
{
|
|
257104
257117
|
"required": true,
|
|
257105
257118
|
"name": "baptiste",
|
|
257106
257119
|
"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.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
257107
257120
|
}
|
|
257108
|
-
]
|
|
257109
|
-
"category": "repos",
|
|
257110
|
-
"subcategory": null
|
|
257121
|
+
]
|
|
257111
257122
|
},
|
|
257112
257123
|
"x-octokit": {}
|
|
257113
257124
|
}
|
|
@@ -262400,35 +262411,19 @@
|
|
|
262400
262411
|
}
|
|
262401
262412
|
}
|
|
262402
262413
|
},
|
|
262403
|
-
"304": { "description": "Not modified" }
|
|
262404
|
-
"415": {
|
|
262405
|
-
"description": "Preview header missing",
|
|
262406
|
-
"content": {
|
|
262407
|
-
"application/json": {
|
|
262408
|
-
"schema": {
|
|
262409
|
-
"type": "object",
|
|
262410
|
-
"required": ["message", "documentation_url"],
|
|
262411
|
-
"properties": {
|
|
262412
|
-
"message": { "type": "string" },
|
|
262413
|
-
"documentation_url": { "type": "string" }
|
|
262414
|
-
}
|
|
262415
|
-
}
|
|
262416
|
-
}
|
|
262417
|
-
}
|
|
262418
|
-
}
|
|
262414
|
+
"304": { "description": "Not modified" }
|
|
262419
262415
|
},
|
|
262420
262416
|
"x-github": {
|
|
262421
262417
|
"githubCloudOnly": false,
|
|
262422
262418
|
"enabledForGitHubApps": true,
|
|
262419
|
+
"category": "search",
|
|
262423
262420
|
"previews": [
|
|
262424
262421
|
{
|
|
262425
262422
|
"required": true,
|
|
262426
262423
|
"name": "cloak",
|
|
262427
262424
|
"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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.cloak-preview\n```"
|
|
262428
262425
|
}
|
|
262429
|
-
]
|
|
262430
|
-
"category": "search",
|
|
262431
|
-
"subcategory": null
|
|
262426
|
+
]
|
|
262432
262427
|
},
|
|
262433
262428
|
"x-octokit": {}
|
|
262434
262429
|
}
|
|
@@ -265054,6 +265049,10 @@
|
|
|
265054
265049
|
"type": "boolean",
|
|
265055
265050
|
"description": "Returns whether or not this repository disabled."
|
|
265056
265051
|
},
|
|
265052
|
+
"visibility": {
|
|
265053
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
265054
|
+
"type": "string"
|
|
265055
|
+
},
|
|
265057
265056
|
"license": {
|
|
265058
265057
|
"title": "License Simple",
|
|
265059
265058
|
"description": "License Simple",
|
|
@@ -265136,7 +265135,8 @@
|
|
|
265136
265135
|
"allow_rebase_merge": { "type": "boolean" },
|
|
265137
265136
|
"allow_auto_merge": { "type": "boolean" },
|
|
265138
265137
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
265139
|
-
"allow_forking": { "type": "boolean" }
|
|
265138
|
+
"allow_forking": { "type": "boolean" },
|
|
265139
|
+
"is_template": { "type": "boolean" }
|
|
265140
265140
|
},
|
|
265141
265141
|
"required": [
|
|
265142
265142
|
"archive_url",
|
|
@@ -265318,6 +265318,7 @@
|
|
|
265318
265318
|
"has_downloads": true,
|
|
265319
265319
|
"archived": true,
|
|
265320
265320
|
"disabled": true,
|
|
265321
|
+
"visibility": "private",
|
|
265321
265322
|
"license": {
|
|
265322
265323
|
"key": "mit",
|
|
265323
265324
|
"name": "MIT License",
|
|
@@ -278350,7 +278351,7 @@
|
|
|
278350
278351
|
"summary": "List email addresses for the authenticated user",
|
|
278351
278352
|
"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.",
|
|
278352
278353
|
"tags": ["users"],
|
|
278353
|
-
"operationId": "users/list-emails-for-authenticated",
|
|
278354
|
+
"operationId": "users/list-emails-for-authenticated-user",
|
|
278354
278355
|
"externalDocs": {
|
|
278355
278356
|
"description": "API method documentation",
|
|
278356
278357
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-email-addresses-for-the-authenticated-user"
|
|
@@ -278481,13 +278482,21 @@
|
|
|
278481
278482
|
"category": "users",
|
|
278482
278483
|
"subcategory": "emails"
|
|
278483
278484
|
},
|
|
278484
|
-
"x-octokit": {
|
|
278485
|
+
"x-octokit": {
|
|
278486
|
+
"changes": [
|
|
278487
|
+
{
|
|
278488
|
+
"type": "OPERATION",
|
|
278489
|
+
"date": "2021-10-05",
|
|
278490
|
+
"before": { "operationId": "users/list-emails-for-authenticated" }
|
|
278491
|
+
}
|
|
278492
|
+
]
|
|
278493
|
+
}
|
|
278485
278494
|
},
|
|
278486
278495
|
"post": {
|
|
278487
278496
|
"summary": "Add an email address for the authenticated user",
|
|
278488
278497
|
"description": "This endpoint is accessible with the `user` scope.",
|
|
278489
278498
|
"tags": ["users"],
|
|
278490
|
-
"operationId": "users/add-email-for-authenticated",
|
|
278499
|
+
"operationId": "users/add-email-for-authenticated-user",
|
|
278491
278500
|
"externalDocs": {
|
|
278492
278501
|
"description": "API method documentation",
|
|
278493
278502
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#add-an-email-address-for-the-authenticated-user"
|
|
@@ -278682,13 +278691,21 @@
|
|
|
278682
278691
|
"category": "users",
|
|
278683
278692
|
"subcategory": "emails"
|
|
278684
278693
|
},
|
|
278685
|
-
"x-octokit": {
|
|
278694
|
+
"x-octokit": {
|
|
278695
|
+
"changes": [
|
|
278696
|
+
{
|
|
278697
|
+
"type": "OPERATION",
|
|
278698
|
+
"date": "2021-10-05",
|
|
278699
|
+
"before": { "operationId": "users/add-email-for-authenticated" }
|
|
278700
|
+
}
|
|
278701
|
+
]
|
|
278702
|
+
}
|
|
278686
278703
|
},
|
|
278687
278704
|
"delete": {
|
|
278688
278705
|
"summary": "Delete an email address for the authenticated user",
|
|
278689
278706
|
"description": "This endpoint is accessible with the `user` scope.",
|
|
278690
278707
|
"tags": ["users"],
|
|
278691
|
-
"operationId": "users/delete-email-for-authenticated",
|
|
278708
|
+
"operationId": "users/delete-email-for-authenticated-user",
|
|
278692
278709
|
"externalDocs": {
|
|
278693
278710
|
"description": "API method documentation",
|
|
278694
278711
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#delete-an-email-address-for-the-authenticated-user"
|
|
@@ -278830,7 +278847,17 @@
|
|
|
278830
278847
|
"category": "users",
|
|
278831
278848
|
"subcategory": "emails"
|
|
278832
278849
|
},
|
|
278833
|
-
"x-octokit": {
|
|
278850
|
+
"x-octokit": {
|
|
278851
|
+
"changes": [
|
|
278852
|
+
{
|
|
278853
|
+
"type": "OPERATION",
|
|
278854
|
+
"date": "2021-10-05",
|
|
278855
|
+
"before": {
|
|
278856
|
+
"operationId": "users/delete-email-for-authenticated"
|
|
278857
|
+
}
|
|
278858
|
+
}
|
|
278859
|
+
]
|
|
278860
|
+
}
|
|
278834
278861
|
}
|
|
278835
278862
|
},
|
|
278836
278863
|
"/user/followers": {
|
|
@@ -279055,7 +279082,7 @@
|
|
|
279055
279082
|
"summary": "List the people the authenticated user follows",
|
|
279056
279083
|
"description": "Lists the people who the authenticated user follows.",
|
|
279057
279084
|
"tags": ["users"],
|
|
279058
|
-
"operationId": "users/list-followed-by-authenticated",
|
|
279085
|
+
"operationId": "users/list-followed-by-authenticated-user",
|
|
279059
279086
|
"externalDocs": {
|
|
279060
279087
|
"description": "API method documentation",
|
|
279061
279088
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-the-people-the-authenticated-user-follows"
|
|
@@ -279264,7 +279291,17 @@
|
|
|
279264
279291
|
"category": "users",
|
|
279265
279292
|
"subcategory": "followers"
|
|
279266
279293
|
},
|
|
279267
|
-
"x-octokit": {
|
|
279294
|
+
"x-octokit": {
|
|
279295
|
+
"changes": [
|
|
279296
|
+
{
|
|
279297
|
+
"type": "OPERATION",
|
|
279298
|
+
"date": "2021-10-05",
|
|
279299
|
+
"before": {
|
|
279300
|
+
"operationId": "users/list-followed-by-authenticated"
|
|
279301
|
+
}
|
|
279302
|
+
}
|
|
279303
|
+
]
|
|
279304
|
+
}
|
|
279268
279305
|
}
|
|
279269
279306
|
},
|
|
279270
279307
|
"/user/following/{username}": {
|
|
@@ -279528,7 +279565,7 @@
|
|
|
279528
279565
|
"summary": "List GPG keys for the authenticated user",
|
|
279529
279566
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
279530
279567
|
"tags": ["users"],
|
|
279531
|
-
"operationId": "users/list-gpg-keys-for-authenticated",
|
|
279568
|
+
"operationId": "users/list-gpg-keys-for-authenticated-user",
|
|
279532
279569
|
"externalDocs": {
|
|
279533
279570
|
"description": "API method documentation",
|
|
279534
279571
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-gpg-keys-for-the-authenticated-user"
|
|
@@ -279771,12 +279808,22 @@
|
|
|
279771
279808
|
"category": "users",
|
|
279772
279809
|
"subcategory": "gpg-keys"
|
|
279773
279810
|
},
|
|
279774
|
-
"x-octokit": {
|
|
279811
|
+
"x-octokit": {
|
|
279812
|
+
"changes": [
|
|
279813
|
+
{
|
|
279814
|
+
"type": "OPERATION",
|
|
279815
|
+
"date": "2021-10-05",
|
|
279816
|
+
"before": {
|
|
279817
|
+
"operationId": "users/list-gpg-keys-for-authenticated"
|
|
279818
|
+
}
|
|
279819
|
+
}
|
|
279820
|
+
]
|
|
279821
|
+
}
|
|
279775
279822
|
},
|
|
279776
279823
|
"post": {
|
|
279777
279824
|
"summary": "Create a GPG key for the authenticated user",
|
|
279778
279825
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
279779
|
-
"operationId": "users/create-gpg-key-for-authenticated",
|
|
279826
|
+
"operationId": "users/create-gpg-key-for-authenticated-user",
|
|
279780
279827
|
"tags": ["users"],
|
|
279781
279828
|
"externalDocs": {
|
|
279782
279829
|
"description": "API method documentation",
|
|
@@ -280052,7 +280099,17 @@
|
|
|
280052
280099
|
"category": "users",
|
|
280053
280100
|
"subcategory": "gpg-keys"
|
|
280054
280101
|
},
|
|
280055
|
-
"x-octokit": {
|
|
280102
|
+
"x-octokit": {
|
|
280103
|
+
"changes": [
|
|
280104
|
+
{
|
|
280105
|
+
"type": "OPERATION",
|
|
280106
|
+
"date": "2021-10-05",
|
|
280107
|
+
"before": {
|
|
280108
|
+
"operationId": "users/create-gpg-key-for-authenticated"
|
|
280109
|
+
}
|
|
280110
|
+
}
|
|
280111
|
+
]
|
|
280112
|
+
}
|
|
280056
280113
|
}
|
|
280057
280114
|
},
|
|
280058
280115
|
"/user/gpg_keys/{gpg_key_id}": {
|
|
@@ -280060,7 +280117,7 @@
|
|
|
280060
280117
|
"summary": "Get a GPG key for the authenticated user",
|
|
280061
280118
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
280062
280119
|
"tags": ["users"],
|
|
280063
|
-
"operationId": "users/get-gpg-key-for-authenticated",
|
|
280120
|
+
"operationId": "users/get-gpg-key-for-authenticated-user",
|
|
280064
280121
|
"externalDocs": {
|
|
280065
280122
|
"description": "API method documentation",
|
|
280066
280123
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#get-a-gpg-key-for-the-authenticated-user"
|
|
@@ -280284,13 +280341,21 @@
|
|
|
280284
280341
|
"category": "users",
|
|
280285
280342
|
"subcategory": "gpg-keys"
|
|
280286
280343
|
},
|
|
280287
|
-
"x-octokit": {
|
|
280344
|
+
"x-octokit": {
|
|
280345
|
+
"changes": [
|
|
280346
|
+
{
|
|
280347
|
+
"type": "OPERATION",
|
|
280348
|
+
"date": "2021-10-05",
|
|
280349
|
+
"before": { "operationId": "users/get-gpg-key-for-authenticated" }
|
|
280350
|
+
}
|
|
280351
|
+
]
|
|
280352
|
+
}
|
|
280288
280353
|
},
|
|
280289
280354
|
"delete": {
|
|
280290
280355
|
"summary": "Delete a GPG key for the authenticated user",
|
|
280291
280356
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
280292
280357
|
"tags": ["users"],
|
|
280293
|
-
"operationId": "users/delete-gpg-key-for-authenticated",
|
|
280358
|
+
"operationId": "users/delete-gpg-key-for-authenticated-user",
|
|
280294
280359
|
"externalDocs": {
|
|
280295
280360
|
"description": "API method documentation",
|
|
280296
280361
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#delete-a-gpg-key-for-the-authenticated-user"
|
|
@@ -280411,7 +280476,17 @@
|
|
|
280411
280476
|
"category": "users",
|
|
280412
280477
|
"subcategory": "gpg-keys"
|
|
280413
280478
|
},
|
|
280414
|
-
"x-octokit": {
|
|
280479
|
+
"x-octokit": {
|
|
280480
|
+
"changes": [
|
|
280481
|
+
{
|
|
280482
|
+
"type": "OPERATION",
|
|
280483
|
+
"date": "2021-10-05",
|
|
280484
|
+
"before": {
|
|
280485
|
+
"operationId": "users/delete-gpg-key-for-authenticated"
|
|
280486
|
+
}
|
|
280487
|
+
}
|
|
280488
|
+
]
|
|
280489
|
+
}
|
|
280415
280490
|
}
|
|
280416
280491
|
},
|
|
280417
280492
|
"/user/installations": {
|
|
@@ -282252,7 +282327,7 @@
|
|
|
282252
282327
|
"summary": "Add a repository to an app installation",
|
|
282253
282328
|
"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.2/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/enterprise-server@3.2/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.",
|
|
282254
282329
|
"tags": ["apps"],
|
|
282255
|
-
"operationId": "apps/add-repo-to-installation",
|
|
282330
|
+
"operationId": "apps/add-repo-to-installation-for-authenticated-user",
|
|
282256
282331
|
"externalDocs": {
|
|
282257
282332
|
"description": "API method documentation",
|
|
282258
282333
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/apps#add-a-repository-to-an-app-installation"
|
|
@@ -282319,13 +282394,21 @@
|
|
|
282319
282394
|
"category": "apps",
|
|
282320
282395
|
"subcategory": "installations"
|
|
282321
282396
|
},
|
|
282322
|
-
"x-octokit": {
|
|
282397
|
+
"x-octokit": {
|
|
282398
|
+
"changes": [
|
|
282399
|
+
{
|
|
282400
|
+
"type": "OPERATION",
|
|
282401
|
+
"date": "2021-10-05",
|
|
282402
|
+
"before": { "operationId": "apps/add-repo-to-installation" }
|
|
282403
|
+
}
|
|
282404
|
+
]
|
|
282405
|
+
}
|
|
282323
282406
|
},
|
|
282324
282407
|
"delete": {
|
|
282325
282408
|
"summary": "Remove a repository from an app installation",
|
|
282326
282409
|
"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.2/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/enterprise-server@3.2/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.",
|
|
282327
282410
|
"tags": ["apps"],
|
|
282328
|
-
"operationId": "apps/remove-repo-from-installation",
|
|
282411
|
+
"operationId": "apps/remove-repo-from-installation-for-authenticated-user",
|
|
282329
282412
|
"externalDocs": {
|
|
282330
282413
|
"description": "API method documentation",
|
|
282331
282414
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/apps#remove-a-repository-from-an-app-installation"
|
|
@@ -282392,7 +282475,15 @@
|
|
|
282392
282475
|
"category": "apps",
|
|
282393
282476
|
"subcategory": "installations"
|
|
282394
282477
|
},
|
|
282395
|
-
"x-octokit": {
|
|
282478
|
+
"x-octokit": {
|
|
282479
|
+
"changes": [
|
|
282480
|
+
{
|
|
282481
|
+
"type": "OPERATION",
|
|
282482
|
+
"date": "2021-10-05",
|
|
282483
|
+
"before": { "operationId": "apps/remove-repo-from-installation" }
|
|
282484
|
+
}
|
|
282485
|
+
]
|
|
282486
|
+
}
|
|
282396
282487
|
}
|
|
282397
282488
|
},
|
|
282398
282489
|
"/user/issues": {
|
|
@@ -284633,7 +284724,7 @@
|
|
|
284633
284724
|
"summary": "List public SSH keys for the authenticated user",
|
|
284634
284725
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
284635
284726
|
"tags": ["users"],
|
|
284636
|
-
"operationId": "users/list-public-ssh-keys-for-authenticated",
|
|
284727
|
+
"operationId": "users/list-public-ssh-keys-for-authenticated-user",
|
|
284637
284728
|
"externalDocs": {
|
|
284638
284729
|
"description": "API method documentation",
|
|
284639
284730
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-public-ssh-keys-for-the-authenticated-user"
|
|
@@ -284779,12 +284870,22 @@
|
|
|
284779
284870
|
"category": "users",
|
|
284780
284871
|
"subcategory": "keys"
|
|
284781
284872
|
},
|
|
284782
|
-
"x-octokit": {
|
|
284873
|
+
"x-octokit": {
|
|
284874
|
+
"changes": [
|
|
284875
|
+
{
|
|
284876
|
+
"type": "OPERATION",
|
|
284877
|
+
"date": "2021-10-05",
|
|
284878
|
+
"before": {
|
|
284879
|
+
"operationId": "users/list-public-ssh-keys-for-authenticated"
|
|
284880
|
+
}
|
|
284881
|
+
}
|
|
284882
|
+
]
|
|
284883
|
+
}
|
|
284783
284884
|
},
|
|
284784
284885
|
"post": {
|
|
284785
284886
|
"summary": "Create a public SSH key for the authenticated user",
|
|
284786
284887
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
284787
|
-
"operationId": "users/create-public-ssh-key-for-authenticated",
|
|
284888
|
+
"operationId": "users/create-public-ssh-key-for-authenticated-user",
|
|
284788
284889
|
"tags": ["users"],
|
|
284789
284890
|
"externalDocs": {
|
|
284790
284891
|
"description": "API method documentation",
|
|
@@ -284963,7 +285064,17 @@
|
|
|
284963
285064
|
"category": "users",
|
|
284964
285065
|
"subcategory": "keys"
|
|
284965
285066
|
},
|
|
284966
|
-
"x-octokit": {
|
|
285067
|
+
"x-octokit": {
|
|
285068
|
+
"changes": [
|
|
285069
|
+
{
|
|
285070
|
+
"type": "OPERATION",
|
|
285071
|
+
"date": "2021-10-05",
|
|
285072
|
+
"before": {
|
|
285073
|
+
"operationId": "users/create-public-ssh-key-for-authenticated"
|
|
285074
|
+
}
|
|
285075
|
+
}
|
|
285076
|
+
]
|
|
285077
|
+
}
|
|
284967
285078
|
}
|
|
284968
285079
|
},
|
|
284969
285080
|
"/user/keys/{key_id}": {
|
|
@@ -284971,7 +285082,7 @@
|
|
|
284971
285082
|
"summary": "Get a public SSH key for the authenticated user",
|
|
284972
285083
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
284973
285084
|
"tags": ["users"],
|
|
284974
|
-
"operationId": "users/get-public-ssh-key-for-authenticated",
|
|
285085
|
+
"operationId": "users/get-public-ssh-key-for-authenticated-user",
|
|
284975
285086
|
"externalDocs": {
|
|
284976
285087
|
"description": "API method documentation",
|
|
284977
285088
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#get-a-public-ssh-key-for-the-authenticated-user"
|
|
@@ -285092,13 +285203,23 @@
|
|
|
285092
285203
|
"category": "users",
|
|
285093
285204
|
"subcategory": "keys"
|
|
285094
285205
|
},
|
|
285095
|
-
"x-octokit": {
|
|
285206
|
+
"x-octokit": {
|
|
285207
|
+
"changes": [
|
|
285208
|
+
{
|
|
285209
|
+
"type": "OPERATION",
|
|
285210
|
+
"date": "2021-10-05",
|
|
285211
|
+
"before": {
|
|
285212
|
+
"operationId": "users/get-public-ssh-key-for-authenticated"
|
|
285213
|
+
}
|
|
285214
|
+
}
|
|
285215
|
+
]
|
|
285216
|
+
}
|
|
285096
285217
|
},
|
|
285097
285218
|
"delete": {
|
|
285098
285219
|
"summary": "Delete a public SSH key for the authenticated user",
|
|
285099
285220
|
"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.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).",
|
|
285100
285221
|
"tags": ["users"],
|
|
285101
|
-
"operationId": "users/delete-public-ssh-key-for-authenticated",
|
|
285222
|
+
"operationId": "users/delete-public-ssh-key-for-authenticated-user",
|
|
285102
285223
|
"externalDocs": {
|
|
285103
285224
|
"description": "API method documentation",
|
|
285104
285225
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#delete-a-public-ssh-key-for-the-authenticated-user"
|
|
@@ -285177,7 +285298,17 @@
|
|
|
285177
285298
|
"category": "users",
|
|
285178
285299
|
"subcategory": "keys"
|
|
285179
285300
|
},
|
|
285180
|
-
"x-octokit": {
|
|
285301
|
+
"x-octokit": {
|
|
285302
|
+
"changes": [
|
|
285303
|
+
{
|
|
285304
|
+
"type": "OPERATION",
|
|
285305
|
+
"date": "2021-10-05",
|
|
285306
|
+
"before": {
|
|
285307
|
+
"operationId": "users/delete-public-ssh-key-for-authenticated"
|
|
285308
|
+
}
|
|
285309
|
+
}
|
|
285310
|
+
]
|
|
285311
|
+
}
|
|
285181
285312
|
}
|
|
285182
285313
|
},
|
|
285183
285314
|
"/user/memberships/orgs": {
|
|
@@ -286873,7 +287004,7 @@
|
|
|
286873
287004
|
"summary": "List public email addresses for the authenticated user",
|
|
286874
287005
|
"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.2/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user) endpoint. This endpoint is accessible with the `user:email` scope.",
|
|
286875
287006
|
"tags": ["users"],
|
|
286876
|
-
"operationId": "users/list-public-emails-for-authenticated",
|
|
287007
|
+
"operationId": "users/list-public-emails-for-authenticated-user",
|
|
286877
287008
|
"externalDocs": {
|
|
286878
287009
|
"description": "API method documentation",
|
|
286879
287010
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-public-email-addresses-for-the-authenticated-user"
|
|
@@ -287004,7 +287135,17 @@
|
|
|
287004
287135
|
"category": "users",
|
|
287005
287136
|
"subcategory": "emails"
|
|
287006
287137
|
},
|
|
287007
|
-
"x-octokit": {
|
|
287138
|
+
"x-octokit": {
|
|
287139
|
+
"changes": [
|
|
287140
|
+
{
|
|
287141
|
+
"type": "OPERATION",
|
|
287142
|
+
"date": "2021-10-05",
|
|
287143
|
+
"before": {
|
|
287144
|
+
"operationId": "users/list-public-emails-for-authenticated"
|
|
287145
|
+
}
|
|
287146
|
+
}
|
|
287147
|
+
]
|
|
287148
|
+
}
|
|
287008
287149
|
}
|
|
287009
287150
|
},
|
|
287010
287151
|
"/user/repos": {
|
|
@@ -289311,18 +289452,6 @@
|
|
|
289311
289452
|
"x-github": {
|
|
289312
289453
|
"githubCloudOnly": false,
|
|
289313
289454
|
"enabledForGitHubApps": false,
|
|
289314
|
-
"previews": [
|
|
289315
|
-
{
|
|
289316
|
-
"required": false,
|
|
289317
|
-
"name": "nebula",
|
|
289318
|
-
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
289319
|
-
},
|
|
289320
|
-
{
|
|
289321
|
-
"required": false,
|
|
289322
|
-
"name": "baptiste",
|
|
289323
|
-
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
289324
|
-
}
|
|
289325
|
-
],
|
|
289326
289455
|
"category": "repos",
|
|
289327
289456
|
"subcategory": null
|
|
289328
289457
|
},
|
|
@@ -291118,7 +291247,7 @@
|
|
|
291118
291247
|
"summary": "Accept a repository invitation",
|
|
291119
291248
|
"description": "",
|
|
291120
291249
|
"tags": ["repos"],
|
|
291121
|
-
"operationId": "repos/accept-invitation",
|
|
291250
|
+
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
291122
291251
|
"externalDocs": {
|
|
291123
291252
|
"description": "API method documentation",
|
|
291124
291253
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/repos#accept-a-repository-invitation"
|
|
@@ -291197,13 +291326,21 @@
|
|
|
291197
291326
|
"category": "repos",
|
|
291198
291327
|
"subcategory": "invitations"
|
|
291199
291328
|
},
|
|
291200
|
-
"x-octokit": {
|
|
291329
|
+
"x-octokit": {
|
|
291330
|
+
"changes": [
|
|
291331
|
+
{
|
|
291332
|
+
"type": "OPERATION",
|
|
291333
|
+
"date": "2021-10-05",
|
|
291334
|
+
"before": { "operationId": "repos/accept-invitation" }
|
|
291335
|
+
}
|
|
291336
|
+
]
|
|
291337
|
+
}
|
|
291201
291338
|
},
|
|
291202
291339
|
"delete": {
|
|
291203
291340
|
"summary": "Decline a repository invitation",
|
|
291204
291341
|
"description": "",
|
|
291205
291342
|
"tags": ["repos"],
|
|
291206
|
-
"operationId": "repos/decline-invitation",
|
|
291343
|
+
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
291207
291344
|
"externalDocs": {
|
|
291208
291345
|
"description": "API method documentation",
|
|
291209
291346
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/repos#decline-a-repository-invitation"
|
|
@@ -291282,7 +291419,15 @@
|
|
|
291282
291419
|
"category": "repos",
|
|
291283
291420
|
"subcategory": "invitations"
|
|
291284
291421
|
},
|
|
291285
|
-
"x-octokit": {
|
|
291422
|
+
"x-octokit": {
|
|
291423
|
+
"changes": [
|
|
291424
|
+
{
|
|
291425
|
+
"type": "OPERATION",
|
|
291426
|
+
"date": "2021-10-05",
|
|
291427
|
+
"before": { "operationId": "repos/decline-invitation" }
|
|
291428
|
+
}
|
|
291429
|
+
]
|
|
291430
|
+
}
|
|
291286
291431
|
}
|
|
291287
291432
|
},
|
|
291288
291433
|
"/user/starred": {
|
|
@@ -313082,15 +313227,14 @@
|
|
|
313082
313227
|
"x-github": {
|
|
313083
313228
|
"githubCloudOnly": false,
|
|
313084
313229
|
"enabledForGitHubApps": true,
|
|
313230
|
+
"category": "repos",
|
|
313085
313231
|
"previews": [
|
|
313086
313232
|
{
|
|
313087
313233
|
"required": false,
|
|
313088
313234
|
"name": "nebula",
|
|
313089
313235
|
"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.2/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.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
313090
313236
|
}
|
|
313091
|
-
]
|
|
313092
|
-
"category": "repos",
|
|
313093
|
-
"subcategory": null
|
|
313237
|
+
]
|
|
313094
313238
|
},
|
|
313095
313239
|
"x-octokit": {}
|
|
313096
313240
|
}
|
|
@@ -319427,15 +319571,29 @@
|
|
|
319427
319571
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
319428
319572
|
}
|
|
319429
319573
|
},
|
|
319430
|
-
"/repos/{owner}/{repo}/actions/runs/{run_id}/
|
|
319431
|
-
"
|
|
319432
|
-
"summary": "
|
|
319574
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}": {
|
|
319575
|
+
"get": {
|
|
319576
|
+
"summary": "Get a workflow run attempt",
|
|
319433
319577
|
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
319434
319578
|
"tags": ["actions"],
|
|
319435
|
-
"operationId": "actions/
|
|
319579
|
+
"operationId": "actions/get-workflow-run-attempt",
|
|
319436
319580
|
"externalDocs": {
|
|
319437
319581
|
"description": "API method documentation",
|
|
319438
|
-
"url": "https://docs.github.com/rest/reference/actions#
|
|
319582
|
+
"url": "https://docs.github.com/rest/reference/actions#get-a-workflow-run-attempt"
|
|
319583
|
+
},
|
|
319584
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
319585
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
319586
|
+
}
|
|
319587
|
+
},
|
|
319588
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
|
|
319589
|
+
"get": {
|
|
319590
|
+
"summary": "Download workflow run attempt logs",
|
|
319591
|
+
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
319592
|
+
"tags": ["actions"],
|
|
319593
|
+
"operationId": "actions/download-workflow-run-attempt-logs",
|
|
319594
|
+
"externalDocs": {
|
|
319595
|
+
"description": "API method documentation",
|
|
319596
|
+
"url": "https://docs.github.com/rest/reference/actions#download-workflow-run-attempt-logs"
|
|
319439
319597
|
},
|
|
319440
319598
|
"x-octokit": { "api.github.com": "removed" },
|
|
319441
319599
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
@@ -319547,6 +319705,20 @@
|
|
|
319547
319705
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
319548
319706
|
}
|
|
319549
319707
|
},
|
|
319708
|
+
"/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": {
|
|
319709
|
+
"post": {
|
|
319710
|
+
"summary": "Rerequest a check run",
|
|
319711
|
+
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
319712
|
+
"tags": ["checks"],
|
|
319713
|
+
"operationId": "checks/rerequest-run",
|
|
319714
|
+
"externalDocs": {
|
|
319715
|
+
"description": "API method documentation",
|
|
319716
|
+
"url": "https://docs.github.com/rest/reference/checks#rerequest-a-check-run"
|
|
319717
|
+
},
|
|
319718
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
319719
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
319720
|
+
}
|
|
319721
|
+
},
|
|
319550
319722
|
"/repos/{owner}/{repo}/community/profile": {
|
|
319551
319723
|
"get": {
|
|
319552
319724
|
"summary": "Get community profile metrics",
|
|
@@ -319759,6 +319931,20 @@
|
|
|
319759
319931
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
319760
319932
|
}
|
|
319761
319933
|
},
|
|
319934
|
+
"/repos/{owner}/{repo}/releases/generate-notes": {
|
|
319935
|
+
"post": {
|
|
319936
|
+
"summary": "Generate release notes content for a release",
|
|
319937
|
+
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
319938
|
+
"tags": ["repos"],
|
|
319939
|
+
"operationId": "repos/generate-release-notes",
|
|
319940
|
+
"externalDocs": {
|
|
319941
|
+
"description": "API method documentation",
|
|
319942
|
+
"url": "https://docs.github.com/rest/reference/repos#generate-release-notes"
|
|
319943
|
+
},
|
|
319944
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
319945
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
319946
|
+
}
|
|
319947
|
+
},
|
|
319762
319948
|
"/repos/{owner}/{repo}/traffic/clones": {
|
|
319763
319949
|
"get": {
|
|
319764
319950
|
"summary": "Get repository clones",
|
|
@@ -320129,7 +320315,7 @@
|
|
|
320129
320315
|
"summary": "List users blocked by the authenticated user",
|
|
320130
320316
|
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
320131
320317
|
"tags": ["users"],
|
|
320132
|
-
"operationId": "users/list-blocked-by-authenticated",
|
|
320318
|
+
"operationId": "users/list-blocked-by-authenticated-user",
|
|
320133
320319
|
"externalDocs": {
|
|
320134
320320
|
"description": "API method documentation",
|
|
320135
320321
|
"url": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user"
|
|
@@ -320181,7 +320367,7 @@
|
|
|
320181
320367
|
"summary": "Set primary email visibility for the authenticated user",
|
|
320182
320368
|
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
320183
320369
|
"tags": ["users"],
|
|
320184
|
-
"operationId": "users/set-primary-email-visibility-for-authenticated",
|
|
320370
|
+
"operationId": "users/set-primary-email-visibility-for-authenticated-user",
|
|
320185
320371
|
"externalDocs": {
|
|
320186
320372
|
"description": "API method documentation",
|
|
320187
320373
|
"url": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user"
|
|
@@ -320341,7 +320527,7 @@
|
|
|
320341
320527
|
"summary": "List repositories for a user migration",
|
|
320342
320528
|
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
320343
320529
|
"tags": ["migrations"],
|
|
320344
|
-
"operationId": "migrations/list-repos-for-user",
|
|
320530
|
+
"operationId": "migrations/list-repos-for-authenticated-user",
|
|
320345
320531
|
"externalDocs": {
|
|
320346
320532
|
"description": "API method documentation",
|
|
320347
320533
|
"url": "https://docs.github.com/rest/reference/migrations#list-repositories-for-a-user-migration"
|