Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI 3.1 Descriptions #4235

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading