@octokit/openapi 13.1.0 → 13.2.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "13.1.0",
4
+ "version": "13.2.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": {
@@ -118225,89 +118225,8 @@
118225
118225
  }
118226
118226
  },
118227
118227
  "responses": {
118228
- "200": {
118229
- "description": "Response",
118230
- "content": {
118231
- "application/json": {
118232
- "schema": {
118233
- "type": "array",
118234
- "items": {
118235
- "title": "Organization Repository Custom Property Values",
118236
- "description": "List of custom property values for a repository",
118237
- "type": "object",
118238
- "properties": {
118239
- "repository_id": {
118240
- "type": "integer",
118241
- "example": 1296269
118242
- },
118243
- "repository_name": {
118244
- "type": "string",
118245
- "example": "Hello-World"
118246
- },
118247
- "repository_full_name": {
118248
- "type": "string",
118249
- "example": "octocat/Hello-World"
118250
- },
118251
- "properties": {
118252
- "type": "array",
118253
- "items": {
118254
- "title": "Custom Property Value",
118255
- "description": "Custom property name and associated value",
118256
- "type": "object",
118257
- "properties": {
118258
- "property_name": {
118259
- "type": "string",
118260
- "description": "The name of the property"
118261
- },
118262
- "value": {
118263
- "type": "string",
118264
- "description": "The value assigned to the property",
118265
- "nullable": true
118266
- }
118267
- },
118268
- "required": [
118269
- "property_name",
118270
- "value"
118271
- ]
118272
- },
118273
- "description": "List of custom property names and associated values"
118274
- }
118275
- },
118276
- "required": [
118277
- "repository_id",
118278
- "repository_name",
118279
- "repository_full_name",
118280
- "properties"
118281
- ]
118282
- }
118283
- },
118284
- "examples": {
118285
- "default": {
118286
- "value": [
118287
- {
118288
- "repository_id": 1296269,
118289
- "repository_name": "Hello-World",
118290
- "repository_full_name": "octocat/Hello-World",
118291
- "properties": [
118292
- {
118293
- "property_name": "environment",
118294
- "value": "production"
118295
- },
118296
- {
118297
- "property_name": "service",
118298
- "value": "web"
118299
- },
118300
- {
118301
- "property_name": "team",
118302
- "value": "octocat"
118303
- }
118304
- ]
118305
- }
118306
- ]
118307
- }
118308
- }
118309
- }
118310
- }
118228
+ "204": {
118229
+ "description": "No Content when custom property values are successfully created or updated"
118311
118230
  },
118312
118231
  "403": {
118313
118232
  "description": "Forbidden",
@@ -128741,7 +128660,9 @@
128741
128660
  },
128742
128661
  "url": {
128743
128662
  "type": "string",
128744
- "description": "The API URL for the advisory."
128663
+ "format": "uri",
128664
+ "description": "The API URL for the advisory.",
128665
+ "readOnly": true
128745
128666
  },
128746
128667
  "html_url": {
128747
128668
  "type": "string",
@@ -130351,7 +130272,8 @@
130351
130272
  "permission": "admin",
130352
130273
  "parent": null
130353
130274
  }
130354
- ]
130275
+ ],
130276
+ "private_fork": null
130355
130277
  },
130356
130278
  {
130357
130279
  "ghsa_id": "GHSA-1234-5678-9012",
@@ -130417,11 +130339,9 @@
130417
130339
  "published_at": "2020-01-04T00:00:00Z",
130418
130340
  "closed_at": null,
130419
130341
  "withdrawn_at": null,
130420
- "submission": [
130421
- {
130422
- "accepted": true
130423
- }
130424
- ],
130342
+ "submission": {
130343
+ "accepted": true
130344
+ },
130425
130345
  "vulnerabilities": [
130426
130346
  {
130427
130347
  "package": {
@@ -130529,7 +130449,74 @@
130529
130449
  "permission": "admin",
130530
130450
  "parent": null
130531
130451
  }
130532
- ]
130452
+ ],
130453
+ "private_fork": {
130454
+ "id": 217723378,
130455
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
130456
+ "name": "octo-repo-ghsa-1234-5678-9012",
130457
+ "full_name": "octo-org/octo-repo-ghsa-1234-5678-9012",
130458
+ "owner": {
130459
+ "login": "octo-org",
130460
+ "id": 6811672,
130461
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
130462
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
130463
+ "gravatar_id": "",
130464
+ "url": "https://api.github.com/users/octo-org",
130465
+ "html_url": "https://github.com/octo-org",
130466
+ "followers_url": "https://api.github.com/users/octo-org/followers",
130467
+ "following_url": "https://api.github.com/users/octo-org/following{/other_user}",
130468
+ "gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
130469
+ "starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
130470
+ "subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
130471
+ "organizations_url": "https://api.github.com/users/octo-org/orgs",
130472
+ "repos_url": "https://api.github.com/users/octo-org/repos",
130473
+ "events_url": "https://api.github.com/users/octo-org/events{/privacy}",
130474
+ "received_events_url": "https://api.github.com/users/octo-org/received_events",
130475
+ "type": "Organization",
130476
+ "site_admin": false
130477
+ },
130478
+ "private": true,
130479
+ "html_url": "https://github.com/octo-org/octo-repo-ghsa-1234-5678-9012",
130480
+ "description": null,
130481
+ "fork": false,
130482
+ "url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012",
130483
+ "archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/{archive_format}{/ref}",
130484
+ "assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/assignees{/user}",
130485
+ "blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/blobs{/sha}",
130486
+ "branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/branches{/branch}",
130487
+ "collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/collaborators{/collaborator}",
130488
+ "comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/comments{/number}",
130489
+ "commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/commits{/sha}",
130490
+ "compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/compare/{base}...{head}",
130491
+ "contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contents/{+path}",
130492
+ "contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contributors",
130493
+ "deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/deployments",
130494
+ "downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/downloads",
130495
+ "events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/events",
130496
+ "forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/forks",
130497
+ "git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/commits{/sha}",
130498
+ "git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/refs{/sha}",
130499
+ "git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/tags{/sha}",
130500
+ "hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/hooks",
130501
+ "issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/comments{/number}",
130502
+ "issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/events{/number}",
130503
+ "issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues{/number}",
130504
+ "keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/keys{/key_id}",
130505
+ "labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/labels{/name}",
130506
+ "languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/languages",
130507
+ "merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/merges",
130508
+ "milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/milestones{/number}",
130509
+ "notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/notifications{?since,all,participating}",
130510
+ "pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/pulls{/number}",
130511
+ "releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/releases{/id}",
130512
+ "stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/stargazers",
130513
+ "statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/statuses/{sha}",
130514
+ "subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscribers",
130515
+ "subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscription",
130516
+ "tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags",
130517
+ "teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams",
130518
+ "trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha}"
130519
+ }
130533
130520
  }
130534
130521
  ]
130535
130522
  }
@@ -162720,7 +162707,8 @@
162720
162707
  "enum": [
162721
162708
  "queued",
162722
162709
  "in_progress",
162723
- "completed"
162710
+ "completed",
162711
+ "waiting"
162724
162712
  ]
162725
162713
  },
162726
162714
  "conclusion": {
@@ -176435,7 +176423,8 @@
176435
176423
  "enum": [
176436
176424
  "queued",
176437
176425
  "in_progress",
176438
- "completed"
176426
+ "completed",
176427
+ "waiting"
176439
176428
  ]
176440
176429
  },
176441
176430
  "conclusion": {
@@ -177298,7 +177287,8 @@
177298
177287
  "enum": [
177299
177288
  "queued",
177300
177289
  "in_progress",
177301
- "completed"
177290
+ "completed",
177291
+ "waiting"
177302
177292
  ]
177303
177293
  },
177304
177294
  "conclusion": {
@@ -271069,7 +271059,7 @@
271069
271059
  "operationId": "repos/list-webhooks",
271070
271060
  "externalDocs": {
271071
271061
  "description": "API method documentation",
271072
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#list-repository-webhooks"
271062
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks"
271073
271063
  },
271074
271064
  "parameters": [
271075
271065
  {
@@ -271350,8 +271340,8 @@
271350
271340
  "x-github": {
271351
271341
  "githubCloudOnly": false,
271352
271342
  "enabledForGitHubApps": true,
271353
- "category": "webhooks",
271354
- "subcategory": "repos"
271343
+ "category": "repos",
271344
+ "subcategory": "webhooks"
271355
271345
  },
271356
271346
  "x-octokit": {}
271357
271347
  },
@@ -271364,7 +271354,7 @@
271364
271354
  "operationId": "repos/create-webhook",
271365
271355
  "externalDocs": {
271366
271356
  "description": "API method documentation",
271367
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#create-a-repository-webhook"
271357
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook"
271368
271358
  },
271369
271359
  "parameters": [
271370
271360
  {
@@ -271809,8 +271799,8 @@
271809
271799
  "x-github": {
271810
271800
  "githubCloudOnly": false,
271811
271801
  "enabledForGitHubApps": true,
271812
- "category": "webhooks",
271813
- "subcategory": "repos"
271802
+ "category": "repos",
271803
+ "subcategory": "webhooks"
271814
271804
  },
271815
271805
  "x-octokit": {}
271816
271806
  }
@@ -271825,7 +271815,7 @@
271825
271815
  "operationId": "repos/get-webhook",
271826
271816
  "externalDocs": {
271827
271817
  "description": "API method documentation",
271828
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#get-a-repository-webhook"
271818
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook"
271829
271819
  },
271830
271820
  "parameters": [
271831
271821
  {
@@ -272084,8 +272074,8 @@
272084
272074
  "x-github": {
272085
272075
  "githubCloudOnly": false,
272086
272076
  "enabledForGitHubApps": true,
272087
- "category": "webhooks",
272088
- "subcategory": "repos"
272077
+ "category": "repos",
272078
+ "subcategory": "webhooks"
272089
272079
  },
272090
272080
  "x-octokit": {}
272091
272081
  },
@@ -272098,7 +272088,7 @@
272098
272088
  "operationId": "repos/update-webhook",
272099
272089
  "externalDocs": {
272100
272090
  "description": "API method documentation",
272101
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#update-a-repository-webhook"
272091
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook"
272102
272092
  },
272103
272093
  "parameters": [
272104
272094
  {
@@ -272522,8 +272512,8 @@
272522
272512
  "x-github": {
272523
272513
  "githubCloudOnly": false,
272524
272514
  "enabledForGitHubApps": true,
272525
- "category": "webhooks",
272526
- "subcategory": "repos"
272515
+ "category": "repos",
272516
+ "subcategory": "webhooks"
272527
272517
  },
272528
272518
  "x-octokit": {}
272529
272519
  },
@@ -272536,7 +272526,7 @@
272536
272526
  "operationId": "repos/delete-webhook",
272537
272527
  "externalDocs": {
272538
272528
  "description": "API method documentation",
272539
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#delete-a-repository-webhook"
272529
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook"
272540
272530
  },
272541
272531
  "parameters": [
272542
272532
  {
@@ -272601,8 +272591,8 @@
272601
272591
  "x-github": {
272602
272592
  "githubCloudOnly": false,
272603
272593
  "enabledForGitHubApps": true,
272604
- "category": "webhooks",
272605
- "subcategory": "repos"
272594
+ "category": "repos",
272595
+ "subcategory": "webhooks"
272606
272596
  },
272607
272597
  "x-octokit": {}
272608
272598
  }
@@ -272617,7 +272607,7 @@
272617
272607
  "operationId": "repos/get-webhook-config-for-repo",
272618
272608
  "externalDocs": {
272619
272609
  "description": "API method documentation",
272620
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository"
272610
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
272621
272611
  },
272622
272612
  "parameters": [
272623
272613
  {
@@ -272705,8 +272695,8 @@
272705
272695
  "x-github": {
272706
272696
  "githubCloudOnly": false,
272707
272697
  "enabledForGitHubApps": true,
272708
- "category": "webhooks",
272709
- "subcategory": "repo-config"
272698
+ "category": "repos",
272699
+ "subcategory": "webhooks"
272710
272700
  },
272711
272701
  "x-octokit": {}
272712
272702
  },
@@ -272719,7 +272709,7 @@
272719
272709
  "operationId": "repos/update-webhook-config-for-repo",
272720
272710
  "externalDocs": {
272721
272711
  "description": "API method documentation",
272722
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository"
272712
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
272723
272713
  },
272724
272714
  "parameters": [
272725
272715
  {
@@ -272857,8 +272847,8 @@
272857
272847
  "x-github": {
272858
272848
  "githubCloudOnly": false,
272859
272849
  "enabledForGitHubApps": true,
272860
- "category": "webhooks",
272861
- "subcategory": "repo-config"
272850
+ "category": "repos",
272851
+ "subcategory": "webhooks"
272862
272852
  },
272863
272853
  "x-octokit": {}
272864
272854
  }
@@ -272873,7 +272863,7 @@
272873
272863
  "operationId": "repos/list-webhook-deliveries",
272874
272864
  "externalDocs": {
272875
272865
  "description": "API method documentation",
272876
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook"
272866
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
272877
272867
  },
272878
272868
  "parameters": [
272879
272869
  {
@@ -273185,8 +273175,8 @@
273185
273175
  "x-github": {
273186
273176
  "githubCloudOnly": false,
273187
273177
  "enabledForGitHubApps": true,
273188
- "category": "webhooks",
273189
- "subcategory": "repo-deliveries"
273178
+ "category": "repos",
273179
+ "subcategory": "webhooks"
273190
273180
  },
273191
273181
  "x-octokit": {}
273192
273182
  }
@@ -273201,7 +273191,7 @@
273201
273191
  "operationId": "repos/get-webhook-delivery",
273202
273192
  "externalDocs": {
273203
273193
  "description": "API method documentation",
273204
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook"
273194
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
273205
273195
  },
273206
273196
  "parameters": [
273207
273197
  {
@@ -273556,8 +273546,8 @@
273556
273546
  "x-github": {
273557
273547
  "githubCloudOnly": false,
273558
273548
  "enabledForGitHubApps": true,
273559
- "category": "webhooks",
273560
- "subcategory": "repo-deliveries"
273549
+ "category": "repos",
273550
+ "subcategory": "webhooks"
273561
273551
  },
273562
273552
  "x-octokit": {}
273563
273553
  }
@@ -273572,7 +273562,7 @@
273572
273562
  "operationId": "repos/redeliver-webhook-delivery",
273573
273563
  "externalDocs": {
273574
273564
  "description": "API method documentation",
273575
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook"
273565
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
273576
273566
  },
273577
273567
  "parameters": [
273578
273568
  {
@@ -273760,8 +273750,8 @@
273760
273750
  "x-github": {
273761
273751
  "githubCloudOnly": false,
273762
273752
  "enabledForGitHubApps": true,
273763
- "category": "webhooks",
273764
- "subcategory": "repo-deliveries"
273753
+ "category": "repos",
273754
+ "subcategory": "webhooks"
273765
273755
  },
273766
273756
  "x-octokit": {}
273767
273757
  }
@@ -273776,7 +273766,7 @@
273776
273766
  "operationId": "repos/ping-webhook",
273777
273767
  "externalDocs": {
273778
273768
  "description": "API method documentation",
273779
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#ping-a-repository-webhook"
273769
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook"
273780
273770
  },
273781
273771
  "parameters": [
273782
273772
  {
@@ -273841,8 +273831,8 @@
273841
273831
  "x-github": {
273842
273832
  "githubCloudOnly": false,
273843
273833
  "enabledForGitHubApps": true,
273844
- "category": "webhooks",
273845
- "subcategory": "repos"
273834
+ "category": "repos",
273835
+ "subcategory": "webhooks"
273846
273836
  },
273847
273837
  "x-octokit": {}
273848
273838
  }
@@ -273857,7 +273847,7 @@
273857
273847
  "operationId": "repos/test-push-webhook",
273858
273848
  "externalDocs": {
273859
273849
  "description": "API method documentation",
273860
- "url": "https://docs.github.com/enterprise-cloud@latest//rest/webhooks/repos#test-the-push-repository-webhook"
273850
+ "url": "https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook"
273861
273851
  },
273862
273852
  "parameters": [
273863
273853
  {
@@ -273922,8 +273912,8 @@
273922
273912
  "x-github": {
273923
273913
  "githubCloudOnly": false,
273924
273914
  "enabledForGitHubApps": true,
273925
- "category": "webhooks",
273926
- "subcategory": "repos"
273915
+ "category": "repos",
273916
+ "subcategory": "webhooks"
273927
273917
  },
273928
273918
  "x-octokit": {}
273929
273919
  }
@@ -333098,6 +333088,32 @@
333098
333088
  }
333099
333089
  }
333100
333090
  }
333091
+ },
333092
+ "404": {
333093
+ "description": "Resource not found",
333094
+ "content": {
333095
+ "application/json": {
333096
+ "schema": {
333097
+ "title": "Basic Error",
333098
+ "description": "Basic Error",
333099
+ "type": "object",
333100
+ "properties": {
333101
+ "message": {
333102
+ "type": "string"
333103
+ },
333104
+ "documentation_url": {
333105
+ "type": "string"
333106
+ },
333107
+ "url": {
333108
+ "type": "string"
333109
+ },
333110
+ "status": {
333111
+ "type": "string"
333112
+ }
333113
+ }
333114
+ }
333115
+ }
333116
+ }
333101
333117
  }
333102
333118
  },
333103
333119
  "x-github": {
@@ -340671,7 +340687,7 @@
340671
340687
  "/repos/{owner}/{repo}/properties/values": {
340672
340688
  "get": {
340673
340689
  "summary": "Get all custom property values for a repository",
340674
- "description": "Gets all custom property values that are set for a repository.\nUsers with admin access to the repository can use this endpoint.",
340690
+ "description": "Gets all custom property values that are set for a repository.\nUsers with read access to the repository can use this endpoint.",
340675
340691
  "tags": [
340676
340692
  "repos"
340677
340693
  ],
@@ -394073,7 +394089,9 @@
394073
394089
  },
394074
394090
  "url": {
394075
394091
  "type": "string",
394076
- "description": "The API URL for the advisory."
394092
+ "format": "uri",
394093
+ "description": "The API URL for the advisory.",
394094
+ "readOnly": true
394077
394095
  },
394078
394096
  "html_url": {
394079
394097
  "type": "string",
@@ -395683,7 +395701,8 @@
395683
395701
  "permission": "admin",
395684
395702
  "parent": null
395685
395703
  }
395686
- ]
395704
+ ],
395705
+ "private_fork": null
395687
395706
  },
395688
395707
  {
395689
395708
  "ghsa_id": "GHSA-1234-5678-9012",
@@ -395749,11 +395768,9 @@
395749
395768
  "published_at": "2020-01-04T00:00:00Z",
395750
395769
  "closed_at": null,
395751
395770
  "withdrawn_at": null,
395752
- "submission": [
395753
- {
395754
- "accepted": true
395755
- }
395756
- ],
395771
+ "submission": {
395772
+ "accepted": true
395773
+ },
395757
395774
  "vulnerabilities": [
395758
395775
  {
395759
395776
  "package": {
@@ -395861,7 +395878,74 @@
395861
395878
  "permission": "admin",
395862
395879
  "parent": null
395863
395880
  }
395864
- ]
395881
+ ],
395882
+ "private_fork": {
395883
+ "id": 217723378,
395884
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
395885
+ "name": "octo-repo-ghsa-1234-5678-9012",
395886
+ "full_name": "octo-org/octo-repo-ghsa-1234-5678-9012",
395887
+ "owner": {
395888
+ "login": "octo-org",
395889
+ "id": 6811672,
395890
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
395891
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
395892
+ "gravatar_id": "",
395893
+ "url": "https://api.github.com/users/octo-org",
395894
+ "html_url": "https://github.com/octo-org",
395895
+ "followers_url": "https://api.github.com/users/octo-org/followers",
395896
+ "following_url": "https://api.github.com/users/octo-org/following{/other_user}",
395897
+ "gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
395898
+ "starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
395899
+ "subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
395900
+ "organizations_url": "https://api.github.com/users/octo-org/orgs",
395901
+ "repos_url": "https://api.github.com/users/octo-org/repos",
395902
+ "events_url": "https://api.github.com/users/octo-org/events{/privacy}",
395903
+ "received_events_url": "https://api.github.com/users/octo-org/received_events",
395904
+ "type": "Organization",
395905
+ "site_admin": false
395906
+ },
395907
+ "private": true,
395908
+ "html_url": "https://github.com/octo-org/octo-repo-ghsa-1234-5678-9012",
395909
+ "description": null,
395910
+ "fork": false,
395911
+ "url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012",
395912
+ "archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/{archive_format}{/ref}",
395913
+ "assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/assignees{/user}",
395914
+ "blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/blobs{/sha}",
395915
+ "branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/branches{/branch}",
395916
+ "collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/collaborators{/collaborator}",
395917
+ "comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/comments{/number}",
395918
+ "commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/commits{/sha}",
395919
+ "compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/compare/{base}...{head}",
395920
+ "contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contents/{+path}",
395921
+ "contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/contributors",
395922
+ "deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/deployments",
395923
+ "downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/downloads",
395924
+ "events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/events",
395925
+ "forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/forks",
395926
+ "git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/commits{/sha}",
395927
+ "git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/refs{/sha}",
395928
+ "git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/tags{/sha}",
395929
+ "hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/hooks",
395930
+ "issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/comments{/number}",
395931
+ "issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues/events{/number}",
395932
+ "issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/issues{/number}",
395933
+ "keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/keys{/key_id}",
395934
+ "labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/labels{/name}",
395935
+ "languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/languages",
395936
+ "merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/merges",
395937
+ "milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/milestones{/number}",
395938
+ "notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/notifications{?since,all,participating}",
395939
+ "pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/pulls{/number}",
395940
+ "releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/releases{/id}",
395941
+ "stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/stargazers",
395942
+ "statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/statuses/{sha}",
395943
+ "subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscribers",
395944
+ "subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/subscription",
395945
+ "tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/tags",
395946
+ "teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/teams",
395947
+ "trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-1234-5678-9012/git/trees{/sha}"
395948
+ }
395865
395949
  }
395866
395950
  ]
395867
395951
  }
@@ -396257,7 +396341,9 @@
396257
396341
  },
396258
396342
  "url": {
396259
396343
  "type": "string",
396260
- "description": "The API URL for the advisory."
396344
+ "format": "uri",
396345
+ "description": "The API URL for the advisory.",
396346
+ "readOnly": true
396261
396347
  },
396262
396348
  "html_url": {
396263
396349
  "type": "string",
@@ -397865,7 +397951,74 @@
397865
397951
  "permission": "admin",
397866
397952
  "parent": null
397867
397953
  }
397868
- ]
397954
+ ],
397955
+ "private_fork": {
397956
+ "id": 217723378,
397957
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
397958
+ "name": "octo-repo-ghsa-abcd-1234-efgh",
397959
+ "full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
397960
+ "owner": {
397961
+ "login": "octo-org",
397962
+ "id": 6811672,
397963
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
397964
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
397965
+ "gravatar_id": "",
397966
+ "url": "https://api.github.com/users/octo-org",
397967
+ "html_url": "https://github.com/octo-org",
397968
+ "followers_url": "https://api.github.com/users/octo-org/followers",
397969
+ "following_url": "https://api.github.com/users/octo-org/following{/other_user}",
397970
+ "gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
397971
+ "starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
397972
+ "subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
397973
+ "organizations_url": "https://api.github.com/users/octo-org/orgs",
397974
+ "repos_url": "https://api.github.com/users/octo-org/repos",
397975
+ "events_url": "https://api.github.com/users/octo-org/events{/privacy}",
397976
+ "received_events_url": "https://api.github.com/users/octo-org/received_events",
397977
+ "type": "Organization",
397978
+ "site_admin": false
397979
+ },
397980
+ "private": true,
397981
+ "html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
397982
+ "description": null,
397983
+ "fork": false,
397984
+ "url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
397985
+ "archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
397986
+ "assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
397987
+ "blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
397988
+ "branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
397989
+ "collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
397990
+ "comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
397991
+ "commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
397992
+ "compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
397993
+ "contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
397994
+ "contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
397995
+ "deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
397996
+ "downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
397997
+ "events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
397998
+ "forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
397999
+ "git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
398000
+ "git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
398001
+ "git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
398002
+ "hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
398003
+ "issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
398004
+ "issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
398005
+ "issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
398006
+ "keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
398007
+ "labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
398008
+ "languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
398009
+ "merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
398010
+ "milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
398011
+ "notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
398012
+ "pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
398013
+ "releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
398014
+ "stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
398015
+ "statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
398016
+ "subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
398017
+ "subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
398018
+ "tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
398019
+ "teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
398020
+ "trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
398021
+ }
397869
398022
  }
397870
398023
  }
397871
398024
  }
@@ -398197,7 +398350,9 @@
398197
398350
  },
398198
398351
  "url": {
398199
398352
  "type": "string",
398200
- "description": "The API URL for the advisory."
398353
+ "format": "uri",
398354
+ "description": "The API URL for the advisory.",
398355
+ "readOnly": true
398201
398356
  },
398202
398357
  "html_url": {
398203
398358
  "type": "string",
@@ -399774,7 +399929,8 @@
399774
399929
  "permission": "admin",
399775
399930
  "parent": null
399776
399931
  }
399777
- ]
399932
+ ],
399933
+ "private_fork": null
399778
399934
  }
399779
399935
  }
399780
399936
  }
@@ -399974,7 +400130,9 @@
399974
400130
  },
399975
400131
  "url": {
399976
400132
  "type": "string",
399977
- "description": "The API URL for the advisory."
400133
+ "format": "uri",
400134
+ "description": "The API URL for the advisory.",
400135
+ "readOnly": true
399978
400136
  },
399979
400137
  "html_url": {
399980
400138
  "type": "string",
@@ -401582,7 +401740,74 @@
401582
401740
  "permission": "admin",
401583
401741
  "parent": null
401584
401742
  }
401585
- ]
401743
+ ],
401744
+ "private_fork": {
401745
+ "id": 217723378,
401746
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
401747
+ "name": "octo-repo-ghsa-abcd-1234-efgh",
401748
+ "full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
401749
+ "owner": {
401750
+ "login": "octo-org",
401751
+ "id": 6811672,
401752
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
401753
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
401754
+ "gravatar_id": "",
401755
+ "url": "https://api.github.com/users/octo-org",
401756
+ "html_url": "https://github.com/octo-org",
401757
+ "followers_url": "https://api.github.com/users/octo-org/followers",
401758
+ "following_url": "https://api.github.com/users/octo-org/following{/other_user}",
401759
+ "gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
401760
+ "starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
401761
+ "subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
401762
+ "organizations_url": "https://api.github.com/users/octo-org/orgs",
401763
+ "repos_url": "https://api.github.com/users/octo-org/repos",
401764
+ "events_url": "https://api.github.com/users/octo-org/events{/privacy}",
401765
+ "received_events_url": "https://api.github.com/users/octo-org/received_events",
401766
+ "type": "Organization",
401767
+ "site_admin": false
401768
+ },
401769
+ "private": true,
401770
+ "html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
401771
+ "description": null,
401772
+ "fork": false,
401773
+ "url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
401774
+ "archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
401775
+ "assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
401776
+ "blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
401777
+ "branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
401778
+ "collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
401779
+ "comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
401780
+ "commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
401781
+ "compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
401782
+ "contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
401783
+ "contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
401784
+ "deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
401785
+ "downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
401786
+ "events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
401787
+ "forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
401788
+ "git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
401789
+ "git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
401790
+ "git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
401791
+ "hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
401792
+ "issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
401793
+ "issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
401794
+ "issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
401795
+ "keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
401796
+ "labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
401797
+ "languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
401798
+ "merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
401799
+ "milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
401800
+ "notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
401801
+ "pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
401802
+ "releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
401803
+ "stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
401804
+ "statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
401805
+ "subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
401806
+ "subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
401807
+ "tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
401808
+ "teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
401809
+ "trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
401810
+ }
401586
401811
  }
401587
401812
  }
401588
401813
  }
@@ -401946,7 +402171,9 @@
401946
402171
  },
401947
402172
  "url": {
401948
402173
  "type": "string",
401949
- "description": "The API URL for the advisory."
402174
+ "format": "uri",
402175
+ "description": "The API URL for the advisory.",
402176
+ "readOnly": true
401950
402177
  },
401951
402178
  "html_url": {
401952
402179
  "type": "string",
@@ -403554,7 +403781,74 @@
403554
403781
  "permission": "admin",
403555
403782
  "parent": null
403556
403783
  }
403557
- ]
403784
+ ],
403785
+ "private_fork": {
403786
+ "id": 217723378,
403787
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
403788
+ "name": "octo-repo-ghsa-abcd-1234-efgh",
403789
+ "full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
403790
+ "owner": {
403791
+ "login": "octo-org",
403792
+ "id": 6811672,
403793
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
403794
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
403795
+ "gravatar_id": "",
403796
+ "url": "https://api.github.com/users/octo-org",
403797
+ "html_url": "https://github.com/octo-org",
403798
+ "followers_url": "https://api.github.com/users/octo-org/followers",
403799
+ "following_url": "https://api.github.com/users/octo-org/following{/other_user}",
403800
+ "gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
403801
+ "starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
403802
+ "subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
403803
+ "organizations_url": "https://api.github.com/users/octo-org/orgs",
403804
+ "repos_url": "https://api.github.com/users/octo-org/repos",
403805
+ "events_url": "https://api.github.com/users/octo-org/events{/privacy}",
403806
+ "received_events_url": "https://api.github.com/users/octo-org/received_events",
403807
+ "type": "Organization",
403808
+ "site_admin": false
403809
+ },
403810
+ "private": true,
403811
+ "html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
403812
+ "description": null,
403813
+ "fork": false,
403814
+ "url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
403815
+ "archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
403816
+ "assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
403817
+ "blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
403818
+ "branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
403819
+ "collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
403820
+ "comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
403821
+ "commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
403822
+ "compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
403823
+ "contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
403824
+ "contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
403825
+ "deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
403826
+ "downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
403827
+ "events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
403828
+ "forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
403829
+ "git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
403830
+ "git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
403831
+ "git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
403832
+ "hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
403833
+ "issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
403834
+ "issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
403835
+ "issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
403836
+ "keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
403837
+ "labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
403838
+ "languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
403839
+ "merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
403840
+ "milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
403841
+ "notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
403842
+ "pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
403843
+ "releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
403844
+ "stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
403845
+ "statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
403846
+ "subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
403847
+ "subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
403848
+ "tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
403849
+ "teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
403850
+ "trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
403851
+ }
403558
403852
  }
403559
403853
  },
403560
403854
  "add_credit": {
@@ -403730,7 +404024,74 @@
403730
404024
  "permission": "admin",
403731
404025
  "parent": null
403732
404026
  }
403733
- ]
404027
+ ],
404028
+ "private_fork": {
404029
+ "id": 217723378,
404030
+ "node_id": "MDEwOlJlcG9zaXRvcnkyMTc3MjMzNzg=",
404031
+ "name": "octo-repo-ghsa-abcd-1234-efgh",
404032
+ "full_name": "octo-org/octo-repo-ghsa-abcd-1234-efgh",
404033
+ "owner": {
404034
+ "login": "octo-org",
404035
+ "id": 6811672,
404036
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjY4MTE2NzI=",
404037
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6811672?v=4",
404038
+ "gravatar_id": "",
404039
+ "url": "https://api.github.com/users/octo-org",
404040
+ "html_url": "https://github.com/octo-org",
404041
+ "followers_url": "https://api.github.com/users/octo-org/followers",
404042
+ "following_url": "https://api.github.com/users/octo-org/following{/other_user}",
404043
+ "gists_url": "https://api.github.com/users/octo-org/gists{/gist_id}",
404044
+ "starred_url": "https://api.github.com/users/octo-org/starred{/owner}{/repo}",
404045
+ "subscriptions_url": "https://api.github.com/users/octo-org/subscriptions",
404046
+ "organizations_url": "https://api.github.com/users/octo-org/orgs",
404047
+ "repos_url": "https://api.github.com/users/octo-org/repos",
404048
+ "events_url": "https://api.github.com/users/octo-org/events{/privacy}",
404049
+ "received_events_url": "https://api.github.com/users/octo-org/received_events",
404050
+ "type": "Organization",
404051
+ "site_admin": false
404052
+ },
404053
+ "private": true,
404054
+ "html_url": "https://github.com/octo-org/octo-repo-ghsa-abcd-1234-efgh",
404055
+ "description": null,
404056
+ "fork": false,
404057
+ "url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh",
404058
+ "archive_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/{archive_format}{/ref}",
404059
+ "assignees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/assignees{/user}",
404060
+ "blobs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/blobs{/sha}",
404061
+ "branches_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/branches{/branch}",
404062
+ "collaborators_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/collaborators{/collaborator}",
404063
+ "comments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/comments{/number}",
404064
+ "commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/commits{/sha}",
404065
+ "compare_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/compare/{base}...{head}",
404066
+ "contents_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contents/{+path}",
404067
+ "contributors_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/contributors",
404068
+ "deployments_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/deployments",
404069
+ "downloads_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/downloads",
404070
+ "events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/events",
404071
+ "forks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/forks",
404072
+ "git_commits_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/commits{/sha}",
404073
+ "git_refs_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/refs{/sha}",
404074
+ "git_tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/tags{/sha}",
404075
+ "hooks_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/hooks",
404076
+ "issue_comment_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/comments{/number}",
404077
+ "issue_events_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues/events{/number}",
404078
+ "issues_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/issues{/number}",
404079
+ "keys_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/keys{/key_id}",
404080
+ "labels_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/labels{/name}",
404081
+ "languages_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/languages",
404082
+ "merges_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/merges",
404083
+ "milestones_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/milestones{/number}",
404084
+ "notifications_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/notifications{?since,all,participating}",
404085
+ "pulls_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/pulls{/number}",
404086
+ "releases_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/releases{/id}",
404087
+ "stargazers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/stargazers",
404088
+ "statuses_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/statuses/{sha}",
404089
+ "subscribers_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscribers",
404090
+ "subscription_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/subscription",
404091
+ "tags_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/tags",
404092
+ "teams_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/teams",
404093
+ "trees_url": "https://api.github.com/repos/octo-org/octo-repo-ghsa-abcd-1234-efgh/git/trees{/sha}"
404094
+ }
403734
404095
  }
403735
404096
  }
403736
404097
  }
@@ -860523,7 +860884,7 @@
860523
860884
  "pull-request-edited": {
860524
860885
  "post": {
860525
860886
  "summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/enterprise-cloud@latest//pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\" For information about the APIs to manage pull requests, see [the GraphQL API documentation](https://docs.github.com/enterprise-cloud@latest//graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls)\" in the REST API documentation.\n\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.",
860526
- "description": "The title or body of a pull request was edited.",
860887
+ "description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
860527
860888
  "operationId": "pull-request/edited",
860528
860889
  "externalDocs": {
860529
860890
  "url": "https://docs.github.com/enterprise-cloud@latest//webhooks/webhook-events-and-payloads#pull_request"
@@ -991401,7 +991762,9 @@
991401
991762
  },
991402
991763
  "url": {
991403
991764
  "type": "string",
991404
- "description": "The API URL for the advisory."
991765
+ "format": "uri",
991766
+ "description": "The API URL for the advisory.",
991767
+ "readOnly": true
991405
991768
  },
991406
991769
  "html_url": {
991407
991770
  "type": "string",
@@ -994440,7 +994803,9 @@
994440
994803
  },
994441
994804
  "url": {
994442
994805
  "type": "string",
994443
- "description": "The API URL for the advisory."
994806
+ "format": "uri",
994807
+ "description": "The API URL for the advisory.",
994808
+ "readOnly": true
994444
994809
  },
994445
994810
  "html_url": {
994446
994811
  "type": "string",