Skip to content

Commit ede46df

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 722571c commit ede46df

16 files changed

+13126
-12778
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,6 +3252,9 @@
32523252
},
32533253
{
32543254
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
3255+
},
3256+
{
3257+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
32553258
}
32563259
],
32573260
"responses": {
@@ -21979,6 +21982,9 @@
2197921982
},
2198021983
{
2198121984
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
21985+
},
21986+
{
21987+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
2198221988
}
2198321989
],
2198421990
"responses": {
@@ -57154,6 +57160,9 @@
5715457160
},
5715557161
{
5715657162
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
57163+
},
57164+
{
57165+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
5715757166
}
5715857167
],
5715957168
"responses": {
@@ -57211,6 +57220,9 @@
5721157220
},
5721257221
{
5721357222
"$ref": "#/components/parameters/alert-number"
57223+
},
57224+
{
57225+
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
5721457226
}
5721557227
],
5721657228
"responses": {
@@ -299660,6 +299672,16 @@
299660299672
"default": false
299661299673
}
299662299674
},
299675+
"secret-scanning-alert-hide-secret": {
299676+
"name": "hide_secret",
299677+
"in": "query",
299678+
"description": "A boolean value representing whether or not to hide literal secrets in the results.",
299679+
"required": false,
299680+
"schema": {
299681+
"type": "boolean",
299682+
"default": false
299683+
}
299684+
},
299663299685
"gist-id": {
299664299686
"name": "gist_id",
299665299687
"description": "The unique identifier of the gist.",

0 commit comments

Comments
 (0)