Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -3264,6 +3264,9 @@
},
{
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -22063,6 +22066,9 @@
},
{
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -57425,6 +57431,9 @@
},
{
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -57482,6 +57491,9 @@
},
{
"$ref": "#/components/parameters/alert-number"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -308697,6 +308709,16 @@
"default": false
}
},
"secret-scanning-alert-hide-secret": {
"name": "hide_secret",
"in": "query",
"description": "A boolean value representing whether or not to hide literal secrets in the results.",
"required": false,
"schema": {
"type": "boolean",
"default": false
}
},
"gist-id": {
"name": "gist_id",
"description": "The unique identifier of the gist.",
Expand Down
13 changes: 13 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,7 @@ paths:
- "$ref": "#/components/parameters/secret-scanning-alert-validity"
- "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked"
- "$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
responses:
'200':
description: Response
Expand Down Expand Up @@ -16008,6 +16009,7 @@ paths:
- "$ref": "#/components/parameters/secret-scanning-alert-validity"
- "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked"
- "$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
responses:
'200':
description: Response
Expand Down Expand Up @@ -41696,6 +41698,7 @@ paths:
- "$ref": "#/components/parameters/secret-scanning-alert-validity"
- "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked"
- "$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
responses:
'200':
description: Response
Expand Down Expand Up @@ -41737,6 +41740,7 @@ paths:
- "$ref": "#/components/parameters/owner"
- "$ref": "#/components/parameters/repo"
- "$ref": "#/components/parameters/alert-number"
- "$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
responses:
'200':
description: Response
Expand Down Expand Up @@ -231138,6 +231142,15 @@ components:
schema:
type: boolean
default: false
secret-scanning-alert-hide-secret:
name: hide_secret
in: query
description: A boolean value representing whether or not to hide literal secrets
in the results.
required: false
schema:
type: boolean
default: false
gist-id:
name: gist_id
description: The unique identifier of the gist.
Expand Down
22 changes: 22 additions & 0 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -3264,6 +3264,9 @@
},
{
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -22063,6 +22066,9 @@
},
{
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -57425,6 +57431,9 @@
},
{
"$ref": "#/components/parameters/secret-scanning-alert-multi-repo"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -57482,6 +57491,9 @@
},
{
"$ref": "#/components/parameters/alert-number"
},
{
"$ref": "#/components/parameters/secret-scanning-alert-hide-secret"
}
],
"responses": {
Expand Down Expand Up @@ -308697,6 +308709,16 @@
"default": false
}
},
"secret-scanning-alert-hide-secret": {
"name": "hide_secret",
"in": "query",
"description": "A boolean value representing whether or not to hide literal secrets in the results.",
"required": false,
"schema": {
"type": "boolean",
"default": false
}
},
"gist-id": {
"name": "gist_id",
"description": "The unique identifier of the gist.",
Expand Down
Loading