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
Copy file name to clipboardexpand all lines: cache/api.github.com.json
+25-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
-
"version": "16.0.0",
4
+
"version": "16.1.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": {
@@ -16177,7 +16177,17 @@
16177
16177
"description": "Whether the property is required."
16178
16178
},
16179
16179
"default_value": {
16180
-
"type": "string",
16180
+
"oneOf": [
16181
+
{
16182
+
"type": "string"
16183
+
},
16184
+
{
16185
+
"type": "array",
16186
+
"items": {
16187
+
"type": "string"
16188
+
}
16189
+
}
16190
+
],
16181
16191
"nullable": true,
16182
16192
"description": "Default value of the property"
16183
16193
},
@@ -98011,7 +98021,17 @@
98011
98021
"description": "Whether the property is required."
98012
98022
},
98013
98023
"default_value": {
98014
-
"type": "string",
98024
+
"oneOf": [
98025
+
{
98026
+
"type": "string"
98027
+
},
98028
+
{
98029
+
"type": "array",
98030
+
"items": {
98031
+
"type": "string"
98032
+
}
98033
+
}
98034
+
],
98015
98035
"nullable": true,
98016
98036
"description": "Default value of the property"
98017
98037
},
@@ -100038,7 +100058,7 @@
100038
100058
"properties": {
100039
100059
"alerts_threshold": {
100040
100060
"type": "string",
100041
-
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
100061
+
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
100042
100062
"enum": [
100043
100063
"none",
100044
100064
"errors",
@@ -100048,7 +100068,7 @@
100048
100068
},
100049
100069
"security_alerts_threshold": {
100050
100070
"type": "string",
100051
-
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
100071
+
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
Copy file name to clipboardexpand all lines: cache/ghec.json
+25-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
-
"version": "16.0.0",
4
+
"version": "16.1.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": {
@@ -20814,7 +20814,17 @@
20814
20814
"description": "Whether the property is required."
20815
20815
},
20816
20816
"default_value": {
20817
-
"type": "string",
20817
+
"oneOf": [
20818
+
{
20819
+
"type": "string"
20820
+
},
20821
+
{
20822
+
"type": "array",
20823
+
"items": {
20824
+
"type": "string"
20825
+
}
20826
+
}
20827
+
],
20818
20828
"nullable": true,
20819
20829
"description": "Default value of the property"
20820
20830
},
@@ -106553,7 +106563,17 @@
106553
106563
"description": "Whether the property is required."
106554
106564
},
106555
106565
"default_value": {
106556
-
"type": "string",
106566
+
"oneOf": [
106567
+
{
106568
+
"type": "string"
106569
+
},
106570
+
{
106571
+
"type": "array",
106572
+
"items": {
106573
+
"type": "string"
106574
+
}
106575
+
}
106576
+
],
106557
106577
"nullable": true,
106558
106578
"description": "Default value of the property"
106559
106579
},
@@ -108580,7 +108600,7 @@
108580
108600
"properties": {
108581
108601
"alerts_threshold": {
108582
108602
"type": "string",
108583
-
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
108603
+
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/enterprise-cloud@latest//code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
108584
108604
"enum": [
108585
108605
"none",
108586
108606
"errors",
@@ -108590,7 +108610,7 @@
108590
108610
},
108591
108611
"security_alerts_threshold": {
108592
108612
"type": "string",
108593
-
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
108613
+
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/enterprise-cloud@latest//code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
Copy file name to clipboardexpand all lines: cache/ghes-3.11.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
-
"version": "16.0.0",
4
+
"version": "16.1.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": {
@@ -102168,7 +102168,7 @@
102168
102168
"properties": {
102169
102169
"alerts_threshold": {
102170
102170
"type": "string",
102171
-
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
102171
+
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
102172
102172
"enum": [
102173
102173
"none",
102174
102174
"errors",
@@ -102178,7 +102178,7 @@
102178
102178
},
102179
102179
"security_alerts_threshold": {
102180
102180
"type": "string",
102181
-
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
102181
+
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
Copy file name to clipboardexpand all lines: cache/ghes-3.12.json
+17-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
-
"version": "16.0.0",
4
+
"version": "16.1.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": {
@@ -10946,6 +10946,11 @@
10946
10946
}
10947
10947
}
10948
10948
],
10949
+
"parameters": [
10950
+
{
10951
+
"$ref": "#/components/parameters/license-apply"
10952
+
}
10953
+
],
10949
10954
"requestBody": {
10950
10955
"required": true,
10951
10956
"content": {
@@ -104099,7 +104104,7 @@
104099
104104
"properties": {
104100
104105
"alerts_threshold": {
104101
104106
"type": "string",
104102
-
"description": "The threshold at which code scanning results that introduce alerts block a ref update.",
104107
+
"description": "The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see \"[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
104103
104108
"enum": [
104104
104109
"none",
104105
104110
"errors",
@@ -104109,7 +104114,7 @@
104109
104114
},
104110
104115
"security_alerts_threshold": {
104111
104116
"type": "string",
104112
-
"description": "The threshold at which code scanning results that introduce security alerts block a ref update.",
104117
+
"description": "The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see \"[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels).\"",
104113
104118
"enum": [
104114
104119
"none",
104115
104120
"critical",
@@ -301849,6 +301854,15 @@
301849
301854
"type": "string"
301850
301855
}
301851
301856
},
301857
+
"license-apply": {
301858
+
"name": "apply",
301859
+
"description": "Whether to apply changes from the license. Uploading a license does not automatically apply changes. To make the changes effective, you can specify to apply the license too.",
301860
+
"in": "query",
301861
+
"required": false,
301862
+
"schema": {
301863
+
"type": "boolean"
301864
+
}
301865
+
},
301852
301866
"uuid": {
301853
301867
"name": "uuid",
301854
301868
"description": "The UUID which identifies a node.",
* @description The threshold at which code scanning results that introduce alerts block a ref update.
17694
+
* @description The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see "[About code scanning alerts](https://docs.github.com/enterprise-cloud@latest//code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
* @description The threshold at which code scanning results that introduce security alerts block a ref update.
17699
+
* @description The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see "[About code scanning alerts](https://docs.github.com/enterprise-cloud@latest//code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
* @description The threshold at which code scanning results that introduce alerts block a ref update.
15316
+
* @description The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see "[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
* @description The threshold at which code scanning results that introduce security alerts block a ref update.
15321
+
* @description The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see "[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
* @description The threshold at which code scanning results that introduce alerts block a ref update.
15734
+
* @description The severity level at which code scanning results that raise alerts block a reference update. For more information on alert severity levels, see "[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
* @description The threshold at which code scanning results that introduce security alerts block a ref update.
15739
+
* @description The severity level at which code scanning results that raise security alerts block a reference update. For more information on security severity levels, see "[About code scanning alerts](https://docs.github.com/[email protected]/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts#about-alert-severity-and-security-severity-levels)."
/** @description A list of comma separated label names. Example: `bug,ui,@high` */
84297
84297
labels?: string;
84298
+
/** @description Whether to apply changes from the license. Uploading a license does not automatically apply changes. To make the changes effective, you can specify to apply the license too. */
84299
+
"license-apply"?: boolean;
84298
84300
/** @description The UUID which identifies a node. */
84299
84301
uuid?: string;
84300
84302
/** @description The cluster roles from the cluster configuration file. */
0 commit comments