You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Amazon Web Services (AWS) | Cloud Hosted Infrastructure and Data Hosting | United States | United States |
29
29
| Anthropic PBC | AI Inference and AI Services | United States | United States |
30
-
| Azure (Microsoft) | Cloud Hosted Infrastructure and Data Hosting| United States, Australia, <br/> Brazil, Canada, France, <br/> Japan, Norway, Spain, <br/> Sweden, Switzerland, <br/> United Kingdom | United States |
30
+
| Azure (Microsoft) | Cloud Hosted Infrastructure, Data Hosting, and AI Inference| United States, Australia, <br/> Brazil, Canada, France, <br/> Japan, Norway, Spain, <br/> Sweden, Switzerland, <br/> United Kingdom | United States |
31
31
| Azure Cognitive Services | Customer support ticketing analysis | United States | United States |
32
32
| Cloudflare | Content delivery service | United States | United States |
33
33
| Fastly | Content delivery service | United States | United States |
Copy file name to clipboardExpand all lines: src/rest/data/fpt-2022-11-28/schema.json
+65-2Lines changed: 65 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144111,7 +144111,7 @@
144111
144111
}
144112
144112
],
144113
144113
"previews": [],
144114
-
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
144114
+
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>",
144115
144115
"statusCodes": [
144116
144116
{
144117
144117
"httpStatusCode": "201",
@@ -154379,7 +154379,7 @@
154379
154379
}
154380
154380
],
154381
154381
"previews": [],
154382
-
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
154382
+
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>",
154383
154383
"statusCodes": [
154384
154384
{
154385
154385
"httpStatusCode": "201",
@@ -243433,6 +243433,27 @@
243433
243433
"type": "string"
243434
243434
}
243435
243435
},
243436
+
{
243437
+
"name": "has",
243438
+
"in": "query",
243439
+
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
243440
+
"schema": {
243441
+
"oneOf": [
243442
+
{
243443
+
"type": "string"
243444
+
},
243445
+
{
243446
+
"type": "array",
243447
+
"items": {
243448
+
"type": "string",
243449
+
"enum": [
243450
+
"patch"
243451
+
]
243452
+
}
243453
+
}
243454
+
]
243455
+
}
243456
+
},
243436
243457
{
243437
243458
"name": "scope",
243438
243459
"in": "query",
@@ -245345,6 +245366,27 @@
245345
245366
"type": "string"
245346
245367
}
245347
245368
},
245369
+
{
245370
+
"name": "has",
245371
+
"in": "query",
245372
+
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
245373
+
"schema": {
245374
+
"oneOf": [
245375
+
{
245376
+
"type": "string"
245377
+
},
245378
+
{
245379
+
"type": "array",
245380
+
"items": {
245381
+
"type": "string",
245382
+
"enum": [
245383
+
"patch"
245384
+
]
245385
+
}
245386
+
}
245387
+
]
245388
+
}
245389
+
},
245348
245390
{
245349
245391
"name": "scope",
245350
245392
"in": "query",
@@ -247282,6 +247324,27 @@
247282
247324
"type": "string"
247283
247325
}
247284
247326
},
247327
+
{
247328
+
"name": "has",
247329
+
"in": "query",
247330
+
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
Copy file name to clipboardExpand all lines: src/rest/data/ghec-2022-11-28/schema.json
+67-4Lines changed: 67 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -118107,7 +118107,7 @@
118107
118107
{
118108
118108
"name": "advanced_security_product",
118109
118109
"in": "query",
118110
-
"description": "<p>The security feature to get GitHub Advanced Security active committers for.</p>",
118110
+
"description": "<p>The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.</p>",
118111
118111
"required": false,
118112
118112
"schema": {
118113
118113
"type": "string",
@@ -153527,7 +153527,7 @@
153527
153527
}
153528
153528
],
153529
153529
"previews": [],
153530
-
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
153530
+
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check run, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> event with the action <code>rerequested</code>. When a check run is <code>rerequested</code>, the <code>status</code> of the check suite it belongs to is reset to <code>queued</code> and the <code>conclusion</code> is cleared. The check run itself is not updated. GitHub apps recieving the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_run\"><code>check_run</code> webhook</a> with the <code>rerequested</code> action should then decide if the check run should be reset or updated and call the <a href=\"https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run\">update <code>check_run</code> endpoint</a> to update the check_run if desired.</p>\n<p>For more information about how to re-run GitHub Actions jobs, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run\">Re-run a job from a workflow run</a>\".</p>",
153531
153531
"statusCodes": [
153532
153532
{
153533
153533
"httpStatusCode": "201",
@@ -163843,7 +163843,7 @@
163843
163843
}
163844
163844
],
163845
163845
"previews": [],
163846
-
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>\n<p>OAuth apps and personal access tokens (classic) cannot use this endpoint.</p>",
163846
+
"descriptionHTML": "<p>Triggers GitHub to rerequest an existing check suite, without pushing new code to a repository. This endpoint will trigger the <a href=\"https://docs.github.com/enterprise-cloud@latest//webhooks/event-payloads/#check_suite\"><code>check_suite</code> webhook</a> event with the action <code>rerequested</code>. When a check suite is <code>rerequested</code>, its <code>status</code> is reset to <code>queued</code> and the <code>conclusion</code> is cleared.</p>",
163847
163847
"statusCodes": [
163848
163848
{
163849
163849
"httpStatusCode": "201",
@@ -256753,6 +256753,27 @@
256753
256753
"type": "string"
256754
256754
}
256755
256755
},
256756
+
{
256757
+
"name": "has",
256758
+
"in": "query",
256759
+
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
256760
+
"schema": {
256761
+
"oneOf": [
256762
+
{
256763
+
"type": "string"
256764
+
},
256765
+
{
256766
+
"type": "array",
256767
+
"items": {
256768
+
"type": "string",
256769
+
"enum": [
256770
+
"patch"
256771
+
]
256772
+
}
256773
+
}
256774
+
]
256775
+
}
256776
+
},
256756
256777
{
256757
256778
"name": "scope",
256758
256779
"in": "query",
@@ -258665,6 +258686,27 @@
258665
258686
"type": "string"
258666
258687
}
258667
258688
},
258689
+
{
258690
+
"name": "has",
258691
+
"in": "query",
258692
+
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
258693
+
"schema": {
258694
+
"oneOf": [
258695
+
{
258696
+
"type": "string"
258697
+
},
258698
+
{
258699
+
"type": "array",
258700
+
"items": {
258701
+
"type": "string",
258702
+
"enum": [
258703
+
"patch"
258704
+
]
258705
+
}
258706
+
}
258707
+
]
258708
+
}
258709
+
},
258668
258710
{
258669
258711
"name": "scope",
258670
258712
"in": "query",
@@ -260602,6 +260644,27 @@
260602
260644
"type": "string"
260603
260645
}
260604
260646
},
260647
+
{
260648
+
"name": "has",
260649
+
"in": "query",
260650
+
"description": "<p>Filters the list of alerts based on whether the alert has a patch. If specified, only alerts with a patch will be returned.\nMultiple <code>has</code> filters can be chained to check if multiple properties are present.</p>",
260651
+
"schema": {
260652
+
"oneOf": [
260653
+
{
260654
+
"type": "string"
260655
+
},
260656
+
{
260657
+
"type": "array",
260658
+
"items": {
260659
+
"type": "string",
260660
+
"enum": [
260661
+
"patch"
260662
+
]
260663
+
}
260664
+
}
260665
+
]
260666
+
}
260667
+
},
260605
260668
{
260606
260669
"name": "scope",
260607
260670
"in": "query",
@@ -281318,7 +281381,7 @@
281318
281381
{
281319
281382
"name": "advanced_security_product",
281320
281383
"in": "query",
281321
-
"description": "<p>The security feature to get GitHub Advanced Security active committers for.</p>",
281384
+
"description": "<p>The security product to get GitHub Advanced Security active committers for. This parameter is required if you have puchased standalone Code Scanning or Secret Protection products to specify which one you want to get the committer information for, otherwise it is not required.</p>",
0 commit comments