1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Merge branch 'main' into clarify_actions_behaviour_maintenance_mode

This commit is contained in:
Janice
2021-06-22 15:50:56 -07:00
committed by GitHub
5 changed files with 11 additions and 11 deletions

View File

@@ -704,7 +704,7 @@ _Teams_
### Permission on "pull requests"
Pull requests and issues are closely related.. If your GitHub App has permissions on pull requests but not on issues, these endpoints will be limited to pull requests. Endpoints that return both pull requests and issues will be filtered. Endpoints that allow operations on both pull requests and issues will be restricted to pull requests.
Pull requests and issues are closely related. If your GitHub App has permissions on pull requests but not on issues, these endpoints will be limited to pull requests. Endpoints that return both pull requests and issues will be filtered. Endpoints that allow operations on both pull requests and issues will be restricted to pull requests.
- [`PATCH /repos/:owner/:repo/issues/:issue_number`](/rest/reference/issues#update-an-issue) (:write)
- [`GET /repos/:owner/:repo/issues/:issue_number/comments`](/rest/reference/issues#list-issue-comments) (:read)

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"