Skip to content

Commit 9af038b

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 10e2f15 commit 9af038b

16 files changed

+388
-20
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5958,6 +5958,10 @@
59585958
"secret_scanning_push_protection_custom_link": {
59595959
"type": "string",
59605960
"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."
59615965
}
59625966
}
59635967
},
@@ -100208,6 +100212,13 @@
100208100212
"null"
100209100213
],
100210100214
"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.",
100219+
"examples": [
100220+
false
100221+
]
100211100222
}
100212100223
},
100213100224
"required": [
@@ -120323,6 +120334,9 @@
120323120334
"string",
120324120335
"null"
120325120336
]
120337+
},
120338+
"enabled": {
120339+
"type": "boolean"
120326120340
}
120327120341
},
120328120342
"required": [
@@ -128494,6 +128508,9 @@
128494128508
},
128495128509
"verified": {
128496128510
"type": "boolean"
128511+
},
128512+
"enabled": {
128513+
"type": "boolean"
128497128514
}
128498128515
},
128499128516
"required": [
@@ -275728,6 +275745,7 @@
275728275745
"members_can_fork_private_repositories": false,
275729275746
"web_commit_signoff_required": false,
275730275747
"updated_at": "2014-03-03T18:58:10Z",
275748+
"deploy_keys_enabled_for_repositories": false,
275731275749
"dependency_graph_enabled_for_new_repositories": false,
275732275750
"dependabot_alerts_enabled_for_new_repositories": false,
275733275751
"dependabot_security_updates_enabled_for_new_repositories": false,
@@ -291284,7 +291302,8 @@
291284291302
"created_at": "2014-12-10T15:53:42Z",
291285291303
"read_only": true,
291286291304
"added_by": "octocat",
291287-
"last_used": "2022-01-10T15:53:42Z"
291305+
"last_used": "2022-01-10T15:53:42Z",
291306+
"enabled": true
291288291307
}
291289291308
]
291290291309
},
@@ -291298,7 +291317,8 @@
291298291317
"created_at": "2014-12-10T15:53:42Z",
291299291318
"read_only": true,
291300291319
"added_by": "octocat",
291301-
"last_used": "2022-01-10T15:53:42Z"
291320+
"last_used": "2022-01-10T15:53:42Z",
291321+
"enabled": true
291302291322
}
291303291323
},
291304291324
"label": {

0 commit comments

Comments
 (0)