@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.2.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" },
|
|
@@ -4627,7 +4627,9 @@
|
|
|
4627
4627
|
"category": "enterprise-admin",
|
|
4628
4628
|
"subcategory": "actions"
|
|
4629
4629
|
},
|
|
4630
|
-
"x-octokit": {
|
|
4630
|
+
"x-octokit": {
|
|
4631
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
4632
|
+
}
|
|
4631
4633
|
}
|
|
4632
4634
|
},
|
|
4633
4635
|
"/enterprises/{enterprise}/actions/runner-groups": {
|
|
@@ -7337,15 +7339,14 @@
|
|
|
7337
7339
|
"x-github": {
|
|
7338
7340
|
"githubCloudOnly": false,
|
|
7339
7341
|
"enabledForGitHubApps": true,
|
|
7342
|
+
"category": "orgs",
|
|
7340
7343
|
"previews": [
|
|
7341
7344
|
{
|
|
7342
7345
|
"required": false,
|
|
7343
7346
|
"name": "surtur",
|
|
7344
7347
|
"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```"
|
|
7345
7348
|
}
|
|
7346
|
-
]
|
|
7347
|
-
"category": "orgs",
|
|
7348
|
-
"subcategory": null
|
|
7349
|
+
]
|
|
7349
7350
|
},
|
|
7350
7351
|
"x-octokit": {}
|
|
7351
7352
|
},
|
|
@@ -7470,7 +7471,6 @@
|
|
|
7470
7471
|
}
|
|
7471
7472
|
},
|
|
7472
7473
|
"409": { "$ref": "#/components/responses/conflict" },
|
|
7473
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
7474
7474
|
"422": {
|
|
7475
7475
|
"description": "Validation failed",
|
|
7476
7476
|
"content": {
|
|
@@ -7488,17 +7488,18 @@
|
|
|
7488
7488
|
"x-github": {
|
|
7489
7489
|
"githubCloudOnly": false,
|
|
7490
7490
|
"enabledForGitHubApps": true,
|
|
7491
|
+
"category": "orgs",
|
|
7491
7492
|
"previews": [
|
|
7492
7493
|
{
|
|
7493
7494
|
"required": false,
|
|
7494
7495
|
"name": "surtur",
|
|
7495
7496
|
"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```"
|
|
7496
7497
|
}
|
|
7497
|
-
]
|
|
7498
|
-
"category": "orgs",
|
|
7499
|
-
"subcategory": null
|
|
7498
|
+
]
|
|
7500
7499
|
},
|
|
7501
|
-
"x-octokit": {
|
|
7500
|
+
"x-octokit": {
|
|
7501
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7502
|
+
}
|
|
7502
7503
|
}
|
|
7503
7504
|
},
|
|
7504
7505
|
"/orgs/{org}/actions/permissions": {
|
|
@@ -7789,7 +7790,9 @@
|
|
|
7789
7790
|
"category": "actions",
|
|
7790
7791
|
"subcategory": "permissions"
|
|
7791
7792
|
},
|
|
7792
|
-
"x-octokit": {
|
|
7793
|
+
"x-octokit": {
|
|
7794
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
7795
|
+
}
|
|
7793
7796
|
}
|
|
7794
7797
|
},
|
|
7795
7798
|
"/orgs/{org}/actions/runner-groups": {
|
|
@@ -10715,6 +10718,7 @@
|
|
|
10715
10718
|
"x-github": {
|
|
10716
10719
|
"githubCloudOnly": false,
|
|
10717
10720
|
"enabledForGitHubApps": true,
|
|
10721
|
+
"category": "repos",
|
|
10718
10722
|
"previews": [
|
|
10719
10723
|
{
|
|
10720
10724
|
"required": false,
|
|
@@ -10726,9 +10730,7 @@
|
|
|
10726
10730
|
"name": "baptiste",
|
|
10727
10731
|
"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```"
|
|
10728
10732
|
}
|
|
10729
|
-
]
|
|
10730
|
-
"category": "repos",
|
|
10731
|
-
"subcategory": null
|
|
10733
|
+
]
|
|
10732
10734
|
},
|
|
10733
10735
|
"x-octokit": {}
|
|
10734
10736
|
},
|
|
@@ -10768,7 +10770,7 @@
|
|
|
10768
10770
|
},
|
|
10769
10771
|
"visibility": {
|
|
10770
10772
|
"type": "string",
|
|
10771
|
-
"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.
|
|
10773
|
+
"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.",
|
|
10772
10774
|
"enum": ["public", "private", "visibility", "internal"]
|
|
10773
10775
|
},
|
|
10774
10776
|
"has_issues": {
|
|
@@ -10872,18 +10874,6 @@
|
|
|
10872
10874
|
"x-github": {
|
|
10873
10875
|
"githubCloudOnly": false,
|
|
10874
10876
|
"enabledForGitHubApps": true,
|
|
10875
|
-
"previews": [
|
|
10876
|
-
{
|
|
10877
|
-
"required": false,
|
|
10878
|
-
"name": "nebula",
|
|
10879
|
-
"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```"
|
|
10880
|
-
},
|
|
10881
|
-
{
|
|
10882
|
-
"required": false,
|
|
10883
|
-
"name": "baptiste",
|
|
10884
|
-
"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```"
|
|
10885
|
-
}
|
|
10886
|
-
],
|
|
10887
10877
|
"category": "repos",
|
|
10888
10878
|
"subcategory": null
|
|
10889
10879
|
},
|
|
@@ -13913,6 +13903,7 @@
|
|
|
13913
13903
|
"x-github": {
|
|
13914
13904
|
"githubCloudOnly": false,
|
|
13915
13905
|
"enabledForGitHubApps": true,
|
|
13906
|
+
"category": "repos",
|
|
13916
13907
|
"previews": [
|
|
13917
13908
|
{
|
|
13918
13909
|
"required": false,
|
|
@@ -13924,8 +13915,7 @@
|
|
|
13924
13915
|
"name": "scarlet-witch",
|
|
13925
13916
|
"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```"
|
|
13926
13917
|
}
|
|
13927
|
-
]
|
|
13928
|
-
"category": "repos"
|
|
13918
|
+
]
|
|
13929
13919
|
},
|
|
13930
13920
|
"x-octokit": {}
|
|
13931
13921
|
},
|
|
@@ -13967,7 +13957,7 @@
|
|
|
13967
13957
|
},
|
|
13968
13958
|
"visibility": {
|
|
13969
13959
|
"type": "string",
|
|
13970
|
-
"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
|
|
13960
|
+
"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`.\"",
|
|
13971
13961
|
"enum": ["public", "private", "visibility", "internal"]
|
|
13972
13962
|
},
|
|
13973
13963
|
"security_and_analysis": {
|
|
@@ -14090,18 +14080,6 @@
|
|
|
14090
14080
|
"x-github": {
|
|
14091
14081
|
"githubCloudOnly": false,
|
|
14092
14082
|
"enabledForGitHubApps": true,
|
|
14093
|
-
"previews": [
|
|
14094
|
-
{
|
|
14095
|
-
"required": false,
|
|
14096
|
-
"name": "nebula",
|
|
14097
|
-
"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```"
|
|
14098
|
-
},
|
|
14099
|
-
{
|
|
14100
|
-
"required": false,
|
|
14101
|
-
"name": "baptiste",
|
|
14102
|
-
"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```"
|
|
14103
|
-
}
|
|
14104
|
-
],
|
|
14105
14083
|
"category": "repos",
|
|
14106
14084
|
"subcategory": null
|
|
14107
14085
|
},
|
|
@@ -14341,7 +14319,9 @@
|
|
|
14341
14319
|
"category": "actions",
|
|
14342
14320
|
"subcategory": "workflow-jobs"
|
|
14343
14321
|
},
|
|
14344
|
-
"x-octokit": {
|
|
14322
|
+
"x-octokit": {
|
|
14323
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
14324
|
+
}
|
|
14345
14325
|
}
|
|
14346
14326
|
},
|
|
14347
14327
|
"/repos/{owner}/{repo}/actions/jobs/{job_id}/logs": {
|
|
@@ -14543,7 +14523,9 @@
|
|
|
14543
14523
|
"category": "actions",
|
|
14544
14524
|
"subcategory": "permissions"
|
|
14545
14525
|
},
|
|
14546
|
-
"x-octokit": {
|
|
14526
|
+
"x-octokit": {
|
|
14527
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
14528
|
+
}
|
|
14547
14529
|
}
|
|
14548
14530
|
},
|
|
14549
14531
|
"/repos/{owner}/{repo}/actions/runners": {
|
|
@@ -14803,7 +14785,8 @@
|
|
|
14803
14785
|
{ "$ref": "#/components/parameters/workflow-run-status" },
|
|
14804
14786
|
{ "$ref": "#/components/parameters/per-page" },
|
|
14805
14787
|
{ "$ref": "#/components/parameters/page" },
|
|
14806
|
-
{ "$ref": "#/components/parameters/created" }
|
|
14788
|
+
{ "$ref": "#/components/parameters/created" },
|
|
14789
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
14807
14790
|
],
|
|
14808
14791
|
"responses": {
|
|
14809
14792
|
"200": {
|
|
@@ -14854,7 +14837,8 @@
|
|
|
14854
14837
|
"parameters": [
|
|
14855
14838
|
{ "$ref": "#/components/parameters/owner" },
|
|
14856
14839
|
{ "$ref": "#/components/parameters/repo" },
|
|
14857
|
-
{ "$ref": "#/components/parameters/run-id" }
|
|
14840
|
+
{ "$ref": "#/components/parameters/run-id" },
|
|
14841
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
14858
14842
|
],
|
|
14859
14843
|
"responses": {
|
|
14860
14844
|
"200": {
|
|
@@ -15099,7 +15083,9 @@
|
|
|
15099
15083
|
"category": "actions",
|
|
15100
15084
|
"subcategory": "workflow-jobs"
|
|
15101
15085
|
},
|
|
15102
|
-
"x-octokit": {
|
|
15086
|
+
"x-octokit": {
|
|
15087
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
15088
|
+
}
|
|
15103
15089
|
}
|
|
15104
15090
|
},
|
|
15105
15091
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/logs": {
|
|
@@ -15279,7 +15265,7 @@
|
|
|
15279
15265
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/rerun": {
|
|
15280
15266
|
"post": {
|
|
15281
15267
|
"summary": "Re-run a workflow",
|
|
15282
|
-
"description": "Re-runs your workflow run using its `id`. You must authenticate using
|
|
15268
|
+
"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.",
|
|
15283
15269
|
"tags": ["actions"],
|
|
15284
15270
|
"operationId": "actions/re-run-workflow",
|
|
15285
15271
|
"externalDocs": {
|
|
@@ -15751,7 +15737,8 @@
|
|
|
15751
15737
|
{ "$ref": "#/components/parameters/workflow-run-status" },
|
|
15752
15738
|
{ "$ref": "#/components/parameters/per-page" },
|
|
15753
15739
|
{ "$ref": "#/components/parameters/page" },
|
|
15754
|
-
{ "$ref": "#/components/parameters/created" }
|
|
15740
|
+
{ "$ref": "#/components/parameters/created" },
|
|
15741
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
15755
15742
|
],
|
|
15756
15743
|
"responses": {
|
|
15757
15744
|
"200": {
|
|
@@ -16542,15 +16529,15 @@
|
|
|
16542
16529
|
"x-github": {
|
|
16543
16530
|
"githubCloudOnly": false,
|
|
16544
16531
|
"enabledForGitHubApps": true,
|
|
16532
|
+
"category": "repos",
|
|
16533
|
+
"subcategory": "branches",
|
|
16545
16534
|
"previews": [
|
|
16546
16535
|
{
|
|
16547
16536
|
"required": true,
|
|
16548
16537
|
"name": "zzzax",
|
|
16549
16538
|
"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```"
|
|
16550
16539
|
}
|
|
16551
|
-
]
|
|
16552
|
-
"category": "repos",
|
|
16553
|
-
"subcategory": "branches"
|
|
16540
|
+
]
|
|
16554
16541
|
},
|
|
16555
16542
|
"x-octokit": {}
|
|
16556
16543
|
},
|
|
@@ -16589,15 +16576,15 @@
|
|
|
16589
16576
|
"x-github": {
|
|
16590
16577
|
"githubCloudOnly": false,
|
|
16591
16578
|
"enabledForGitHubApps": true,
|
|
16579
|
+
"category": "repos",
|
|
16580
|
+
"subcategory": "branches",
|
|
16592
16581
|
"previews": [
|
|
16593
16582
|
{
|
|
16594
16583
|
"required": true,
|
|
16595
16584
|
"name": "zzzax",
|
|
16596
16585
|
"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```"
|
|
16597
16586
|
}
|
|
16598
|
-
]
|
|
16599
|
-
"category": "repos",
|
|
16600
|
-
"subcategory": "branches"
|
|
16587
|
+
]
|
|
16601
16588
|
},
|
|
16602
16589
|
"x-octokit": {}
|
|
16603
16590
|
},
|
|
@@ -16622,15 +16609,15 @@
|
|
|
16622
16609
|
"x-github": {
|
|
16623
16610
|
"githubCloudOnly": false,
|
|
16624
16611
|
"enabledForGitHubApps": true,
|
|
16612
|
+
"category": "repos",
|
|
16613
|
+
"subcategory": "branches",
|
|
16625
16614
|
"previews": [
|
|
16626
16615
|
{
|
|
16627
16616
|
"required": true,
|
|
16628
16617
|
"name": "zzzax",
|
|
16629
16618
|
"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```"
|
|
16630
16619
|
}
|
|
16631
|
-
]
|
|
16632
|
-
"category": "repos",
|
|
16633
|
-
"subcategory": "branches"
|
|
16620
|
+
]
|
|
16634
16621
|
},
|
|
16635
16622
|
"x-octokit": {}
|
|
16636
16623
|
}
|
|
@@ -18879,7 +18866,8 @@
|
|
|
18879
18866
|
"parameter": "alert_number",
|
|
18880
18867
|
"before": { "name": "alert_id" }
|
|
18881
18868
|
}
|
|
18882
|
-
]
|
|
18869
|
+
],
|
|
18870
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
18883
18871
|
}
|
|
18884
18872
|
},
|
|
18885
18873
|
"patch": {
|
|
@@ -18947,7 +18935,9 @@
|
|
|
18947
18935
|
"previews": [],
|
|
18948
18936
|
"category": "code-scanning"
|
|
18949
18937
|
},
|
|
18950
|
-
"x-octokit": {
|
|
18938
|
+
"x-octokit": {
|
|
18939
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
18940
|
+
}
|
|
18951
18941
|
}
|
|
18952
18942
|
},
|
|
18953
18943
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
|
|
@@ -19076,7 +19066,9 @@
|
|
|
19076
19066
|
"previews": [],
|
|
19077
19067
|
"category": "code-scanning"
|
|
19078
19068
|
},
|
|
19079
|
-
"x-octokit": {
|
|
19069
|
+
"x-octokit": {
|
|
19070
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
19071
|
+
}
|
|
19080
19072
|
}
|
|
19081
19073
|
},
|
|
19082
19074
|
"/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": {
|
|
@@ -19129,7 +19121,9 @@
|
|
|
19129
19121
|
"previews": [],
|
|
19130
19122
|
"category": "code-scanning"
|
|
19131
19123
|
},
|
|
19132
|
-
"x-octokit": {
|
|
19124
|
+
"x-octokit": {
|
|
19125
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
19126
|
+
}
|
|
19133
19127
|
},
|
|
19134
19128
|
"delete": {
|
|
19135
19129
|
"summary": "Delete a code scanning analysis from a repository",
|
|
@@ -26497,21 +26491,20 @@
|
|
|
26497
26491
|
}
|
|
26498
26492
|
},
|
|
26499
26493
|
"409": { "$ref": "#/components/responses/conflict" },
|
|
26500
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
26501
26494
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
26502
26495
|
},
|
|
26503
26496
|
"x-github": {
|
|
26504
26497
|
"githubCloudOnly": false,
|
|
26505
26498
|
"enabledForGitHubApps": true,
|
|
26499
|
+
"category": "repos",
|
|
26500
|
+
"subcategory": "pages",
|
|
26506
26501
|
"previews": [
|
|
26507
26502
|
{
|
|
26508
26503
|
"required": true,
|
|
26509
26504
|
"name": "switcheroo",
|
|
26510
26505
|
"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```"
|
|
26511
26506
|
}
|
|
26512
|
-
]
|
|
26513
|
-
"category": "repos",
|
|
26514
|
-
"subcategory": "pages"
|
|
26507
|
+
]
|
|
26515
26508
|
},
|
|
26516
26509
|
"x-octokit": {}
|
|
26517
26510
|
},
|
|
@@ -26618,21 +26611,20 @@
|
|
|
26618
26611
|
"responses": {
|
|
26619
26612
|
"204": { "description": "Response" },
|
|
26620
26613
|
"404": { "$ref": "#/components/responses/not_found" },
|
|
26621
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" },
|
|
26622
26614
|
"422": { "$ref": "#/components/responses/validation_failed" }
|
|
26623
26615
|
},
|
|
26624
26616
|
"x-github": {
|
|
26625
26617
|
"githubCloudOnly": false,
|
|
26626
26618
|
"enabledForGitHubApps": true,
|
|
26619
|
+
"category": "repos",
|
|
26620
|
+
"subcategory": "pages",
|
|
26627
26621
|
"previews": [
|
|
26628
26622
|
{
|
|
26629
26623
|
"required": true,
|
|
26630
26624
|
"name": "switcheroo",
|
|
26631
26625
|
"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```"
|
|
26632
26626
|
}
|
|
26633
|
-
]
|
|
26634
|
-
"category": "repos",
|
|
26635
|
-
"subcategory": "pages"
|
|
26627
|
+
]
|
|
26636
26628
|
},
|
|
26637
26629
|
"x-octokit": {}
|
|
26638
26630
|
}
|
|
@@ -29302,7 +29294,9 @@
|
|
|
29302
29294
|
"category": "repos",
|
|
29303
29295
|
"subcategory": "releases"
|
|
29304
29296
|
},
|
|
29305
|
-
"x-octokit": {
|
|
29297
|
+
"x-octokit": {
|
|
29298
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
29299
|
+
}
|
|
29306
29300
|
}
|
|
29307
29301
|
},
|
|
29308
29302
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -29631,7 +29625,9 @@
|
|
|
29631
29625
|
"category": "repos",
|
|
29632
29626
|
"subcategory": "releases"
|
|
29633
29627
|
},
|
|
29634
|
-
"x-octokit": {
|
|
29628
|
+
"x-octokit": {
|
|
29629
|
+
"diff": { "api.github.com.json": { "type": "changed" } }
|
|
29630
|
+
}
|
|
29635
29631
|
},
|
|
29636
29632
|
"delete": {
|
|
29637
29633
|
"summary": "Delete a release",
|
|
@@ -29864,7 +29860,14 @@
|
|
|
29864
29860
|
{
|
|
29865
29861
|
"name": "secret_type",
|
|
29866
29862
|
"in": "query",
|
|
29867
|
-
"description": "A comma
|
|
29863
|
+
"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).",
|
|
29864
|
+
"required": false,
|
|
29865
|
+
"schema": { "type": "string" }
|
|
29866
|
+
},
|
|
29867
|
+
{
|
|
29868
|
+
"name": "resolution",
|
|
29869
|
+
"in": "query",
|
|
29870
|
+
"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`.",
|
|
29868
29871
|
"required": false,
|
|
29869
29872
|
"schema": { "type": "string" }
|
|
29870
29873
|
},
|
|
@@ -29936,6 +29939,7 @@
|
|
|
29936
29939
|
}
|
|
29937
29940
|
}
|
|
29938
29941
|
},
|
|
29942
|
+
"304": { "$ref": "#/components/responses/not_modified" },
|
|
29939
29943
|
"404": {
|
|
29940
29944
|
"description": "Repository is public, or secret scanning is disabled for the repository, or the resource is not found"
|
|
29941
29945
|
},
|
|
@@ -30933,15 +30937,14 @@
|
|
|
30933
30937
|
"x-github": {
|
|
30934
30938
|
"githubCloudOnly": false,
|
|
30935
30939
|
"enabledForGitHubApps": false,
|
|
30940
|
+
"category": "repos",
|
|
30936
30941
|
"previews": [
|
|
30937
30942
|
{
|
|
30938
30943
|
"required": true,
|
|
30939
30944
|
"name": "baptiste",
|
|
30940
30945
|
"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```"
|
|
30941
30946
|
}
|
|
30942
|
-
]
|
|
30943
|
-
"category": "repos",
|
|
30944
|
-
"subcategory": null
|
|
30947
|
+
]
|
|
30945
30948
|
},
|
|
30946
30949
|
"x-octokit": {}
|
|
30947
30950
|
}
|
|
@@ -31352,21 +31355,19 @@
|
|
|
31352
31355
|
}
|
|
31353
31356
|
}
|
|
31354
31357
|
},
|
|
31355
|
-
"304": { "$ref": "#/components/responses/not_modified" }
|
|
31356
|
-
"415": { "$ref": "#/components/responses/preview_header_missing" }
|
|
31358
|
+
"304": { "$ref": "#/components/responses/not_modified" }
|
|
31357
31359
|
},
|
|
31358
31360
|
"x-github": {
|
|
31359
31361
|
"githubCloudOnly": false,
|
|
31360
31362
|
"enabledForGitHubApps": true,
|
|
31363
|
+
"category": "search",
|
|
31361
31364
|
"previews": [
|
|
31362
31365
|
{
|
|
31363
31366
|
"required": true,
|
|
31364
31367
|
"name": "cloak",
|
|
31365
31368
|
"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```"
|
|
31366
31369
|
}
|
|
31367
|
-
]
|
|
31368
|
-
"category": "search",
|
|
31369
|
-
"subcategory": null
|
|
31370
|
+
]
|
|
31370
31371
|
},
|
|
31371
31372
|
"x-octokit": {}
|
|
31372
31373
|
}
|
|
@@ -34030,7 +34031,7 @@
|
|
|
34030
34031
|
"summary": "List email addresses for the authenticated user",
|
|
34031
34032
|
"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.",
|
|
34032
34033
|
"tags": ["users"],
|
|
34033
|
-
"operationId": "users/list-emails-for-authenticated",
|
|
34034
|
+
"operationId": "users/list-emails-for-authenticated-user",
|
|
34034
34035
|
"externalDocs": {
|
|
34035
34036
|
"description": "API method documentation",
|
|
34036
34037
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-email-addresses-for-the-authenticated-user"
|
|
@@ -34067,13 +34068,21 @@
|
|
|
34067
34068
|
"category": "users",
|
|
34068
34069
|
"subcategory": "emails"
|
|
34069
34070
|
},
|
|
34070
|
-
"x-octokit": {
|
|
34071
|
+
"x-octokit": {
|
|
34072
|
+
"changes": [
|
|
34073
|
+
{
|
|
34074
|
+
"type": "OPERATION",
|
|
34075
|
+
"date": "2021-10-05",
|
|
34076
|
+
"before": { "operationId": "users/list-emails-for-authenticated" }
|
|
34077
|
+
}
|
|
34078
|
+
]
|
|
34079
|
+
}
|
|
34071
34080
|
},
|
|
34072
34081
|
"post": {
|
|
34073
34082
|
"summary": "Add an email address for the authenticated user",
|
|
34074
34083
|
"description": "This endpoint is accessible with the `user` scope.",
|
|
34075
34084
|
"tags": ["users"],
|
|
34076
|
-
"operationId": "users/add-email-for-authenticated",
|
|
34085
|
+
"operationId": "users/add-email-for-authenticated-user",
|
|
34077
34086
|
"externalDocs": {
|
|
34078
34087
|
"description": "API method documentation",
|
|
34079
34088
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#add-an-email-address-for-the-authenticated-user"
|
|
@@ -34136,13 +34145,21 @@
|
|
|
34136
34145
|
"category": "users",
|
|
34137
34146
|
"subcategory": "emails"
|
|
34138
34147
|
},
|
|
34139
|
-
"x-octokit": {
|
|
34148
|
+
"x-octokit": {
|
|
34149
|
+
"changes": [
|
|
34150
|
+
{
|
|
34151
|
+
"type": "OPERATION",
|
|
34152
|
+
"date": "2021-10-05",
|
|
34153
|
+
"before": { "operationId": "users/add-email-for-authenticated" }
|
|
34154
|
+
}
|
|
34155
|
+
]
|
|
34156
|
+
}
|
|
34140
34157
|
},
|
|
34141
34158
|
"delete": {
|
|
34142
34159
|
"summary": "Delete an email address for the authenticated user",
|
|
34143
34160
|
"description": "This endpoint is accessible with the `user` scope.",
|
|
34144
34161
|
"tags": ["users"],
|
|
34145
|
-
"operationId": "users/delete-email-for-authenticated",
|
|
34162
|
+
"operationId": "users/delete-email-for-authenticated-user",
|
|
34146
34163
|
"externalDocs": {
|
|
34147
34164
|
"description": "API method documentation",
|
|
34148
34165
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#delete-an-email-address-for-the-authenticated-user"
|
|
@@ -34192,7 +34209,17 @@
|
|
|
34192
34209
|
"category": "users",
|
|
34193
34210
|
"subcategory": "emails"
|
|
34194
34211
|
},
|
|
34195
|
-
"x-octokit": {
|
|
34212
|
+
"x-octokit": {
|
|
34213
|
+
"changes": [
|
|
34214
|
+
{
|
|
34215
|
+
"type": "OPERATION",
|
|
34216
|
+
"date": "2021-10-05",
|
|
34217
|
+
"before": {
|
|
34218
|
+
"operationId": "users/delete-email-for-authenticated"
|
|
34219
|
+
}
|
|
34220
|
+
}
|
|
34221
|
+
]
|
|
34222
|
+
}
|
|
34196
34223
|
}
|
|
34197
34224
|
},
|
|
34198
34225
|
"/user/followers": {
|
|
@@ -34246,7 +34273,7 @@
|
|
|
34246
34273
|
"summary": "List the people the authenticated user follows",
|
|
34247
34274
|
"description": "Lists the people who the authenticated user follows.",
|
|
34248
34275
|
"tags": ["users"],
|
|
34249
|
-
"operationId": "users/list-followed-by-authenticated",
|
|
34276
|
+
"operationId": "users/list-followed-by-authenticated-user",
|
|
34250
34277
|
"externalDocs": {
|
|
34251
34278
|
"description": "API method documentation",
|
|
34252
34279
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-the-people-the-authenticated-user-follows"
|
|
@@ -34284,7 +34311,17 @@
|
|
|
34284
34311
|
"category": "users",
|
|
34285
34312
|
"subcategory": "followers"
|
|
34286
34313
|
},
|
|
34287
|
-
"x-octokit": {
|
|
34314
|
+
"x-octokit": {
|
|
34315
|
+
"changes": [
|
|
34316
|
+
{
|
|
34317
|
+
"type": "OPERATION",
|
|
34318
|
+
"date": "2021-10-05",
|
|
34319
|
+
"before": {
|
|
34320
|
+
"operationId": "users/list-followed-by-authenticated"
|
|
34321
|
+
}
|
|
34322
|
+
}
|
|
34323
|
+
]
|
|
34324
|
+
}
|
|
34288
34325
|
}
|
|
34289
34326
|
},
|
|
34290
34327
|
"/user/following/{username}": {
|
|
@@ -34381,7 +34418,7 @@
|
|
|
34381
34418
|
"summary": "List GPG keys for the authenticated user",
|
|
34382
34419
|
"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/).",
|
|
34383
34420
|
"tags": ["users"],
|
|
34384
|
-
"operationId": "users/list-gpg-keys-for-authenticated",
|
|
34421
|
+
"operationId": "users/list-gpg-keys-for-authenticated-user",
|
|
34385
34422
|
"externalDocs": {
|
|
34386
34423
|
"description": "API method documentation",
|
|
34387
34424
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-gpg-keys-for-the-authenticated-user"
|
|
@@ -34418,12 +34455,22 @@
|
|
|
34418
34455
|
"category": "users",
|
|
34419
34456
|
"subcategory": "gpg-keys"
|
|
34420
34457
|
},
|
|
34421
|
-
"x-octokit": {
|
|
34458
|
+
"x-octokit": {
|
|
34459
|
+
"changes": [
|
|
34460
|
+
{
|
|
34461
|
+
"type": "OPERATION",
|
|
34462
|
+
"date": "2021-10-05",
|
|
34463
|
+
"before": {
|
|
34464
|
+
"operationId": "users/list-gpg-keys-for-authenticated"
|
|
34465
|
+
}
|
|
34466
|
+
}
|
|
34467
|
+
]
|
|
34468
|
+
}
|
|
34422
34469
|
},
|
|
34423
34470
|
"post": {
|
|
34424
34471
|
"summary": "Create a GPG key for the authenticated user",
|
|
34425
34472
|
"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/).",
|
|
34426
|
-
"operationId": "users/create-gpg-key-for-authenticated",
|
|
34473
|
+
"operationId": "users/create-gpg-key-for-authenticated-user",
|
|
34427
34474
|
"tags": ["users"],
|
|
34428
34475
|
"externalDocs": {
|
|
34429
34476
|
"description": "API method documentation",
|
|
@@ -34472,7 +34519,17 @@
|
|
|
34472
34519
|
"category": "users",
|
|
34473
34520
|
"subcategory": "gpg-keys"
|
|
34474
34521
|
},
|
|
34475
|
-
"x-octokit": {
|
|
34522
|
+
"x-octokit": {
|
|
34523
|
+
"changes": [
|
|
34524
|
+
{
|
|
34525
|
+
"type": "OPERATION",
|
|
34526
|
+
"date": "2021-10-05",
|
|
34527
|
+
"before": {
|
|
34528
|
+
"operationId": "users/create-gpg-key-for-authenticated"
|
|
34529
|
+
}
|
|
34530
|
+
}
|
|
34531
|
+
]
|
|
34532
|
+
}
|
|
34476
34533
|
}
|
|
34477
34534
|
},
|
|
34478
34535
|
"/user/gpg_keys/{gpg_key_id}": {
|
|
@@ -34480,7 +34537,7 @@
|
|
|
34480
34537
|
"summary": "Get a GPG key for the authenticated user",
|
|
34481
34538
|
"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/).",
|
|
34482
34539
|
"tags": ["users"],
|
|
34483
|
-
"operationId": "users/get-gpg-key-for-authenticated",
|
|
34540
|
+
"operationId": "users/get-gpg-key-for-authenticated-user",
|
|
34484
34541
|
"externalDocs": {
|
|
34485
34542
|
"description": "API method documentation",
|
|
34486
34543
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#get-a-gpg-key-for-the-authenticated-user"
|
|
@@ -34510,13 +34567,21 @@
|
|
|
34510
34567
|
"category": "users",
|
|
34511
34568
|
"subcategory": "gpg-keys"
|
|
34512
34569
|
},
|
|
34513
|
-
"x-octokit": {
|
|
34570
|
+
"x-octokit": {
|
|
34571
|
+
"changes": [
|
|
34572
|
+
{
|
|
34573
|
+
"type": "OPERATION",
|
|
34574
|
+
"date": "2021-10-05",
|
|
34575
|
+
"before": { "operationId": "users/get-gpg-key-for-authenticated" }
|
|
34576
|
+
}
|
|
34577
|
+
]
|
|
34578
|
+
}
|
|
34514
34579
|
},
|
|
34515
34580
|
"delete": {
|
|
34516
34581
|
"summary": "Delete a GPG key for the authenticated user",
|
|
34517
34582
|
"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/).",
|
|
34518
34583
|
"tags": ["users"],
|
|
34519
|
-
"operationId": "users/delete-gpg-key-for-authenticated",
|
|
34584
|
+
"operationId": "users/delete-gpg-key-for-authenticated-user",
|
|
34520
34585
|
"externalDocs": {
|
|
34521
34586
|
"description": "API method documentation",
|
|
34522
34587
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#delete-a-gpg-key-for-the-authenticated-user"
|
|
@@ -34537,7 +34602,17 @@
|
|
|
34537
34602
|
"category": "users",
|
|
34538
34603
|
"subcategory": "gpg-keys"
|
|
34539
34604
|
},
|
|
34540
|
-
"x-octokit": {
|
|
34605
|
+
"x-octokit": {
|
|
34606
|
+
"changes": [
|
|
34607
|
+
{
|
|
34608
|
+
"type": "OPERATION",
|
|
34609
|
+
"date": "2021-10-05",
|
|
34610
|
+
"before": {
|
|
34611
|
+
"operationId": "users/delete-gpg-key-for-authenticated"
|
|
34612
|
+
}
|
|
34613
|
+
}
|
|
34614
|
+
]
|
|
34615
|
+
}
|
|
34541
34616
|
}
|
|
34542
34617
|
},
|
|
34543
34618
|
"/user/installations": {
|
|
@@ -34660,7 +34735,7 @@
|
|
|
34660
34735
|
"summary": "Add a repository to an app installation",
|
|
34661
34736
|
"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.",
|
|
34662
34737
|
"tags": ["apps"],
|
|
34663
|
-
"operationId": "apps/add-repo-to-installation",
|
|
34738
|
+
"operationId": "apps/add-repo-to-installation-for-authenticated-user",
|
|
34664
34739
|
"externalDocs": {
|
|
34665
34740
|
"description": "API method documentation",
|
|
34666
34741
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/apps#add-a-repository-to-an-app-installation"
|
|
@@ -34682,13 +34757,21 @@
|
|
|
34682
34757
|
"category": "apps",
|
|
34683
34758
|
"subcategory": "installations"
|
|
34684
34759
|
},
|
|
34685
|
-
"x-octokit": {
|
|
34760
|
+
"x-octokit": {
|
|
34761
|
+
"changes": [
|
|
34762
|
+
{
|
|
34763
|
+
"type": "OPERATION",
|
|
34764
|
+
"date": "2021-10-05",
|
|
34765
|
+
"before": { "operationId": "apps/add-repo-to-installation" }
|
|
34766
|
+
}
|
|
34767
|
+
]
|
|
34768
|
+
}
|
|
34686
34769
|
},
|
|
34687
34770
|
"delete": {
|
|
34688
34771
|
"summary": "Remove a repository from an app installation",
|
|
34689
34772
|
"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.",
|
|
34690
34773
|
"tags": ["apps"],
|
|
34691
|
-
"operationId": "apps/remove-repo-from-installation",
|
|
34774
|
+
"operationId": "apps/remove-repo-from-installation-for-authenticated-user",
|
|
34692
34775
|
"externalDocs": {
|
|
34693
34776
|
"description": "API method documentation",
|
|
34694
34777
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/apps#remove-a-repository-from-an-app-installation"
|
|
@@ -34710,7 +34793,15 @@
|
|
|
34710
34793
|
"category": "apps",
|
|
34711
34794
|
"subcategory": "installations"
|
|
34712
34795
|
},
|
|
34713
|
-
"x-octokit": {
|
|
34796
|
+
"x-octokit": {
|
|
34797
|
+
"changes": [
|
|
34798
|
+
{
|
|
34799
|
+
"type": "OPERATION",
|
|
34800
|
+
"date": "2021-10-05",
|
|
34801
|
+
"before": { "operationId": "apps/remove-repo-from-installation" }
|
|
34802
|
+
}
|
|
34803
|
+
]
|
|
34804
|
+
}
|
|
34714
34805
|
}
|
|
34715
34806
|
},
|
|
34716
34807
|
"/user/issues": {
|
|
@@ -34816,7 +34907,7 @@
|
|
|
34816
34907
|
"summary": "List public SSH keys for the authenticated user",
|
|
34817
34908
|
"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/).",
|
|
34818
34909
|
"tags": ["users"],
|
|
34819
|
-
"operationId": "users/list-public-ssh-keys-for-authenticated",
|
|
34910
|
+
"operationId": "users/list-public-ssh-keys-for-authenticated-user",
|
|
34820
34911
|
"externalDocs": {
|
|
34821
34912
|
"description": "API method documentation",
|
|
34822
34913
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-public-ssh-keys-for-the-authenticated-user"
|
|
@@ -34853,12 +34944,22 @@
|
|
|
34853
34944
|
"category": "users",
|
|
34854
34945
|
"subcategory": "keys"
|
|
34855
34946
|
},
|
|
34856
|
-
"x-octokit": {
|
|
34947
|
+
"x-octokit": {
|
|
34948
|
+
"changes": [
|
|
34949
|
+
{
|
|
34950
|
+
"type": "OPERATION",
|
|
34951
|
+
"date": "2021-10-05",
|
|
34952
|
+
"before": {
|
|
34953
|
+
"operationId": "users/list-public-ssh-keys-for-authenticated"
|
|
34954
|
+
}
|
|
34955
|
+
}
|
|
34956
|
+
]
|
|
34957
|
+
}
|
|
34857
34958
|
},
|
|
34858
34959
|
"post": {
|
|
34859
34960
|
"summary": "Create a public SSH key for the authenticated user",
|
|
34860
34961
|
"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/).",
|
|
34861
|
-
"operationId": "users/create-public-ssh-key-for-authenticated",
|
|
34962
|
+
"operationId": "users/create-public-ssh-key-for-authenticated-user",
|
|
34862
34963
|
"tags": ["users"],
|
|
34863
34964
|
"externalDocs": {
|
|
34864
34965
|
"description": "API method documentation",
|
|
@@ -34913,7 +35014,17 @@
|
|
|
34913
35014
|
"category": "users",
|
|
34914
35015
|
"subcategory": "keys"
|
|
34915
35016
|
},
|
|
34916
|
-
"x-octokit": {
|
|
35017
|
+
"x-octokit": {
|
|
35018
|
+
"changes": [
|
|
35019
|
+
{
|
|
35020
|
+
"type": "OPERATION",
|
|
35021
|
+
"date": "2021-10-05",
|
|
35022
|
+
"before": {
|
|
35023
|
+
"operationId": "users/create-public-ssh-key-for-authenticated"
|
|
35024
|
+
}
|
|
35025
|
+
}
|
|
35026
|
+
]
|
|
35027
|
+
}
|
|
34917
35028
|
}
|
|
34918
35029
|
},
|
|
34919
35030
|
"/user/keys/{key_id}": {
|
|
@@ -34921,7 +35032,7 @@
|
|
|
34921
35032
|
"summary": "Get a public SSH key for the authenticated user",
|
|
34922
35033
|
"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/).",
|
|
34923
35034
|
"tags": ["users"],
|
|
34924
|
-
"operationId": "users/get-public-ssh-key-for-authenticated",
|
|
35035
|
+
"operationId": "users/get-public-ssh-key-for-authenticated-user",
|
|
34925
35036
|
"externalDocs": {
|
|
34926
35037
|
"description": "API method documentation",
|
|
34927
35038
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#get-a-public-ssh-key-for-the-authenticated-user"
|
|
@@ -34951,13 +35062,23 @@
|
|
|
34951
35062
|
"category": "users",
|
|
34952
35063
|
"subcategory": "keys"
|
|
34953
35064
|
},
|
|
34954
|
-
"x-octokit": {
|
|
35065
|
+
"x-octokit": {
|
|
35066
|
+
"changes": [
|
|
35067
|
+
{
|
|
35068
|
+
"type": "OPERATION",
|
|
35069
|
+
"date": "2021-10-05",
|
|
35070
|
+
"before": {
|
|
35071
|
+
"operationId": "users/get-public-ssh-key-for-authenticated"
|
|
35072
|
+
}
|
|
35073
|
+
}
|
|
35074
|
+
]
|
|
35075
|
+
}
|
|
34955
35076
|
},
|
|
34956
35077
|
"delete": {
|
|
34957
35078
|
"summary": "Delete a public SSH key for the authenticated user",
|
|
34958
35079
|
"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/).",
|
|
34959
35080
|
"tags": ["users"],
|
|
34960
|
-
"operationId": "users/delete-public-ssh-key-for-authenticated",
|
|
35081
|
+
"operationId": "users/delete-public-ssh-key-for-authenticated-user",
|
|
34961
35082
|
"externalDocs": {
|
|
34962
35083
|
"description": "API method documentation",
|
|
34963
35084
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#delete-a-public-ssh-key-for-the-authenticated-user"
|
|
@@ -34977,7 +35098,17 @@
|
|
|
34977
35098
|
"category": "users",
|
|
34978
35099
|
"subcategory": "keys"
|
|
34979
35100
|
},
|
|
34980
|
-
"x-octokit": {
|
|
35101
|
+
"x-octokit": {
|
|
35102
|
+
"changes": [
|
|
35103
|
+
{
|
|
35104
|
+
"type": "OPERATION",
|
|
35105
|
+
"date": "2021-10-05",
|
|
35106
|
+
"before": {
|
|
35107
|
+
"operationId": "users/delete-public-ssh-key-for-authenticated"
|
|
35108
|
+
}
|
|
35109
|
+
}
|
|
35110
|
+
]
|
|
35111
|
+
}
|
|
34981
35112
|
}
|
|
34982
35113
|
},
|
|
34983
35114
|
"/user/memberships/orgs": {
|
|
@@ -35247,7 +35378,7 @@
|
|
|
35247
35378
|
"summary": "List public email addresses for the authenticated user",
|
|
35248
35379
|
"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.",
|
|
35249
35380
|
"tags": ["users"],
|
|
35250
|
-
"operationId": "users/list-public-emails-for-authenticated",
|
|
35381
|
+
"operationId": "users/list-public-emails-for-authenticated-user",
|
|
35251
35382
|
"externalDocs": {
|
|
35252
35383
|
"description": "API method documentation",
|
|
35253
35384
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/users#list-public-email-addresses-for-the-authenticated-user"
|
|
@@ -35284,7 +35415,17 @@
|
|
|
35284
35415
|
"category": "users",
|
|
35285
35416
|
"subcategory": "emails"
|
|
35286
35417
|
},
|
|
35287
|
-
"x-octokit": {
|
|
35418
|
+
"x-octokit": {
|
|
35419
|
+
"changes": [
|
|
35420
|
+
{
|
|
35421
|
+
"type": "OPERATION",
|
|
35422
|
+
"date": "2021-10-05",
|
|
35423
|
+
"before": {
|
|
35424
|
+
"operationId": "users/list-public-emails-for-authenticated"
|
|
35425
|
+
}
|
|
35426
|
+
}
|
|
35427
|
+
]
|
|
35428
|
+
}
|
|
35288
35429
|
}
|
|
35289
35430
|
},
|
|
35290
35431
|
"/user/repos": {
|
|
@@ -35532,18 +35673,6 @@
|
|
|
35532
35673
|
"x-github": {
|
|
35533
35674
|
"githubCloudOnly": false,
|
|
35534
35675
|
"enabledForGitHubApps": false,
|
|
35535
|
-
"previews": [
|
|
35536
|
-
{
|
|
35537
|
-
"required": false,
|
|
35538
|
-
"name": "nebula",
|
|
35539
|
-
"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```"
|
|
35540
|
-
},
|
|
35541
|
-
{
|
|
35542
|
-
"required": false,
|
|
35543
|
-
"name": "baptiste",
|
|
35544
|
-
"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```"
|
|
35545
|
-
}
|
|
35546
|
-
],
|
|
35547
35676
|
"category": "repos",
|
|
35548
35677
|
"subcategory": null
|
|
35549
35678
|
},
|
|
@@ -35604,7 +35733,7 @@
|
|
|
35604
35733
|
"summary": "Accept a repository invitation",
|
|
35605
35734
|
"description": "",
|
|
35606
35735
|
"tags": ["repos"],
|
|
35607
|
-
"operationId": "repos/accept-invitation",
|
|
35736
|
+
"operationId": "repos/accept-invitation-for-authenticated-user",
|
|
35608
35737
|
"externalDocs": {
|
|
35609
35738
|
"description": "API method documentation",
|
|
35610
35739
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/repos#accept-a-repository-invitation"
|
|
@@ -35624,13 +35753,21 @@
|
|
|
35624
35753
|
"category": "repos",
|
|
35625
35754
|
"subcategory": "invitations"
|
|
35626
35755
|
},
|
|
35627
|
-
"x-octokit": {
|
|
35756
|
+
"x-octokit": {
|
|
35757
|
+
"changes": [
|
|
35758
|
+
{
|
|
35759
|
+
"type": "OPERATION",
|
|
35760
|
+
"date": "2021-10-05",
|
|
35761
|
+
"before": { "operationId": "repos/accept-invitation" }
|
|
35762
|
+
}
|
|
35763
|
+
]
|
|
35764
|
+
}
|
|
35628
35765
|
},
|
|
35629
35766
|
"delete": {
|
|
35630
35767
|
"summary": "Decline a repository invitation",
|
|
35631
35768
|
"description": "",
|
|
35632
35769
|
"tags": ["repos"],
|
|
35633
|
-
"operationId": "repos/decline-invitation",
|
|
35770
|
+
"operationId": "repos/decline-invitation-for-authenticated-user",
|
|
35634
35771
|
"externalDocs": {
|
|
35635
35772
|
"description": "API method documentation",
|
|
35636
35773
|
"url": "https://docs.github.com/enterprise-server@3.2/rest/reference/repos#decline-a-repository-invitation"
|
|
@@ -35650,7 +35787,15 @@
|
|
|
35650
35787
|
"category": "repos",
|
|
35651
35788
|
"subcategory": "invitations"
|
|
35652
35789
|
},
|
|
35653
|
-
"x-octokit": {
|
|
35790
|
+
"x-octokit": {
|
|
35791
|
+
"changes": [
|
|
35792
|
+
{
|
|
35793
|
+
"type": "OPERATION",
|
|
35794
|
+
"date": "2021-10-05",
|
|
35795
|
+
"before": { "operationId": "repos/decline-invitation" }
|
|
35796
|
+
}
|
|
35797
|
+
]
|
|
35798
|
+
}
|
|
35654
35799
|
}
|
|
35655
35800
|
},
|
|
35656
35801
|
"/user/starred": {
|
|
@@ -36699,15 +36844,14 @@
|
|
|
36699
36844
|
"x-github": {
|
|
36700
36845
|
"githubCloudOnly": false,
|
|
36701
36846
|
"enabledForGitHubApps": true,
|
|
36847
|
+
"category": "repos",
|
|
36702
36848
|
"previews": [
|
|
36703
36849
|
{
|
|
36704
36850
|
"required": false,
|
|
36705
36851
|
"name": "nebula",
|
|
36706
36852
|
"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```"
|
|
36707
36853
|
}
|
|
36708
|
-
]
|
|
36709
|
-
"category": "repos",
|
|
36710
|
-
"subcategory": null
|
|
36854
|
+
]
|
|
36711
36855
|
},
|
|
36712
36856
|
"x-octokit": {}
|
|
36713
36857
|
}
|
|
@@ -37785,15 +37929,29 @@
|
|
|
37785
37929
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
37786
37930
|
}
|
|
37787
37931
|
},
|
|
37788
|
-
"/repos/{owner}/{repo}/actions/runs/{run_id}/
|
|
37789
|
-
"
|
|
37790
|
-
"summary": "
|
|
37932
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}": {
|
|
37933
|
+
"get": {
|
|
37934
|
+
"summary": "Get a workflow run attempt",
|
|
37935
|
+
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
37936
|
+
"tags": ["actions"],
|
|
37937
|
+
"operationId": "actions/get-workflow-run-attempt",
|
|
37938
|
+
"externalDocs": {
|
|
37939
|
+
"description": "API method documentation",
|
|
37940
|
+
"url": "https://docs.github.com/rest/reference/actions#get-a-workflow-run-attempt"
|
|
37941
|
+
},
|
|
37942
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
37943
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
37944
|
+
}
|
|
37945
|
+
},
|
|
37946
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
|
|
37947
|
+
"get": {
|
|
37948
|
+
"summary": "Download workflow run attempt logs",
|
|
37791
37949
|
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
37792
37950
|
"tags": ["actions"],
|
|
37793
|
-
"operationId": "actions/
|
|
37951
|
+
"operationId": "actions/download-workflow-run-attempt-logs",
|
|
37794
37952
|
"externalDocs": {
|
|
37795
37953
|
"description": "API method documentation",
|
|
37796
|
-
"url": "https://docs.github.com/rest/reference/actions#
|
|
37954
|
+
"url": "https://docs.github.com/rest/reference/actions#download-workflow-run-attempt-logs"
|
|
37797
37955
|
},
|
|
37798
37956
|
"x-octokit": { "api.github.com.json": "removed" },
|
|
37799
37957
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
@@ -37905,6 +38063,20 @@
|
|
|
37905
38063
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
37906
38064
|
}
|
|
37907
38065
|
},
|
|
38066
|
+
"/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": {
|
|
38067
|
+
"post": {
|
|
38068
|
+
"summary": "Rerequest a check run",
|
|
38069
|
+
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
38070
|
+
"tags": ["checks"],
|
|
38071
|
+
"operationId": "checks/rerequest-run",
|
|
38072
|
+
"externalDocs": {
|
|
38073
|
+
"description": "API method documentation",
|
|
38074
|
+
"url": "https://docs.github.com/rest/reference/checks#rerequest-a-check-run"
|
|
38075
|
+
},
|
|
38076
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
38077
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
38078
|
+
}
|
|
38079
|
+
},
|
|
37908
38080
|
"/repos/{owner}/{repo}/community/profile": {
|
|
37909
38081
|
"get": {
|
|
37910
38082
|
"summary": "Get community profile metrics",
|
|
@@ -38117,6 +38289,20 @@
|
|
|
38117
38289
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
38118
38290
|
}
|
|
38119
38291
|
},
|
|
38292
|
+
"/repos/{owner}/{repo}/releases/generate-notes": {
|
|
38293
|
+
"post": {
|
|
38294
|
+
"summary": "Generate release notes content for a release",
|
|
38295
|
+
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
38296
|
+
"tags": ["repos"],
|
|
38297
|
+
"operationId": "repos/generate-release-notes",
|
|
38298
|
+
"externalDocs": {
|
|
38299
|
+
"description": "API method documentation",
|
|
38300
|
+
"url": "https://docs.github.com/rest/reference/repos#generate-release-notes"
|
|
38301
|
+
},
|
|
38302
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
38303
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
38304
|
+
}
|
|
38305
|
+
},
|
|
38120
38306
|
"/repos/{owner}/{repo}/traffic/clones": {
|
|
38121
38307
|
"get": {
|
|
38122
38308
|
"summary": "Get repository clones",
|
|
@@ -38487,7 +38673,7 @@
|
|
|
38487
38673
|
"summary": "List users blocked by the authenticated user",
|
|
38488
38674
|
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
38489
38675
|
"tags": ["users"],
|
|
38490
|
-
"operationId": "users/list-blocked-by-authenticated",
|
|
38676
|
+
"operationId": "users/list-blocked-by-authenticated-user",
|
|
38491
38677
|
"externalDocs": {
|
|
38492
38678
|
"description": "API method documentation",
|
|
38493
38679
|
"url": "https://docs.github.com/rest/reference/users#list-users-blocked-by-the-authenticated-user"
|
|
@@ -38539,7 +38725,7 @@
|
|
|
38539
38725
|
"summary": "Set primary email visibility for the authenticated user",
|
|
38540
38726
|
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
38541
38727
|
"tags": ["users"],
|
|
38542
|
-
"operationId": "users/set-primary-email-visibility-for-authenticated",
|
|
38728
|
+
"operationId": "users/set-primary-email-visibility-for-authenticated-user",
|
|
38543
38729
|
"externalDocs": {
|
|
38544
38730
|
"description": "API method documentation",
|
|
38545
38731
|
"url": "https://docs.github.com/rest/reference/users#set-primary-email-visibility-for-the-authenticated-user"
|
|
@@ -38699,7 +38885,7 @@
|
|
|
38699
38885
|
"summary": "List repositories for a user migration",
|
|
38700
38886
|
"description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
|
|
38701
38887
|
"tags": ["migrations"],
|
|
38702
|
-
"operationId": "migrations/list-repos-for-user",
|
|
38888
|
+
"operationId": "migrations/list-repos-for-authenticated-user",
|
|
38703
38889
|
"externalDocs": {
|
|
38704
38890
|
"description": "API method documentation",
|
|
38705
38891
|
"url": "https://docs.github.com/rest/reference/migrations#list-repositories-for-a-user-migration"
|
|
@@ -39355,6 +39541,13 @@
|
|
|
39355
39541
|
"required": false,
|
|
39356
39542
|
"schema": { "type": "string", "format": "date-time" }
|
|
39357
39543
|
},
|
|
39544
|
+
"exclude-pull-requests": {
|
|
39545
|
+
"name": "exclude_pull_requests",
|
|
39546
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
39547
|
+
"in": "query",
|
|
39548
|
+
"required": false,
|
|
39549
|
+
"schema": { "type": "boolean", "default": false }
|
|
39550
|
+
},
|
|
39358
39551
|
"run-id": {
|
|
39359
39552
|
"name": "run_id",
|
|
39360
39553
|
"description": "The id of the workflow run.",
|
|
@@ -46323,6 +46516,11 @@
|
|
|
46323
46516
|
"type": "string",
|
|
46324
46517
|
"example": "https://api.github.com/repos/github/hello-world/actions/runs/5"
|
|
46325
46518
|
},
|
|
46519
|
+
"run_attempt": {
|
|
46520
|
+
"type": "integer",
|
|
46521
|
+
"description": "Attempt number of the associated workflow run, 1 for first attempt and higher if the workflow was re-run.",
|
|
46522
|
+
"example": 1
|
|
46523
|
+
},
|
|
46326
46524
|
"node_id": { "type": "string", "example": "MDg6Q2hlY2tSdW40" },
|
|
46327
46525
|
"head_sha": {
|
|
46328
46526
|
"description": "The SHA of the commit that is being run.",
|
|
@@ -46572,7 +46770,7 @@
|
|
|
46572
46770
|
},
|
|
46573
46771
|
"run_attempt": {
|
|
46574
46772
|
"type": "integer",
|
|
46575
|
-
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was
|
|
46773
|
+
"description": "Attempt number of the run, 1 for first attempt and higher if the workflow was re-run.",
|
|
46576
46774
|
"example": 1
|
|
46577
46775
|
},
|
|
46578
46776
|
"event": { "type": "string", "example": "push" },
|
|
@@ -46607,6 +46805,11 @@
|
|
|
46607
46805
|
},
|
|
46608
46806
|
"created_at": { "type": "string", "format": "date-time" },
|
|
46609
46807
|
"updated_at": { "type": "string", "format": "date-time" },
|
|
46808
|
+
"run_started_at": {
|
|
46809
|
+
"type": "string",
|
|
46810
|
+
"format": "date-time",
|
|
46811
|
+
"description": "The start time of the latest run. Resets on re-run."
|
|
46812
|
+
},
|
|
46610
46813
|
"jobs_url": {
|
|
46611
46814
|
"description": "The URL to the jobs for the workflow run.",
|
|
46612
46815
|
"type": "string",
|
|
@@ -48263,7 +48466,6 @@
|
|
|
48263
48466
|
"created_at": { "$ref": "#/components/schemas/alert-created-at" },
|
|
48264
48467
|
"url": { "$ref": "#/components/schemas/alert-url" },
|
|
48265
48468
|
"html_url": { "$ref": "#/components/schemas/alert-html-url" },
|
|
48266
|
-
"instances": { "deprecated": true },
|
|
48267
48469
|
"instances_url": {
|
|
48268
48470
|
"$ref": "#/components/schemas/alert-instances-url"
|
|
48269
48471
|
},
|
|
@@ -48283,7 +48485,8 @@
|
|
|
48283
48485
|
},
|
|
48284
48486
|
"most_recent_instance": {
|
|
48285
48487
|
"$ref": "#/components/schemas/code-scanning-alert-instance"
|
|
48286
|
-
}
|
|
48488
|
+
},
|
|
48489
|
+
"instances": { "deprecated": true }
|
|
48287
48490
|
},
|
|
48288
48491
|
"required": [
|
|
48289
48492
|
"number",
|
|
@@ -52212,6 +52415,10 @@
|
|
|
52212
52415
|
"master_branch": { "type": "string" },
|
|
52213
52416
|
"archived": { "type": "boolean" },
|
|
52214
52417
|
"disabled": { "type": "boolean" },
|
|
52418
|
+
"visibility": {
|
|
52419
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
52420
|
+
"type": "string"
|
|
52421
|
+
},
|
|
52215
52422
|
"mirror_url": {
|
|
52216
52423
|
"type": "string",
|
|
52217
52424
|
"format": "uri",
|
|
@@ -52260,7 +52467,8 @@
|
|
|
52260
52467
|
"watchers_count": { "type": "integer" },
|
|
52261
52468
|
"created_at": { "type": "string", "format": "date-time" },
|
|
52262
52469
|
"updated_at": { "type": "string", "format": "date-time" },
|
|
52263
|
-
"allow_forking": { "type": "boolean" }
|
|
52470
|
+
"allow_forking": { "type": "boolean" },
|
|
52471
|
+
"is_template": { "type": "boolean" }
|
|
52264
52472
|
},
|
|
52265
52473
|
"required": [
|
|
52266
52474
|
"archive_url",
|
|
@@ -52416,6 +52624,7 @@
|
|
|
52416
52624
|
"hooks_url": { "type": "string", "format": "uri" },
|
|
52417
52625
|
"html_url": { "type": "string", "format": "uri" },
|
|
52418
52626
|
"id": { "type": "integer" },
|
|
52627
|
+
"is_template": { "type": "boolean" },
|
|
52419
52628
|
"node_id": { "type": "string" },
|
|
52420
52629
|
"issue_comment_url": { "type": "string" },
|
|
52421
52630
|
"issue_events_url": { "type": "string" },
|
|
@@ -52509,6 +52718,10 @@
|
|
|
52509
52718
|
"master_branch": { "type": "string" },
|
|
52510
52719
|
"archived": { "type": "boolean" },
|
|
52511
52720
|
"disabled": { "type": "boolean" },
|
|
52721
|
+
"visibility": {
|
|
52722
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
52723
|
+
"type": "string"
|
|
52724
|
+
},
|
|
52512
52725
|
"mirror_url": {
|
|
52513
52726
|
"type": "string",
|
|
52514
52727
|
"format": "uri",
|
|
@@ -53673,6 +53886,10 @@
|
|
|
53673
53886
|
"type": "boolean",
|
|
53674
53887
|
"description": "Returns whether or not this repository disabled."
|
|
53675
53888
|
},
|
|
53889
|
+
"visibility": {
|
|
53890
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
53891
|
+
"type": "string"
|
|
53892
|
+
},
|
|
53676
53893
|
"license": { "$ref": "#/components/schemas/nullable-license-simple" },
|
|
53677
53894
|
"permissions": {
|
|
53678
53895
|
"type": "object",
|
|
@@ -53694,7 +53911,8 @@
|
|
|
53694
53911
|
"allow_rebase_merge": { "type": "boolean" },
|
|
53695
53912
|
"allow_auto_merge": { "type": "boolean" },
|
|
53696
53913
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
53697
|
-
"allow_forking": { "type": "boolean" }
|
|
53914
|
+
"allow_forking": { "type": "boolean" },
|
|
53915
|
+
"is_template": { "type": "boolean" }
|
|
53698
53916
|
},
|
|
53699
53917
|
"required": [
|
|
53700
53918
|
"archive_url",
|
|
@@ -62728,8 +62946,7 @@
|
|
|
62728
62946
|
},
|
|
62729
62947
|
"classifications": ["test"]
|
|
62730
62948
|
},
|
|
62731
|
-
"instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances"
|
|
62732
|
-
"instances": null
|
|
62949
|
+
"instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances"
|
|
62733
62950
|
}
|
|
62734
62951
|
},
|
|
62735
62952
|
"code-scanning-alert-dismissed": {
|
|
@@ -69783,6 +70000,7 @@
|
|
|
69783
70000
|
"has_downloads": true,
|
|
69784
70001
|
"archived": true,
|
|
69785
70002
|
"disabled": true,
|
|
70003
|
+
"visibility": "private",
|
|
69786
70004
|
"license": {
|
|
69787
70005
|
"key": "mit",
|
|
69788
70006
|
"name": "MIT License",
|