1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update OpenAPI Descriptions (#20037)

This commit is contained in:
github-openapi-bot
2021-06-21 16:11:59 -04:00
committed by GitHub
parent b084dbc23d
commit cd5b4dd39b
4 changed files with 38 additions and 0 deletions

View File

@@ -73494,6 +73494,16 @@
},
"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",
"in": "query",
"description": "Set to a comma seperate list of secret_types to only list secret scanning alerts in for those types. Set to `all` to list all the secret scanning alerts. Default is `all`",
"required": false,
"schema": {
"type": "string"
},
"descriptionHTML": "<p>Set to a comma seperate list of secret_types to only list secret scanning alerts in for those types. Set to <code>all</code> to list all the secret scanning alerts. Default is <code>all</code></p>"
},
{
"name": "page",
"description": "Page number of the results to fetch.",

View File

@@ -71285,6 +71285,16 @@
},
"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",
"in": "query",
"description": "Set to a comma seperate list of secret_types to only list secret scanning alerts in for those types. Set to `all` to list all the secret scanning alerts. Default is `all`",
"required": false,
"schema": {
"type": "string"
},
"descriptionHTML": "<p>Set to a comma seperate list of secret_types to only list secret scanning alerts in for those types. Set to <code>all</code> to list all the secret scanning alerts. Default is <code>all</code></p>"
},
{
"name": "page",
"description": "Page number of the results to fetch.",