@octokit/openapi 11.0.0 → 11.1.1

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.
Files changed (31) hide show
  1. package/generated/api.github.com.deref.json +7867 -1059
  2. package/generated/api.github.com.json +1150 -152
  3. package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
  4. package/generated/ghec-diff-to-api.github.com.json +92 -1
  5. package/generated/ghec.deref.json +7870 -1062
  6. package/generated/ghec.json +1153 -155
  7. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
  8. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +292 -4865
  9. package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -675
  10. package/generated/ghes-3.5.deref.json +208 -60
  11. package/generated/ghes-3.5.json +21 -60
  12. package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
  13. package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -4739
  14. package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -684
  15. package/generated/ghes-3.6.deref.json +44 -60
  16. package/generated/ghes-3.6.json +21 -60
  17. package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
  18. package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
  19. package/generated/ghes-3.7.deref.json +282 -63
  20. package/generated/ghes-3.7.json +133 -63
  21. package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -38
  22. package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -4758
  23. package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
  24. package/generated/ghes-3.8.deref.json +433 -70
  25. package/generated/ghes-3.8.json +284 -70
  26. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -84
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +13247 -12990
  28. package/generated/github.ae-diff-to-api.github.com.json +1351 -1935
  29. package/generated/github.ae.deref.json +5201 -73
  30. package/generated/github.ae.json +424 -73
  31. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.0.0",
4
+ "version": "11.1.1",
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": {
@@ -8709,7 +8709,7 @@
8709
8709
  "operationId": "gists/update",
8710
8710
  "externalDocs": {
8711
8711
  "description": "API method documentation",
8712
- "url": "https://docs.github.com/enterprise-server@3.8/rest/reference/gists/#update-a-gist"
8712
+ "url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
8713
8713
  },
8714
8714
  "parameters": [
8715
8715
  {
@@ -8721,6 +8721,7 @@
8721
8721
  "content": {
8722
8722
  "application/json": {
8723
8723
  "schema": {
8724
+ "type": "object",
8724
8725
  "properties": {
8725
8726
  "description": {
8726
8727
  "description": "The description of the gist.",
@@ -8737,29 +8738,20 @@
8737
8738
  },
8738
8739
  "type": "object",
8739
8740
  "additionalProperties": {
8740
- "type": "object",
8741
- "nullable": true,
8742
- "properties": {
8743
- "content": {
8744
- "description": "The new content of the file.",
8745
- "type": "string"
8746
- },
8747
- "filename": {
8748
- "description": "The new filename for the file.",
8749
- "type": "string",
8750
- "nullable": true
8751
- }
8752
- },
8753
- "anyOf": [
8754
- {
8755
- "required": [
8756
- "content"
8757
- ]
8758
- },
8741
+ "oneOf": [
8759
8742
  {
8760
- "required": [
8761
- "filename"
8762
- ]
8743
+ "type": "object",
8744
+ "properties": {
8745
+ "content": {
8746
+ "description": "The new content of the file.",
8747
+ "type": "string"
8748
+ },
8749
+ "filename": {
8750
+ "description": "The new filename for the file.",
8751
+ "type": "string",
8752
+ "nullable": true
8753
+ }
8754
+ }
8763
8755
  },
8764
8756
  {
8765
8757
  "type": "object",
@@ -8769,19 +8761,6 @@
8769
8761
  }
8770
8762
  }
8771
8763
  },
8772
- "anyOf": [
8773
- {
8774
- "required": [
8775
- "description"
8776
- ]
8777
- },
8778
- {
8779
- "required": [
8780
- "files"
8781
- ]
8782
- }
8783
- ],
8784
- "type": "object",
8785
8764
  "nullable": true
8786
8765
  },
8787
8766
  "examples": {
@@ -37082,7 +37061,7 @@
37082
37061
  "/repos/{owner}/{repo}/events": {
37083
37062
  "get": {
37084
37063
  "summary": "List repository events",
37085
- "description": "",
37064
+ "description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
37086
37065
  "tags": [
37087
37066
  "activity"
37088
37067
  ],
@@ -46142,14 +46121,14 @@
46142
46121
  },
46143
46122
  "post": {
46144
46123
  "summary": "Request reviewers for a pull request",
46145
- "description": "This endpoint triggers [notifications](https://docs.github.com/enterprise-server@3.8/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/enterprise-server@3.8/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/enterprise-server@3.8/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
46124
+ "description": "This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
46146
46125
  "tags": [
46147
46126
  "pulls"
46148
46127
  ],
46149
46128
  "operationId": "pulls/request-reviewers",
46150
46129
  "externalDocs": {
46151
46130
  "description": "API method documentation",
46152
- "url": "https://docs.github.com/enterprise-server@3.8/rest/reference/pulls#request-reviewers-for-a-pull-request"
46131
+ "url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
46153
46132
  },
46154
46133
  "parameters": [
46155
46134
  {
@@ -46183,19 +46162,7 @@
46183
46162
  "type": "string"
46184
46163
  }
46185
46164
  }
46186
- },
46187
- "anyOf": [
46188
- {
46189
- "required": [
46190
- "reviewers"
46191
- ]
46192
- },
46193
- {
46194
- "required": [
46195
- "team_reviewers"
46196
- ]
46197
- }
46198
- ]
46165
+ }
46199
46166
  },
46200
46167
  "examples": {
46201
46168
  "default": {
@@ -46244,13 +46211,7 @@
46244
46211
  "category": "pulls",
46245
46212
  "subcategory": "review-requests"
46246
46213
  },
46247
- "x-octokit": {
46248
- "diff": {
46249
- "api.github.com": {
46250
- "type": "changed"
46251
- }
46252
- }
46253
- }
46214
+ "x-octokit": {}
46254
46215
  },
46255
46216
  "delete": {
46256
46217
  "summary": "Remove requested reviewers from a pull request",
@@ -62006,6 +61967,28 @@
62006
61967
  }
62007
61968
  }
62008
61969
  },
61970
+ "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": {
61971
+ "post": {
61972
+ "summary": "Review custom deployment protection rules for a workflow run",
61973
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
61974
+ "tags": [
61975
+ "actions"
61976
+ ],
61977
+ "operationId": "actions/review-custom-gates-for-run",
61978
+ "externalDocs": {
61979
+ "description": "API method documentation",
61980
+ "url": "https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run"
61981
+ },
61982
+ "x-octokit": {
61983
+ "api.github.com": "removed"
61984
+ },
61985
+ "responses": {
61986
+ "501": {
61987
+ "description": "Not Implemented"
61988
+ }
61989
+ }
61990
+ }
61991
+ },
62009
61992
  "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {
62010
61993
  "get": {
62011
61994
  "summary": "Get workflow run usage",
@@ -62436,6 +62419,112 @@
62436
62419
  }
62437
62420
  }
62438
62421
  },
62422
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": {
62423
+ "get": {
62424
+ "summary": "Get all deployment protection rules for an environment",
62425
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
62426
+ "tags": [
62427
+ "repos"
62428
+ ],
62429
+ "operationId": "repos/get-all-deployment-protection-rules",
62430
+ "externalDocs": {
62431
+ "description": "API method documentation",
62432
+ "url": "https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules"
62433
+ },
62434
+ "x-octokit": {
62435
+ "api.github.com": "removed"
62436
+ },
62437
+ "responses": {
62438
+ "501": {
62439
+ "description": "Not Implemented"
62440
+ }
62441
+ }
62442
+ },
62443
+ "post": {
62444
+ "summary": "Create a custom deployment protection rule on an environment",
62445
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
62446
+ "tags": [
62447
+ "repos"
62448
+ ],
62449
+ "operationId": "repos/create-deployment-protection-rule",
62450
+ "externalDocs": {
62451
+ "description": "API method documentation",
62452
+ "url": "https://docs.github.com/rest/deployments/deployment-protection-rules#create-a-deployment-protection-rule"
62453
+ },
62454
+ "x-octokit": {
62455
+ "api.github.com": "removed"
62456
+ },
62457
+ "responses": {
62458
+ "501": {
62459
+ "description": "Not Implemented"
62460
+ }
62461
+ }
62462
+ }
62463
+ },
62464
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": {
62465
+ "get": {
62466
+ "summary": "List custom deployment rule integrations available for an environment",
62467
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
62468
+ "tags": [
62469
+ "repos"
62470
+ ],
62471
+ "operationId": "repos/list-custom-deployment-rule-integrations",
62472
+ "externalDocs": {
62473
+ "description": "API method documentation",
62474
+ "url": "https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations"
62475
+ },
62476
+ "x-octokit": {
62477
+ "api.github.com": "removed"
62478
+ },
62479
+ "responses": {
62480
+ "501": {
62481
+ "description": "Not Implemented"
62482
+ }
62483
+ }
62484
+ }
62485
+ },
62486
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": {
62487
+ "get": {
62488
+ "summary": "Get a custom deployment protection rule",
62489
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
62490
+ "tags": [
62491
+ "repos"
62492
+ ],
62493
+ "operationId": "repos/get-custom-deployment-protection-rule",
62494
+ "externalDocs": {
62495
+ "description": "API method documentation",
62496
+ "url": "https://docs.github.com/rest/deployments/protection-rules#get-a-deployment-protection-rule"
62497
+ },
62498
+ "x-octokit": {
62499
+ "api.github.com": "removed"
62500
+ },
62501
+ "responses": {
62502
+ "501": {
62503
+ "description": "Not Implemented"
62504
+ }
62505
+ }
62506
+ },
62507
+ "delete": {
62508
+ "summary": "Disable a custom protection rule for an environment",
62509
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
62510
+ "tags": [
62511
+ "repos"
62512
+ ],
62513
+ "operationId": "repos/disable-deployment-protection-rule",
62514
+ "externalDocs": {
62515
+ "description": "API method documentation",
62516
+ "url": "https://docs.github.com/rest/deployments/protection-rules#disable-deployment-protection-rule"
62517
+ },
62518
+ "x-octokit": {
62519
+ "api.github.com": "removed"
62520
+ },
62521
+ "responses": {
62522
+ "501": {
62523
+ "description": "Not Implemented"
62524
+ }
62525
+ }
62526
+ }
62527
+ },
62439
62528
  "/repos/{owner}/{repo}/import": {
62440
62529
  "get": {
62441
62530
  "summary": "Get an import status",
@@ -62880,6 +62969,28 @@
62880
62969
  }
62881
62970
  }
62882
62971
  },
62972
+ "/repos/{owner}/{repo}/security-advisories/reports": {
62973
+ "post": {
62974
+ "summary": "Privately report a security vulnerability",
62975
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.8. It was added in api.github.com",
62976
+ "tags": [
62977
+ "security-advisories"
62978
+ ],
62979
+ "operationId": "security-advisories/create-private-vulnerability-report",
62980
+ "externalDocs": {
62981
+ "description": "API method documentation",
62982
+ "url": "https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability"
62983
+ },
62984
+ "x-octokit": {
62985
+ "api.github.com": "removed"
62986
+ },
62987
+ "responses": {
62988
+ "501": {
62989
+ "description": "Not Implemented"
62990
+ }
62991
+ }
62992
+ }
62993
+ },
62883
62994
  "/repos/{owner}/{repo}/security-advisories/{ghsa_id}": {
62884
62995
  "get": {
62885
62996
  "summary": "Get a repository security advisory",
@@ -163281,6 +163392,56 @@
163281
163392
  "sender"
163282
163393
  ]
163283
163394
  },
163395
+ "webhook-rubygems-metadata": {
163396
+ "title": "Ruby Gems metadata",
163397
+ "type": "object",
163398
+ "properties": {
163399
+ "name": {
163400
+ "type": "string"
163401
+ },
163402
+ "description": {
163403
+ "type": "string"
163404
+ },
163405
+ "readme": {
163406
+ "type": "string"
163407
+ },
163408
+ "homepage": {
163409
+ "type": "string"
163410
+ },
163411
+ "version_info": {
163412
+ "type": "object",
163413
+ "properties": {
163414
+ "version": {
163415
+ "type": "string"
163416
+ }
163417
+ }
163418
+ },
163419
+ "platform": {
163420
+ "type": "string"
163421
+ },
163422
+ "metadata": {
163423
+ "type": "object",
163424
+ "additionalProperties": {
163425
+ "type": "string"
163426
+ }
163427
+ },
163428
+ "repo": {
163429
+ "type": "string"
163430
+ },
163431
+ "dependencies": {
163432
+ "type": "array",
163433
+ "items": {
163434
+ "type": "object",
163435
+ "additionalProperties": {
163436
+ "type": "string"
163437
+ }
163438
+ }
163439
+ },
163440
+ "commit_oid": {
163441
+ "type": "string"
163442
+ }
163443
+ }
163444
+ },
163284
163445
  "webhook-package-published": {
163285
163446
  "title": "package published event",
163286
163447
  "type": "object",
@@ -163565,7 +163726,17 @@
163565
163726
  },
163566
163727
  "docker_metadata": {
163567
163728
  "type": "array",
163568
- "items": {}
163729
+ "items": {
163730
+ "type": "object",
163731
+ "properties": {
163732
+ "tags": {
163733
+ "type": "array",
163734
+ "items": {
163735
+ "type": "string"
163736
+ }
163737
+ }
163738
+ }
163739
+ }
163569
163740
  },
163570
163741
  "draft": {
163571
163742
  "type": "boolean"
@@ -163995,7 +164166,9 @@
163995
164166
  },
163996
164167
  "rubygems_metadata": {
163997
164168
  "type": "array",
163998
- "items": {}
164169
+ "items": {
164170
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
164171
+ }
163999
164172
  },
164000
164173
  "source_url": {
164001
164174
  "type": "string"
@@ -164344,7 +164517,17 @@
164344
164517
  },
164345
164518
  "docker_metadata": {
164346
164519
  "type": "array",
164347
- "items": {}
164520
+ "items": {
164521
+ "type": "object",
164522
+ "properties": {
164523
+ "tags": {
164524
+ "type": "array",
164525
+ "items": {
164526
+ "type": "string"
164527
+ }
164528
+ }
164529
+ }
164530
+ }
164348
164531
  },
164349
164532
  "draft": {
164350
164533
  "type": "boolean"
@@ -164364,7 +164547,10 @@
164364
164547
  },
164365
164548
  "metadata": {
164366
164549
  "type": "array",
164367
- "items": {}
164550
+ "items": {
164551
+ "type": "object",
164552
+ "additionalProperties": true
164553
+ }
164368
164554
  },
164369
164555
  "name": {
164370
164556
  "type": "string"
@@ -164576,7 +164762,9 @@
164576
164762
  },
164577
164763
  "rubygems_metadata": {
164578
164764
  "type": "array",
164579
- "items": {}
164765
+ "items": {
164766
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
164767
+ }
164580
164768
  },
164581
164769
  "source_url": {
164582
164770
  "type": "string",
@@ -239282,7 +239470,17 @@
239282
239470
  },
239283
239471
  "docker_metadata": {
239284
239472
  "type": "array",
239285
- "items": {}
239473
+ "items": {
239474
+ "type": "object",
239475
+ "properties": {
239476
+ "tags": {
239477
+ "type": "array",
239478
+ "items": {
239479
+ "type": "string"
239480
+ }
239481
+ }
239482
+ }
239483
+ }
239286
239484
  },
239287
239485
  "draft": {
239288
239486
  "type": "boolean"
@@ -239701,7 +239899,9 @@
239701
239899
  },
239702
239900
  "rubygems_metadata": {
239703
239901
  "type": "array",
239704
- "items": {}
239902
+ "items": {
239903
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
239904
+ }
239705
239905
  },
239706
239906
  "summary": {
239707
239907
  "type": "string"
@@ -240007,7 +240207,16 @@
240007
240207
  "docker_metadata": {
240008
240208
  "type": "array",
240009
240209
  "items": {
240010
- "nullable": true
240210
+ "type": "object",
240211
+ "nullable": true,
240212
+ "properties": {
240213
+ "tags": {
240214
+ "type": "array",
240215
+ "items": {
240216
+ "type": "string"
240217
+ }
240218
+ }
240219
+ }
240011
240220
  }
240012
240221
  },
240013
240222
  "draft": {
@@ -240027,7 +240236,10 @@
240027
240236
  },
240028
240237
  "metadata": {
240029
240238
  "type": "array",
240030
- "items": {}
240239
+ "items": {
240240
+ "type": "object",
240241
+ "additionalProperties": true
240242
+ }
240031
240243
  },
240032
240244
  "name": {
240033
240245
  "type": "string"
@@ -240210,7 +240422,9 @@
240210
240422
  },
240211
240423
  "rubygems_metadata": {
240212
240424
  "type": "array",
240213
- "items": {}
240425
+ "items": {
240426
+ "$ref": "#/components/schemas/webhook-rubygems-metadata"
240427
+ }
240214
240428
  },
240215
240429
  "summary": {
240216
240430
  "type": "string"
@@ -16842,90 +16842,6 @@
16842
16842
  }
16843
16843
  }
16844
16844
  },
16845
- "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
16846
- "post": {
16847
- "responses": {
16848
- "changed": {
16849
- "201": {
16850
- "content": {
16851
- "changed": {
16852
- "application/json": {
16853
- "schema_changed": {
16854
- "properties_changed": {
16855
- "changed": {
16856
- "base": {
16857
- "properties_changed": {
16858
- "changed": {
16859
- "repo": {
16860
- "properties_changed": {
16861
- "changed": {
16862
- "template_repository": {
16863
- "properties_changed": {
16864
- "removed": [
16865
- "merge_commit_message",
16866
- "merge_commit_title",
16867
- "squash_merge_commit_message",
16868
- "squash_merge_commit_title",
16869
- "use_squash_pr_title_as_default"
16870
- ]
16871
- }
16872
- }
16873
- },
16874
- "removed": [
16875
- "has_discussions",
16876
- "merge_commit_message",
16877
- "merge_commit_title",
16878
- "squash_merge_commit_message",
16879
- "squash_merge_commit_title",
16880
- "use_squash_pr_title_as_default"
16881
- ]
16882
- }
16883
- }
16884
- }
16885
- }
16886
- },
16887
- "head": {
16888
- "properties_changed": {
16889
- "changed": {
16890
- "repo": {
16891
- "properties_changed": {
16892
- "changed": {
16893
- "template_repository": {
16894
- "properties_changed": {
16895
- "removed": [
16896
- "merge_commit_message",
16897
- "merge_commit_title",
16898
- "squash_merge_commit_message",
16899
- "squash_merge_commit_title",
16900
- "use_squash_pr_title_as_default"
16901
- ]
16902
- }
16903
- }
16904
- },
16905
- "removed": [
16906
- "has_discussions",
16907
- "merge_commit_message",
16908
- "merge_commit_title",
16909
- "squash_merge_commit_message",
16910
- "squash_merge_commit_title",
16911
- "use_squash_pr_title_as_default"
16912
- ]
16913
- }
16914
- }
16915
- }
16916
- }
16917
- }
16918
- }
16919
- }
16920
- }
16921
- }
16922
- }
16923
- }
16924
- }
16925
- }
16926
- }
16927
- }
16928
- },
16929
16845
  "/repos/{owner}/{repo}/releases": {
16930
16846
  "post": {
16931
16847
  "request_body": {
@@ -18445,6 +18361,9 @@
18445
18361
  "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": [
18446
18362
  "post"
18447
18363
  ],
18364
+ "/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": [
18365
+ "post"
18366
+ ],
18448
18367
  "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments": [
18449
18368
  "get",
18450
18369
  "post"
@@ -18532,6 +18451,17 @@
18532
18451
  "/repos/{owner}/{repo}/dependency-graph/snapshots": [
18533
18452
  "post"
18534
18453
  ],
18454
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": [
18455
+ "get",
18456
+ "post"
18457
+ ],
18458
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": [
18459
+ "get"
18460
+ ],
18461
+ "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": [
18462
+ "get",
18463
+ "delete"
18464
+ ],
18535
18465
  "/repos/{owner}/{repo}/import": [
18536
18466
  "get",
18537
18467
  "put",
@@ -18583,6 +18513,9 @@
18583
18513
  "get",
18584
18514
  "post"
18585
18515
  ],
18516
+ "/repos/{owner}/{repo}/security-advisories/reports": [
18517
+ "post"
18518
+ ],
18586
18519
  "/repos/{owner}/{repo}/security-advisories/{ghsa_id}": [
18587
18520
  "get",
18588
18521
  "patch"