Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Nov 4, 2024
1 parent 10e2f15 commit 9af038b
Show file tree
Hide file tree
Showing 16 changed files with 388 additions and 20 deletions.
24 changes: 22 additions & 2 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -120323,6 +120334,9 @@
"string",
"null"
]
},
"enabled": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -128494,6 +128508,9 @@
},
"verified": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
}
]
},
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit 9af038b

Please sign in to comment.