Skip to content

Commit f55c2a9

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 722571c commit f55c2a9

16 files changed

+12986
-12638
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,6 +3264,9 @@
32643264
},
32653265
{
32663266
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
3267+
},
3268+
{
3269+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
32673270
}
32683271
],
32693272
"responses": {
@@ -22063,6 +22066,9 @@
2206322066
},
2206422067
{
2206522068
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
22069+
},
22070+
{
22071+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
2206622072
}
2206722073
],
2206822074
"responses": {
@@ -57425,6 +57431,9 @@
5742557431
},
5742657432
{
5742757433
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
57434+
},
57435+
{
57436+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
5742857437
}
5742957438
],
5743057439
"responses": {
@@ -57482,6 +57491,9 @@
5748257491
},
5748357492
{
5748457493
"$ref": "#/components/parameters/alert-number"
57494+
},
57495+
{
57496+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
5748557497
}
5748657498
],
5748757499
"responses": {
@@ -308697,6 +308709,16 @@
308697308709
"default": false
308698308710
}
308699308711
},
308712+
"secret-scanning-alert-hide-secret": {
308713+
"name": "hide_secret",
308714+
"in": "query",
308715+
"description": "A boolean value representing whether or not to hide literal secrets in the results.",
308716+
"required": false,
308717+
"schema": {
308718+
"type": "boolean",
308719+
"default": false
308720+
}
308721+
},
308700308722
"gist-id": {
308701308723
"name": "gist_id",
308702308724
"description": "The unique identifier of the gist.",

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,6 +2323,7 @@ paths:
23232323
- "$ref": "#/components/parameters/secret-scanning-alert-validity"
23242324
- "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked"
23252325
- "$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
2326+
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
23262327
responses:
23272328
'200':
23282329
description: Response
@@ -16008,6 +16009,7 @@ paths:
1600816009
- "$ref": "#/components/parameters/secret-scanning-alert-validity"
1600916010
- "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked"
1601016011
- "$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
16012+
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
1601116013
responses:
1601216014
'200':
1601316015
description: Response
@@ -41696,6 +41698,7 @@ paths:
4169641698
- "$ref": "#/components/parameters/secret-scanning-alert-validity"
4169741699
- "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked"
4169841700
- "$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
41701+
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
4169941702
responses:
4170041703
'200':
4170141704
description: Response
@@ -41737,6 +41740,7 @@ paths:
4173741740
- "$ref": "#/components/parameters/owner"
4173841741
- "$ref": "#/components/parameters/repo"
4173941742
- "$ref": "#/components/parameters/alert-number"
41743+
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
4174041744
responses:
4174141745
'200':
4174241746
description: Response
@@ -231138,6 +231142,15 @@ components:
231138231142
schema:
231139231143
type: boolean
231140231144
default: false
231145+
secret-scanning-alert-hide-secret:
231146+
name: hide_secret
231147+
in: query
231148+
description: A boolean value representing whether or not to hide literal secrets
231149+
in the results.
231150+
required: false
231151+
schema:
231152+
type: boolean
231153+
default: false
231141231154
gist-id:
231142231155
name: gist_id
231143231156
description: The unique identifier of the gist.

descriptions-next/api.github.com/api.github.com.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,6 +3264,9 @@
32643264
},
32653265
{
32663266
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
3267+
},
3268+
{
3269+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
32673270
}
32683271
],
32693272
"responses": {
@@ -22063,6 +22066,9 @@
2206322066
},
2206422067
{
2206522068
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
22069+
},
22070+
{
22071+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
2206622072
}
2206722073
],
2206822074
"responses": {
@@ -57425,6 +57431,9 @@
5742557431
},
5742657432
{
5742757433
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
57434+
},
57435+
{
57436+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
5742857437
}
5742957438
],
5743057439
"responses": {
@@ -57482,6 +57491,9 @@
5748257491
},
5748357492
{
5748457493
"$ref": "#/components/parameters/alert-number"
57494+
},
57495+
{
57496+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
5748557497
}
5748657498
],
5748757499
"responses": {
@@ -308697,6 +308709,16 @@
308697308709
"default": false
308698308710
}
308699308711
},
308712+
"secret-scanning-alert-hide-secret": {
308713+
"name": "hide_secret",
308714+
"in": "query",
308715+
"description": "A boolean value representing whether or not to hide literal secrets in the results.",
308716+
"required": false,
308717+
"schema": {
308718+
"type": "boolean",
308719+
"default": false
308720+
}
308721+
},
308700308722
"gist-id": {
308701308723
"name": "gist_id",
308702308724
"description": "The unique identifier of the gist.",

0 commit comments

Comments
 (0)