diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-01-06 12:48:11 -0800 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-01-06 12:48:11 -0800 |
commit | f7de47fe72af1861a3b77a9ef00233e1f5957c13 (patch) | |
tree | af46747acb56a530a241337680330871bf7b540a /descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml | |
parent | 8031023b31a852778532c5fa688b8bb6bcbab9d6 (diff) | |
download | rest-api-description-f7de47fe72af1861a3b77a9ef00233e1f5957c13.tar.gz rest-api-description-f7de47fe72af1861a3b77a9ef00233e1f5957c13.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml')
-rw-r--r-- | descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 16e40fec9..386d4a71f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10380,6 +10380,8 @@ paths: nullable: true comments: type: integer + comments_enabled: + type: boolean user: title: Simple User description: A GitHub user. @@ -10810,6 +10812,8 @@ paths: nullable: true comments: type: integer + comments_enabled: + type: boolean user: title: Simple User description: A GitHub user. @@ -10904,6 +10908,8 @@ paths: nullable: true comments: type: integer + comments_enabled: + type: boolean user: type: string nullable: true @@ -10938,6 +10944,7 @@ paths: updated_at: '2022-09-21T10:28:06Z' description: An updated gist description. comments: 0 + comments_enabled: true user: comments_url: https://api.github.com/gists/2decf6c462d9b4418f2/comments owner: @@ -81720,7 +81727,7 @@ paths: get: summary: Get secret scanning scan history for a repository description: |- - Lists the latest incremental and backfill scans by type for a repository. + Lists the latest default incremental and backfill scans by type for a repository. Scans from Copilot Secret Scanning are not included. OAuth app tokens and personal access tokens (classic) need the `repo` or `security_events` scope to use this endpoint. If this endpoint is only used with public repositories, the token can use the `public_repo` scope instead. tags: |