Skip to content

Commit

Permalink
Merge pull request #7600 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Jun 22, 2021
2 parents 07adaba + 23da84f commit dae4470
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions lib/rest/static/decorated/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -73495,14 +73495,14 @@
"descriptionHTML": "<p>Set to <code>open</code> or <code>resolved</code> to only list secret scanning alerts in a specific state.</p>"
},
{
"name": "secret_types",
"name": "secret_type",
"in": "query",
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
"required": false,
"schema": {
"type": "string"
},
"descriptionHTML": "<p>Set to a comma separated list of <code>secret_type</code> in order to only list secret scanning alerts for those types. Set to <code>all</code> to list all the secret scanning alerts. Default is <code>all</code>.</p>"
"descriptionHTML": "<p>A comma separated list of secret types to return. By default all secret types are returned.</p>"
},
{
"name": "page",
Expand Down
6 changes: 3 additions & 3 deletions lib/rest/static/decorated/ghes-3.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -71286,14 +71286,14 @@
"descriptionHTML": "<p>Set to <code>open</code> or <code>resolved</code> to only list secret scanning alerts in a specific state.</p>"
},
{
"name": "secret_types",
"name": "secret_type",
"in": "query",
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
"required": false,
"schema": {
"type": "string"
},
"descriptionHTML": "<p>Set to a comma separated list of <code>secret_type</code> in order to only list secret scanning alerts for those types. Set to <code>all</code> to list all the secret scanning alerts. Default is <code>all</code>.</p>"
"descriptionHTML": "<p>A comma separated list of secret types to return. By default all secret types are returned.</p>"
},
{
"name": "page",
Expand Down
4 changes: 2 additions & 2 deletions lib/rest/static/dereferenced/api.github.com.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -323444,9 +323444,9 @@
}
},
{
"name": "secret_types",
"name": "secret_type",
"in": "query",
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
"required": false,
"schema": {
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions lib/rest/static/dereferenced/ghes-3.1.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -307188,9 +307188,9 @@
}
},
{
"name": "secret_types",
"name": "secret_type",
"in": "query",
"description": "Set to a comma separated list of `secret_type` in order to only list secret scanning alerts for those types. Set to `all` to list all the secret scanning alerts. Default is `all`.",
"description": "A comma separated list of secret types to return. By default all secret types are returned.",
"required": false,
"schema": {
"type": "string"
Expand Down

0 comments on commit dae4470

Please sign in to comment.