@octokit/openapi 7.6.0 → 7.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +1577 -517
- package/generated/api.github.com.json +491 -1
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +1 -1
- package/generated/ghes-3.2.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.3.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.4.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +1 -1
- package/generated/ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.5.json +1 -1
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +71 -1
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +391 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +107 -1
- package/generated/ghes-3.6.deref.json +136 -2
- package/generated/ghes-3.6.json +136 -2
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +14 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +1 -1
- package/generated/github.ae-diff-to-api.github.com.json +1 -1
- package/generated/github.ae.deref.json +213 -1
- package/generated/github.ae.json +183 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.7.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -42178,6 +42178,36 @@
|
|
|
42178
42178
|
"updated_at": {
|
|
42179
42179
|
"type": "string",
|
|
42180
42180
|
"format": "date-time"
|
|
42181
|
+
},
|
|
42182
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
42183
|
+
"type": "boolean",
|
|
42184
|
+
"example": false,
|
|
42185
|
+
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42186
|
+
},
|
|
42187
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
42188
|
+
"type": "boolean",
|
|
42189
|
+
"example": false,
|
|
42190
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42191
|
+
},
|
|
42192
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
42193
|
+
"type": "boolean",
|
|
42194
|
+
"example": false,
|
|
42195
|
+
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42196
|
+
},
|
|
42197
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
42198
|
+
"type": "boolean",
|
|
42199
|
+
"example": false,
|
|
42200
|
+
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42201
|
+
},
|
|
42202
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
42203
|
+
"type": "boolean",
|
|
42204
|
+
"example": false,
|
|
42205
|
+
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42206
|
+
},
|
|
42207
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
42208
|
+
"type": "boolean",
|
|
42209
|
+
"example": false,
|
|
42210
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42181
42211
|
}
|
|
42182
42212
|
},
|
|
42183
42213
|
"required": [
|
|
@@ -42431,6 +42461,30 @@
|
|
|
42431
42461
|
"blog": {
|
|
42432
42462
|
"type": "string",
|
|
42433
42463
|
"example": "\"http://github.blog\""
|
|
42464
|
+
},
|
|
42465
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
42466
|
+
"type": "boolean",
|
|
42467
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
42468
|
+
},
|
|
42469
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
42470
|
+
"type": "boolean",
|
|
42471
|
+
"description": "Whether Dependabot alerts is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
42472
|
+
},
|
|
42473
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
42474
|
+
"type": "boolean",
|
|
42475
|
+
"description": "Whether Dependabot security updates is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
42476
|
+
},
|
|
42477
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
42478
|
+
"type": "boolean",
|
|
42479
|
+
"description": "Whether dependency graph is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
42480
|
+
},
|
|
42481
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
42482
|
+
"type": "boolean",
|
|
42483
|
+
"description": "Whether secret scanning is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
42484
|
+
},
|
|
42485
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
42486
|
+
"type": "boolean",
|
|
42487
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
42434
42488
|
}
|
|
42435
42489
|
}
|
|
42436
42490
|
},
|
|
@@ -42692,6 +42746,36 @@
|
|
|
42692
42746
|
"updated_at": {
|
|
42693
42747
|
"type": "string",
|
|
42694
42748
|
"format": "date-time"
|
|
42749
|
+
},
|
|
42750
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
42751
|
+
"type": "boolean",
|
|
42752
|
+
"example": false,
|
|
42753
|
+
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42754
|
+
},
|
|
42755
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
42756
|
+
"type": "boolean",
|
|
42757
|
+
"example": false,
|
|
42758
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42759
|
+
},
|
|
42760
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
42761
|
+
"type": "boolean",
|
|
42762
|
+
"example": false,
|
|
42763
|
+
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42764
|
+
},
|
|
42765
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
42766
|
+
"type": "boolean",
|
|
42767
|
+
"example": false,
|
|
42768
|
+
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42769
|
+
},
|
|
42770
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
42771
|
+
"type": "boolean",
|
|
42772
|
+
"example": false,
|
|
42773
|
+
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42774
|
+
},
|
|
42775
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
42776
|
+
"type": "boolean",
|
|
42777
|
+
"example": false,
|
|
42778
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
42695
42779
|
}
|
|
42696
42780
|
},
|
|
42697
42781
|
"required": [
|
|
@@ -388150,6 +388234,28 @@
|
|
|
388150
388234
|
}
|
|
388151
388235
|
}
|
|
388152
388236
|
},
|
|
388237
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
388238
|
+
"post": {
|
|
388239
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
388240
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
388241
|
+
"tags": [
|
|
388242
|
+
"orgs"
|
|
388243
|
+
],
|
|
388244
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
388245
|
+
"externalDocs": {
|
|
388246
|
+
"description": "API method documentation",
|
|
388247
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
388248
|
+
},
|
|
388249
|
+
"x-octokit": {
|
|
388250
|
+
"api.github.com": "removed"
|
|
388251
|
+
},
|
|
388252
|
+
"responses": {
|
|
388253
|
+
"501": {
|
|
388254
|
+
"description": "Not Implemented"
|
|
388255
|
+
}
|
|
388256
|
+
}
|
|
388257
|
+
}
|
|
388258
|
+
},
|
|
388153
388259
|
"/repos/{owner}/{repo}/actions/cache/usage": {
|
|
388154
388260
|
"get": {
|
|
388155
388261
|
"summary": "Get GitHub Actions cache usage for a repository",
|
|
@@ -391041,6 +391147,90 @@
|
|
|
391041
391147
|
}
|
|
391042
391148
|
}
|
|
391043
391149
|
},
|
|
391150
|
+
"/user/ssh_signing_keys": {
|
|
391151
|
+
"get": {
|
|
391152
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
391153
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391154
|
+
"tags": [
|
|
391155
|
+
"users"
|
|
391156
|
+
],
|
|
391157
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
391158
|
+
"externalDocs": {
|
|
391159
|
+
"description": "API method documentation",
|
|
391160
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
391161
|
+
},
|
|
391162
|
+
"x-octokit": {
|
|
391163
|
+
"api.github.com": "removed"
|
|
391164
|
+
},
|
|
391165
|
+
"responses": {
|
|
391166
|
+
"501": {
|
|
391167
|
+
"description": "Not Implemented"
|
|
391168
|
+
}
|
|
391169
|
+
}
|
|
391170
|
+
},
|
|
391171
|
+
"post": {
|
|
391172
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
391173
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391174
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
391175
|
+
"tags": [
|
|
391176
|
+
"users"
|
|
391177
|
+
],
|
|
391178
|
+
"externalDocs": {
|
|
391179
|
+
"description": "API method documentation",
|
|
391180
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
391181
|
+
},
|
|
391182
|
+
"x-octokit": {
|
|
391183
|
+
"api.github.com": "removed"
|
|
391184
|
+
},
|
|
391185
|
+
"responses": {
|
|
391186
|
+
"501": {
|
|
391187
|
+
"description": "Not Implemented"
|
|
391188
|
+
}
|
|
391189
|
+
}
|
|
391190
|
+
}
|
|
391191
|
+
},
|
|
391192
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
391193
|
+
"get": {
|
|
391194
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
391195
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391196
|
+
"tags": [
|
|
391197
|
+
"users"
|
|
391198
|
+
],
|
|
391199
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
391200
|
+
"externalDocs": {
|
|
391201
|
+
"description": "API method documentation",
|
|
391202
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
391203
|
+
},
|
|
391204
|
+
"x-octokit": {
|
|
391205
|
+
"api.github.com": "removed"
|
|
391206
|
+
},
|
|
391207
|
+
"responses": {
|
|
391208
|
+
"501": {
|
|
391209
|
+
"description": "Not Implemented"
|
|
391210
|
+
}
|
|
391211
|
+
}
|
|
391212
|
+
},
|
|
391213
|
+
"delete": {
|
|
391214
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
391215
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391216
|
+
"tags": [
|
|
391217
|
+
"users"
|
|
391218
|
+
],
|
|
391219
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
391220
|
+
"externalDocs": {
|
|
391221
|
+
"description": "API method documentation",
|
|
391222
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
391223
|
+
},
|
|
391224
|
+
"x-octokit": {
|
|
391225
|
+
"api.github.com": "removed"
|
|
391226
|
+
},
|
|
391227
|
+
"responses": {
|
|
391228
|
+
"501": {
|
|
391229
|
+
"description": "Not Implemented"
|
|
391230
|
+
}
|
|
391231
|
+
}
|
|
391232
|
+
}
|
|
391233
|
+
},
|
|
391044
391234
|
"/users/{username}/events/public": {
|
|
391045
391235
|
"get": {
|
|
391046
391236
|
"summary": "List public events for a user",
|
|
@@ -391344,6 +391534,28 @@
|
|
|
391344
391534
|
}
|
|
391345
391535
|
}
|
|
391346
391536
|
}
|
|
391537
|
+
},
|
|
391538
|
+
"/users/{username}/ssh_signing_keys": {
|
|
391539
|
+
"get": {
|
|
391540
|
+
"summary": "List SSH signing keys for a user",
|
|
391541
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391542
|
+
"tags": [
|
|
391543
|
+
"users"
|
|
391544
|
+
],
|
|
391545
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
391546
|
+
"externalDocs": {
|
|
391547
|
+
"description": "API method documentation",
|
|
391548
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
391549
|
+
},
|
|
391550
|
+
"x-octokit": {
|
|
391551
|
+
"api.github.com": "removed"
|
|
391552
|
+
},
|
|
391553
|
+
"responses": {
|
|
391554
|
+
"501": {
|
|
391555
|
+
"description": "Not Implemented"
|
|
391556
|
+
}
|
|
391557
|
+
}
|
|
391558
|
+
}
|
|
391347
391559
|
}
|
|
391348
391560
|
}
|
|
391349
391561
|
}
|
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.7.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -7488,6 +7488,30 @@
|
|
|
7488
7488
|
"blog": {
|
|
7489
7489
|
"type": "string",
|
|
7490
7490
|
"example": "\"http://github.blog\""
|
|
7491
|
+
},
|
|
7492
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
7493
|
+
"type": "boolean",
|
|
7494
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7495
|
+
},
|
|
7496
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
7497
|
+
"type": "boolean",
|
|
7498
|
+
"description": "Whether Dependabot alerts is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7499
|
+
},
|
|
7500
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
7501
|
+
"type": "boolean",
|
|
7502
|
+
"description": "Whether Dependabot security updates is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7503
|
+
},
|
|
7504
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
7505
|
+
"type": "boolean",
|
|
7506
|
+
"description": "Whether dependency graph is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7507
|
+
},
|
|
7508
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
7509
|
+
"type": "boolean",
|
|
7510
|
+
"description": "Whether secret scanning is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7511
|
+
},
|
|
7512
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
7513
|
+
"type": "boolean",
|
|
7514
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories.\n\nTo use this parameter, you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see \"[Managing security managers in your organization](https://docs.github.com/github-ae@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).\"\n\nYou can check which security and analysis features are currently enabled by using a `GET /orgs/{org}` request."
|
|
7491
7515
|
}
|
|
7492
7516
|
}
|
|
7493
7517
|
},
|
|
@@ -48458,6 +48482,28 @@
|
|
|
48458
48482
|
}
|
|
48459
48483
|
}
|
|
48460
48484
|
},
|
|
48485
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
48486
|
+
"post": {
|
|
48487
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
48488
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
48489
|
+
"tags": [
|
|
48490
|
+
"orgs"
|
|
48491
|
+
],
|
|
48492
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
48493
|
+
"externalDocs": {
|
|
48494
|
+
"description": "API method documentation",
|
|
48495
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
48496
|
+
},
|
|
48497
|
+
"x-octokit": {
|
|
48498
|
+
"api.github.com": "removed"
|
|
48499
|
+
},
|
|
48500
|
+
"responses": {
|
|
48501
|
+
"501": {
|
|
48502
|
+
"description": "Not Implemented"
|
|
48503
|
+
}
|
|
48504
|
+
}
|
|
48505
|
+
}
|
|
48506
|
+
},
|
|
48461
48507
|
"/repos/{owner}/{repo}/actions/cache/usage": {
|
|
48462
48508
|
"get": {
|
|
48463
48509
|
"summary": "Get GitHub Actions cache usage for a repository",
|
|
@@ -51349,6 +51395,90 @@
|
|
|
51349
51395
|
}
|
|
51350
51396
|
}
|
|
51351
51397
|
},
|
|
51398
|
+
"/user/ssh_signing_keys": {
|
|
51399
|
+
"get": {
|
|
51400
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
51401
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51402
|
+
"tags": [
|
|
51403
|
+
"users"
|
|
51404
|
+
],
|
|
51405
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
51406
|
+
"externalDocs": {
|
|
51407
|
+
"description": "API method documentation",
|
|
51408
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
51409
|
+
},
|
|
51410
|
+
"x-octokit": {
|
|
51411
|
+
"api.github.com": "removed"
|
|
51412
|
+
},
|
|
51413
|
+
"responses": {
|
|
51414
|
+
"501": {
|
|
51415
|
+
"description": "Not Implemented"
|
|
51416
|
+
}
|
|
51417
|
+
}
|
|
51418
|
+
},
|
|
51419
|
+
"post": {
|
|
51420
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
51421
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51422
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
51423
|
+
"tags": [
|
|
51424
|
+
"users"
|
|
51425
|
+
],
|
|
51426
|
+
"externalDocs": {
|
|
51427
|
+
"description": "API method documentation",
|
|
51428
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
51429
|
+
},
|
|
51430
|
+
"x-octokit": {
|
|
51431
|
+
"api.github.com": "removed"
|
|
51432
|
+
},
|
|
51433
|
+
"responses": {
|
|
51434
|
+
"501": {
|
|
51435
|
+
"description": "Not Implemented"
|
|
51436
|
+
}
|
|
51437
|
+
}
|
|
51438
|
+
}
|
|
51439
|
+
},
|
|
51440
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
51441
|
+
"get": {
|
|
51442
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
51443
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51444
|
+
"tags": [
|
|
51445
|
+
"users"
|
|
51446
|
+
],
|
|
51447
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
51448
|
+
"externalDocs": {
|
|
51449
|
+
"description": "API method documentation",
|
|
51450
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
51451
|
+
},
|
|
51452
|
+
"x-octokit": {
|
|
51453
|
+
"api.github.com": "removed"
|
|
51454
|
+
},
|
|
51455
|
+
"responses": {
|
|
51456
|
+
"501": {
|
|
51457
|
+
"description": "Not Implemented"
|
|
51458
|
+
}
|
|
51459
|
+
}
|
|
51460
|
+
},
|
|
51461
|
+
"delete": {
|
|
51462
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
51463
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51464
|
+
"tags": [
|
|
51465
|
+
"users"
|
|
51466
|
+
],
|
|
51467
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
51468
|
+
"externalDocs": {
|
|
51469
|
+
"description": "API method documentation",
|
|
51470
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
51471
|
+
},
|
|
51472
|
+
"x-octokit": {
|
|
51473
|
+
"api.github.com": "removed"
|
|
51474
|
+
},
|
|
51475
|
+
"responses": {
|
|
51476
|
+
"501": {
|
|
51477
|
+
"description": "Not Implemented"
|
|
51478
|
+
}
|
|
51479
|
+
}
|
|
51480
|
+
}
|
|
51481
|
+
},
|
|
51352
51482
|
"/users/{username}/events/public": {
|
|
51353
51483
|
"get": {
|
|
51354
51484
|
"summary": "List public events for a user",
|
|
@@ -51652,6 +51782,28 @@
|
|
|
51652
51782
|
}
|
|
51653
51783
|
}
|
|
51654
51784
|
}
|
|
51785
|
+
},
|
|
51786
|
+
"/users/{username}/ssh_signing_keys": {
|
|
51787
|
+
"get": {
|
|
51788
|
+
"summary": "List SSH signing keys for a user",
|
|
51789
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51790
|
+
"tags": [
|
|
51791
|
+
"users"
|
|
51792
|
+
],
|
|
51793
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
51794
|
+
"externalDocs": {
|
|
51795
|
+
"description": "API method documentation",
|
|
51796
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
51797
|
+
},
|
|
51798
|
+
"x-octokit": {
|
|
51799
|
+
"api.github.com": "removed"
|
|
51800
|
+
},
|
|
51801
|
+
"responses": {
|
|
51802
|
+
"501": {
|
|
51803
|
+
"description": "Not Implemented"
|
|
51804
|
+
}
|
|
51805
|
+
}
|
|
51806
|
+
}
|
|
51655
51807
|
}
|
|
51656
51808
|
},
|
|
51657
51809
|
"components": {
|
|
@@ -58393,6 +58545,36 @@
|
|
|
58393
58545
|
"updated_at": {
|
|
58394
58546
|
"type": "string",
|
|
58395
58547
|
"format": "date-time"
|
|
58548
|
+
},
|
|
58549
|
+
"advanced_security_enabled_for_new_repositories": {
|
|
58550
|
+
"type": "boolean",
|
|
58551
|
+
"example": false,
|
|
58552
|
+
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58553
|
+
},
|
|
58554
|
+
"dependabot_alerts_enabled_for_new_repositories": {
|
|
58555
|
+
"type": "boolean",
|
|
58556
|
+
"example": false,
|
|
58557
|
+
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58558
|
+
},
|
|
58559
|
+
"dependabot_security_updates_enabled_for_new_repositories": {
|
|
58560
|
+
"type": "boolean",
|
|
58561
|
+
"example": false,
|
|
58562
|
+
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58563
|
+
},
|
|
58564
|
+
"dependency_graph_enabled_for_new_repositories": {
|
|
58565
|
+
"type": "boolean",
|
|
58566
|
+
"example": false,
|
|
58567
|
+
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58568
|
+
},
|
|
58569
|
+
"secret_scanning_enabled_for_new_repositories": {
|
|
58570
|
+
"type": "boolean",
|
|
58571
|
+
"example": false,
|
|
58572
|
+
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58573
|
+
},
|
|
58574
|
+
"secret_scanning_push_protection_enabled_for_new_repositories": {
|
|
58575
|
+
"type": "boolean",
|
|
58576
|
+
"example": false,
|
|
58577
|
+
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
|
|
58396
58578
|
}
|
|
58397
58579
|
},
|
|
58398
58580
|
"required": [
|