diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index da1fc96e6f..3d6312681b 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -5958,6 +5958,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -100208,6 +100212,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -120323,6 +120334,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -128494,6 +128508,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -275728,6 +275745,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -291284,7 +291302,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] }, @@ -291298,7 +291317,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } }, "label": { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index f37eeb362d..224f0ff030 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -4285,6 +4285,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -72563,6 +72567,12 @@ components: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and used for + repositories in the organization. + examples: + - false required: - login - url @@ -87163,6 +87173,8 @@ components: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -93031,6 +93043,8 @@ components: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key @@ -203483,6 +203497,7 @@ components: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -216742,6 +216757,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true deploy-key: value: id: 1 @@ -216753,6 +216769,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true label: value: id: 208045946 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index da1fc96e6f..3d6312681b 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -5958,6 +5958,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -100208,6 +100212,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -120323,6 +120334,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -128494,6 +128508,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -275728,6 +275745,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -291284,7 +291302,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] }, @@ -291298,7 +291317,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } }, "label": { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index f37eeb362d..224f0ff030 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -4285,6 +4285,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -72563,6 +72567,12 @@ components: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and used for + repositories in the organization. + examples: + - false required: - login - url @@ -87163,6 +87173,8 @@ components: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -93031,6 +93043,8 @@ components: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key @@ -203483,6 +203497,7 @@ components: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -216742,6 +216757,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true deploy-key: value: id: 1 @@ -216753,6 +216769,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true label: value: id: 208045946 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a4c48fe866..d9760bbe0a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -55854,6 +55854,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -55939,6 +55946,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -56157,6 +56165,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -56601,6 +56613,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -56686,6 +56705,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -383413,6 +383433,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -383438,7 +383461,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -383571,6 +383595,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -383594,7 +383621,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -383776,6 +383804,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -383799,7 +383830,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -686274,6 +686306,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -688302,6 +688337,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 4e192d4354..061765eedb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -16060,6 +16060,12 @@ paths: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. + examples: + - false required: - login - url @@ -16140,6 +16146,7 @@ paths: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -16370,6 +16377,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -72103,6 +72114,8 @@ paths: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -72123,6 +72136,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Link: *37 x-github: @@ -72190,6 +72204,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Location: example: https://api.github.com/repos/octocat/Hello-World/keys/1 @@ -106373,6 +106388,8 @@ webhooks: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index a4c48fe866..d9760bbe0a 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -55854,6 +55854,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -55939,6 +55946,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -56157,6 +56165,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -56601,6 +56613,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -56686,6 +56705,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -383413,6 +383433,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -383438,7 +383461,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -383571,6 +383595,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -383594,7 +383621,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -383776,6 +383804,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -383799,7 +383830,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -686274,6 +686306,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -688302,6 +688337,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 4e192d4354..061765eedb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -16060,6 +16060,12 @@ paths: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. + examples: + - false required: - login - url @@ -16140,6 +16146,7 @@ paths: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -16370,6 +16377,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -72103,6 +72114,8 @@ paths: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -72123,6 +72136,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Link: *37 x-github: @@ -72190,6 +72204,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Location: example: https://api.github.com/repos/octocat/Hello-World/keys/1 @@ -106373,6 +106388,8 @@ webhooks: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 77eef68495..1d83d13c87 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -67268,6 +67268,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -67354,6 +67361,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -67578,6 +67586,10 @@ "type": "boolean", "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "deprecated": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -68030,6 +68042,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -68116,6 +68135,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -401912,6 +401932,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -401937,7 +401960,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -402070,6 +402094,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -402093,7 +402120,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -402275,6 +402303,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -402298,7 +402329,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -739370,6 +739402,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -741398,6 +741433,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 70a96db330..d03c06f1ca 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -20457,6 +20457,12 @@ paths: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. + examples: + - false required: - login - url @@ -20538,6 +20544,7 @@ paths: web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' archived_at: + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -20776,6 +20783,10 @@ paths: Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization. deprecated: true + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -77324,6 +77335,8 @@ paths: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -77344,6 +77357,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Link: *37 x-github: @@ -77411,6 +77425,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Location: example: https://api.github.com/repos/octocat/Hello-World/keys/1 @@ -114822,6 +114837,8 @@ webhooks: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 77eef68495..1d83d13c87 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -67268,6 +67268,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -67354,6 +67361,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -67578,6 +67586,10 @@ "type": "boolean", "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "deprecated": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -68030,6 +68042,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -68116,6 +68135,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -401912,6 +401932,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -401937,7 +401960,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -402070,6 +402094,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -402093,7 +402120,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -402275,6 +402303,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -402298,7 +402329,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -739370,6 +739402,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -741398,6 +741433,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 70a96db330..d03c06f1ca 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -20457,6 +20457,12 @@ paths: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. + examples: + - false required: - login - url @@ -20538,6 +20544,7 @@ paths: web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' archived_at: + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -20776,6 +20783,10 @@ paths: Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization. deprecated: true + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -77324,6 +77335,8 @@ paths: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -77344,6 +77357,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Link: *37 x-github: @@ -77411,6 +77425,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Location: example: https://api.github.com/repos/octocat/Hello-World/keys/1 @@ -114822,6 +114837,8 @@ webhooks: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 5b020901c4..9f3150483a 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -9059,6 +9059,10 @@ "type": "boolean", "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "deprecated": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -109777,6 +109781,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -129713,6 +129724,9 @@ "string", "null" ] + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -139146,6 +139160,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -287537,6 +287554,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -302787,7 +302805,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] }, @@ -302801,7 +302820,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } }, "label": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index c59c479404..8642a006cb 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -6527,6 +6527,10 @@ paths: Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization. deprecated: true + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -79614,6 +79618,12 @@ components: - string - 'null' format: date-time + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and used for + repositories in the organization. + examples: + - false required: - login - url @@ -94068,6 +94078,8 @@ components: type: - string - 'null' + enabled: + type: boolean required: - id - key @@ -100828,6 +100840,8 @@ components: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key @@ -212136,6 +212150,7 @@ components: web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' archived_at: + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -225144,6 +225159,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true deploy-key: value: id: 1 @@ -225155,6 +225171,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true label: value: id: 208045946 diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 5b020901c4..9f3150483a 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -9059,6 +9059,10 @@ "type": "boolean", "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "deprecated": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -109777,6 +109781,13 @@ "null" ], "format": "date-time" + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization.", + "examples": [ + false + ] } }, "required": [ @@ -129713,6 +129724,9 @@ "string", "null" ] + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}