diff options
Diffstat (limited to 'descriptions/api.github.com/api.github.com.2022-11-28.yaml')
-rw-r--r-- | descriptions/api.github.com/api.github.com.2022-11-28.yaml | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index f85d54c7f..856e58713 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -21621,17 +21621,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: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -21655,16 +21655,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: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -21677,16 +21677,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: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -74178,6 +74178,10 @@ components: 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 @@ -81157,18 +81161,18 @@ components: - url_template - is_alphanumeric check-automated-security-fixes: - 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 the repository. + 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 |