You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions-next/api.github.com/api.github.com.2022-11-28.json
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5958,6 +5958,10 @@
5958
5958
"secret_scanning_push_protection_custom_link": {
5959
5959
"type": "string",
5960
5960
"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."
5961
+
},
5962
+
"deploy_keys_enabled_for_repositories": {
5963
+
"type": "boolean",
5964
+
"description": "Controls whether or not deploy keys may be added and used for repositories in the organization."
5961
5965
}
5962
5966
}
5963
5967
},
@@ -100208,6 +100212,13 @@
100208
100212
"null"
100209
100213
],
100210
100214
"format": "date-time"
100215
+
},
100216
+
"deploy_keys_enabled_for_repositories": {
100217
+
"type": "boolean",
100218
+
"description": "Controls whether or not deploy keys may be added and used for repositories in the organization.",
0 commit comments