diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-01-13 19:46:38 -0800 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-01-13 19:46:38 -0800 |
commit | adc86cdd9d2f74e7850aa9696dfef7baeb9c54c8 (patch) | |
tree | bdb6b643fdae45161866b0cbf00c5535b7a9bc11 /descriptions/api.github.com | |
parent | 04d2822d65627912d8772ac6f67d3b8cb9acea31 (diff) | |
download | rest-api-description-adc86cdd9d2f74e7850aa9696dfef7baeb9c54c8.tar.gz rest-api-description-adc86cdd9d2f74e7850aa9696dfef7baeb9c54c8.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com')
8 files changed, 172 insertions, 126 deletions
diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 00239ca1d..b07b8f41e 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -29897,15 +29897,15 @@ }, "/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": [ { @@ -29946,15 +29946,15 @@ } }, "put": { - "summary": "Enable automated security fixes", - "description": "Enables automated security fixes 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)\".", + "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 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": [ { @@ -29977,15 +29977,15 @@ } }, "delete": { - "summary": "Disable automated security fixes", - "description": "Disables automated security fixes 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)\".", + "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 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": [ { @@ -101660,6 +101660,11 @@ "type": "string", "example": "62ab9291-fae2-468e-974b-7e45096d5021" }, + "group_name": { + "nullable": true, + "type": "string", + "example": "Justice League" + }, "html_url": { "type": "string", "format": "uri", @@ -110464,19 +110469,19 @@ ] }, "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": [ 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 diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 00239ca1d..b07b8f41e 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -29897,15 +29897,15 @@ }, "/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": [ { @@ -29946,15 +29946,15 @@ } }, "put": { - "summary": "Enable automated security fixes", - "description": "Enables automated security fixes 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)\".", + "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 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": [ { @@ -29977,15 +29977,15 @@ } }, "delete": { - "summary": "Disable automated security fixes", - "description": "Disables automated security fixes 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)\".", + "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 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": [ { @@ -101660,6 +101660,11 @@ "type": "string", "example": "62ab9291-fae2-468e-974b-7e45096d5021" }, + "group_name": { + "nullable": true, + "type": "string", + "example": "Justice League" + }, "html_url": { "type": "string", "format": "uri", @@ -110464,19 +110469,19 @@ ] }, "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": [ diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index f85d54c7f..856e58713 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.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 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index b1982eb5d..42307681e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -71954,6 +71954,11 @@ "type": "string", "example": "62ab9291-fae2-468e-974b-7e45096d5021" }, + "group_name": { + "nullable": true, + "type": "string", + "example": "Justice League" + }, "html_url": { "type": "string", "format": "uri", @@ -95237,6 +95242,11 @@ "type": "string", "example": "62ab9291-fae2-468e-974b-7e45096d5021" }, + "group_name": { + "nullable": true, + "type": "string", + "example": "Justice League" + }, "html_url": { "type": "string", "format": "uri", @@ -180999,15 +181009,15 @@ }, "/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": [ { @@ -181035,19 +181045,19 @@ "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 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": [ @@ -181078,15 +181088,15 @@ } }, "put": { - "summary": "Enable automated security fixes", - "description": "Enables automated security fixes 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)\".", + "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 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": [ { @@ -181121,15 +181131,15 @@ } }, "delete": { - "summary": "Disable automated security fixes", - "description": "Disables automated security fixes 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)\".", + "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 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": [ { 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 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index b1982eb5d..42307681e 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -71954,6 +71954,11 @@ "type": "string", "example": "62ab9291-fae2-468e-974b-7e45096d5021" }, + "group_name": { + "nullable": true, + "type": "string", + "example": "Justice League" + }, "html_url": { "type": "string", "format": "uri", @@ -95237,6 +95242,11 @@ "type": "string", "example": "62ab9291-fae2-468e-974b-7e45096d5021" }, + "group_name": { + "nullable": true, + "type": "string", + "example": "Justice League" + }, "html_url": { "type": "string", "format": "uri", @@ -180999,15 +181009,15 @@ }, "/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": [ { @@ -181035,19 +181045,19 @@ "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 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": [ @@ -181078,15 +181088,15 @@ } }, "put": { - "summary": "Enable automated security fixes", - "description": "Enables automated security fixes 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)\".", + "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 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": [ { @@ -181121,15 +181131,15 @@ } }, "delete": { - "summary": "Disable automated security fixes", - "description": "Disables automated security fixes 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)\".", + "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 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": [ { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 69ad334b6..a8a8407a5 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.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 |