summaryrefslogtreecommitdiffstats
path: root/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
diff options
context:
space:
mode:
authorgithub-openapi-bot <security+github-openapi-bot@github.com>2025-01-13 19:46:38 -0800
committergithub-openapi-bot <security+github-openapi-bot@github.com>2025-01-13 19:46:38 -0800
commitadc86cdd9d2f74e7850aa9696dfef7baeb9c54c8 (patch)
treebdb6b643fdae45161866b0cbf00c5535b7a9bc11 /descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml
parent04d2822d65627912d8772ac6f67d3b8cb9acea31 (diff)
downloadrest-api-description-adc86cdd9d2f74e7850aa9696dfef7baeb9c54c8.tar.gz
rest-api-description-adc86cdd9d2f74e7850aa9696dfef7baeb9c54c8.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.yaml42
1 files changed, 23 insertions, 19 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 69ad334b6..a8a8407a5 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
@@ -22634,6 +22634,10 @@ paths:
nullable: true
type: string
example: 62ab9291-fae2-468e-974b-7e45096d5021
+ group_name:
+ nullable: true
+ type: string
+ example: Justice League
html_url:
type: string
format: uri
@@ -46433,17 +46437,17 @@ paths:
subcategory: autolinks
"/repos/{owner}/{repo}/automated-security-fixes":
get:
- summary: Check if automated security fixes are enabled for a repository
- description: Shows whether automated security fixes are enabled, disabled or
- paused for a repository. The authenticated user must have admin read access
- to the repository. For more information, see "[Configuring automated security
- fixes](https://docs.github.com/articles/configuring-automated-security-fixes)".
+ summary: Check if Dependabot security updates are enabled for a repository
+ description: Shows whether Dependabot security updates are enabled, disabled
+ or paused for a repository. The authenticated user must have admin read access
+ to the repository. For more information, see "[Configuring Dependabot security
+ updates](https://docs.github.com/articles/configuring-automated-security-fixes)".
tags:
- repos
operationId: repos/check-automated-security-fixes
externalDocs:
description: API method documentation
- url: https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository
+ url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository
parameters:
- *261
- *262
@@ -46453,20 +46457,20 @@ paths:
content:
application/json:
schema:
- title: Check Automated Security Fixes
- description: Check Automated Security Fixes
+ title: Check Dependabot security updates
+ description: Check Dependabot security updates
type: object
properties:
enabled:
type: boolean
example: true
- description: Whether automated security fixes are enabled for
+ description: Whether Dependabot security updates are enabled for
the repository.
paused:
type: boolean
example: false
- description: Whether automated security fixes are paused for the
- repository.
+ description: Whether Dependabot security updates are paused for
+ the repository.
required:
- enabled
- paused
@@ -46483,16 +46487,16 @@ paths:
category: repos
subcategory: repos
put:
- summary: Enable automated security fixes
- description: Enables automated security fixes for a repository. The authenticated
+ summary: Enable Dependabot security updates
+ description: Enables Dependabot security updates for a repository. The authenticated
user must have admin access to the repository. For more information, see "[Configuring
- automated security fixes](https://docs.github.com/articles/configuring-automated-security-fixes)".
+ Dependabot security updates](https://docs.github.com/articles/configuring-automated-security-fixes)".
tags:
- repos
operationId: repos/enable-automated-security-fixes
externalDocs:
description: API method documentation
- url: https://docs.github.com/rest/repos/repos#enable-automated-security-fixes
+ url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates
parameters:
- *261
- *262
@@ -46505,16 +46509,16 @@ paths:
category: repos
subcategory: repos
delete:
- summary: Disable automated security fixes
- description: Disables automated security fixes for a repository. The authenticated
+ summary: Disable Dependabot security updates
+ description: Disables Dependabot security updates for a repository. The authenticated
user must have admin access to the repository. For more information, see "[Configuring
- automated security fixes](https://docs.github.com/articles/configuring-automated-security-fixes)".
+ Dependabot security updates](https://docs.github.com/articles/configuring-automated-security-fixes)".
tags:
- repos
operationId: repos/disable-automated-security-fixes
externalDocs:
description: API method documentation
- url: https://docs.github.com/rest/repos/repos#disable-automated-security-fixes
+ url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates
parameters:
- *261
- *262