@octokit/openapi 11.1.0 → 11.1.2

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 +4 -44
  2. package/generated/api.github.com.json +4 -45
  3. package/generated/ghec-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghec-diff-to-api.github.com.json +1 -1
  5. package/generated/ghec.deref.json +7 -47
  6. package/generated/ghec.json +7 -48
  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 +1 -4574
  9. package/generated/ghes-3.5-diff-to-ghes-3.6.json +1 -674
  10. package/generated/ghes-3.5.deref.json +194 -54
  11. package/generated/ghes-3.5.json +8 -55
  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 +1 -4738
  14. package/generated/ghes-3.6-diff-to-ghes-3.7.json +1 -683
  15. package/generated/ghes-3.6.deref.json +30 -54
  16. package/generated/ghes-3.6.json +8 -55
  17. package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +1 -1
  18. package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
  19. package/generated/ghes-3.7.deref.json +17 -47
  20. package/generated/ghes-3.7.json +7 -48
  21. package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +0 -38
  22. package/generated/ghes-3.8-diff-to-api.github.com.deref.json +1 -4748
  23. package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
  24. package/generated/ghes-3.8.deref.json +18 -54
  25. package/generated/ghes-3.8.json +8 -55
  26. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +0 -84
  27. package/generated/github.ae-diff-to-api.github.com.deref.json +1 -4594
  28. package/generated/github.ae-diff-to-api.github.com.json +1 -676
  29. package/generated/github.ae.deref.json +174 -54
  30. package/generated/github.ae.json +8 -55
  31. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.1.0",
4
+ "version": "11.1.2",
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": {
@@ -42157,7 +42157,7 @@
42157
42157
  "operationId": "gists/update",
42158
42158
  "externalDocs": {
42159
42159
  "description": "API method documentation",
42160
- "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/gists/#update-a-gist"
42160
+ "url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
42161
42161
  },
42162
42162
  "parameters": [
42163
42163
  {
@@ -42175,6 +42175,7 @@
42175
42175
  "content": {
42176
42176
  "application/json": {
42177
42177
  "schema": {
42178
+ "type": "object",
42178
42179
  "properties": {
42179
42180
  "description": {
42180
42181
  "description": "The description of the gist.",
@@ -42203,39 +42204,10 @@
42203
42204
  "type": "string",
42204
42205
  "nullable": true
42205
42206
  }
42206
- },
42207
- "anyOf": [
42208
- {
42209
- "required": [
42210
- "content"
42211
- ]
42212
- },
42213
- {
42214
- "required": [
42215
- "filename"
42216
- ]
42217
- },
42218
- {
42219
- "type": "object",
42220
- "maxProperties": 0
42221
- }
42222
- ]
42207
+ }
42223
42208
  }
42224
42209
  }
42225
42210
  },
42226
- "anyOf": [
42227
- {
42228
- "required": [
42229
- "description"
42230
- ]
42231
- },
42232
- {
42233
- "required": [
42234
- "files"
42235
- ]
42236
- }
42237
- ],
42238
- "type": "object",
42239
42211
  "nullable": true
42240
42212
  },
42241
42213
  "examples": {
@@ -302231,14 +302203,14 @@
302231
302203
  },
302232
302204
  "post": {
302233
302205
  "summary": "Request reviewers for a pull request",
302234
- "description": "This endpoint triggers [notifications](https://docs.github.com/enterprise-server@3.5/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.5/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/enterprise-server@3.5/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
302206
+ "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.",
302235
302207
  "tags": [
302236
302208
  "pulls"
302237
302209
  ],
302238
302210
  "operationId": "pulls/request-reviewers",
302239
302211
  "externalDocs": {
302240
302212
  "description": "API method documentation",
302241
- "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/pulls#request-reviewers-for-a-pull-request"
302213
+ "url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
302242
302214
  },
302243
302215
  "parameters": [
302244
302216
  {
@@ -302290,19 +302262,7 @@
302290
302262
  "type": "string"
302291
302263
  }
302292
302264
  }
302293
- },
302294
- "anyOf": [
302295
- {
302296
- "required": [
302297
- "reviewers"
302298
- ]
302299
- },
302300
- {
302301
- "required": [
302302
- "team_reviewers"
302303
- ]
302304
- }
302305
- ]
302265
+ }
302306
302266
  },
302307
302267
  "examples": {
302308
302268
  "default": {
@@ -303216,6 +303176,9 @@
303216
303176
  "privacy": {
303217
303177
  "type": "string"
303218
303178
  },
303179
+ "notification_setting": {
303180
+ "type": "string"
303181
+ },
303219
303182
  "permission": {
303220
303183
  "type": "string"
303221
303184
  },
@@ -303307,6 +303270,11 @@
303307
303270
  "type": "string",
303308
303271
  "example": "closed"
303309
303272
  },
303273
+ "notification_setting": {
303274
+ "description": "The notification setting the team has set",
303275
+ "type": "string",
303276
+ "example": "notifications_enabled"
303277
+ },
303310
303278
  "html_url": {
303311
303279
  "type": "string",
303312
303280
  "format": "uri",
@@ -303977,6 +303945,12 @@
303977
303945
  "type": "boolean",
303978
303946
  "example": true
303979
303947
  },
303948
+ "has_discussions": {
303949
+ "description": "Whether discussions are enabled.",
303950
+ "default": false,
303951
+ "type": "boolean",
303952
+ "example": true
303953
+ },
303980
303954
  "archived": {
303981
303955
  "description": "Whether the repository is archived.",
303982
303956
  "default": false,
@@ -304332,6 +304306,43 @@
304332
304306
  "allow_update_branch": {
304333
304307
  "type": "boolean"
304334
304308
  },
304309
+ "use_squash_pr_title_as_default": {
304310
+ "type": "boolean"
304311
+ },
304312
+ "squash_merge_commit_title": {
304313
+ "type": "string",
304314
+ "enum": [
304315
+ "PR_TITLE",
304316
+ "COMMIT_OR_PR_TITLE"
304317
+ ],
304318
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
304319
+ },
304320
+ "squash_merge_commit_message": {
304321
+ "type": "string",
304322
+ "enum": [
304323
+ "PR_BODY",
304324
+ "COMMIT_MESSAGES",
304325
+ "BLANK"
304326
+ ],
304327
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
304328
+ },
304329
+ "merge_commit_title": {
304330
+ "type": "string",
304331
+ "enum": [
304332
+ "PR_TITLE",
304333
+ "MERGE_MESSAGE"
304334
+ ],
304335
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
304336
+ },
304337
+ "merge_commit_message": {
304338
+ "type": "string",
304339
+ "enum": [
304340
+ "PR_BODY",
304341
+ "PR_TITLE",
304342
+ "BLANK"
304343
+ ],
304344
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
304345
+ },
304335
304346
  "allow_merge_commit": {
304336
304347
  "type": "boolean"
304337
304348
  },
@@ -304370,6 +304381,46 @@
304370
304381
  "type": "boolean",
304371
304382
  "example": false
304372
304383
  },
304384
+ "use_squash_pr_title_as_default": {
304385
+ "type": "boolean",
304386
+ "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
304387
+ "default": false,
304388
+ "deprecated": true
304389
+ },
304390
+ "squash_merge_commit_title": {
304391
+ "type": "string",
304392
+ "enum": [
304393
+ "PR_TITLE",
304394
+ "COMMIT_OR_PR_TITLE"
304395
+ ],
304396
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
304397
+ },
304398
+ "squash_merge_commit_message": {
304399
+ "type": "string",
304400
+ "enum": [
304401
+ "PR_BODY",
304402
+ "COMMIT_MESSAGES",
304403
+ "BLANK"
304404
+ ],
304405
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
304406
+ },
304407
+ "merge_commit_title": {
304408
+ "type": "string",
304409
+ "enum": [
304410
+ "PR_TITLE",
304411
+ "MERGE_MESSAGE"
304412
+ ],
304413
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
304414
+ },
304415
+ "merge_commit_message": {
304416
+ "type": "string",
304417
+ "enum": [
304418
+ "PR_BODY",
304419
+ "PR_TITLE",
304420
+ "BLANK"
304421
+ ],
304422
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
304423
+ },
304373
304424
  "allow_merge_commit": {
304374
304425
  "description": "Whether to allow merge commits for pull requests.",
304375
304426
  "default": true,
@@ -304380,6 +304431,11 @@
304380
304431
  "description": "Whether to allow forking this repo",
304381
304432
  "type": "boolean"
304382
304433
  },
304434
+ "web_commit_signoff_required": {
304435
+ "description": "Whether to require contributors to sign off on web-based commits",
304436
+ "default": false,
304437
+ "type": "boolean"
304438
+ },
304383
304439
  "subscribers_count": {
304384
304440
  "type": "integer"
304385
304441
  },
@@ -305231,6 +305287,12 @@
305231
305287
  "type": "boolean",
305232
305288
  "example": true
305233
305289
  },
305290
+ "has_discussions": {
305291
+ "description": "Whether discussions are enabled.",
305292
+ "default": false,
305293
+ "type": "boolean",
305294
+ "example": true
305295
+ },
305234
305296
  "archived": {
305235
305297
  "description": "Whether the repository is archived.",
305236
305298
  "default": false,
@@ -305586,6 +305648,43 @@
305586
305648
  "allow_update_branch": {
305587
305649
  "type": "boolean"
305588
305650
  },
305651
+ "use_squash_pr_title_as_default": {
305652
+ "type": "boolean"
305653
+ },
305654
+ "squash_merge_commit_title": {
305655
+ "type": "string",
305656
+ "enum": [
305657
+ "PR_TITLE",
305658
+ "COMMIT_OR_PR_TITLE"
305659
+ ],
305660
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
305661
+ },
305662
+ "squash_merge_commit_message": {
305663
+ "type": "string",
305664
+ "enum": [
305665
+ "PR_BODY",
305666
+ "COMMIT_MESSAGES",
305667
+ "BLANK"
305668
+ ],
305669
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
305670
+ },
305671
+ "merge_commit_title": {
305672
+ "type": "string",
305673
+ "enum": [
305674
+ "PR_TITLE",
305675
+ "MERGE_MESSAGE"
305676
+ ],
305677
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
305678
+ },
305679
+ "merge_commit_message": {
305680
+ "type": "string",
305681
+ "enum": [
305682
+ "PR_BODY",
305683
+ "PR_TITLE",
305684
+ "BLANK"
305685
+ ],
305686
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
305687
+ },
305589
305688
  "allow_merge_commit": {
305590
305689
  "type": "boolean"
305591
305690
  },
@@ -305624,6 +305723,46 @@
305624
305723
  "type": "boolean",
305625
305724
  "example": false
305626
305725
  },
305726
+ "use_squash_pr_title_as_default": {
305727
+ "type": "boolean",
305728
+ "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
305729
+ "default": false,
305730
+ "deprecated": true
305731
+ },
305732
+ "squash_merge_commit_title": {
305733
+ "type": "string",
305734
+ "enum": [
305735
+ "PR_TITLE",
305736
+ "COMMIT_OR_PR_TITLE"
305737
+ ],
305738
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
305739
+ },
305740
+ "squash_merge_commit_message": {
305741
+ "type": "string",
305742
+ "enum": [
305743
+ "PR_BODY",
305744
+ "COMMIT_MESSAGES",
305745
+ "BLANK"
305746
+ ],
305747
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
305748
+ },
305749
+ "merge_commit_title": {
305750
+ "type": "string",
305751
+ "enum": [
305752
+ "PR_TITLE",
305753
+ "MERGE_MESSAGE"
305754
+ ],
305755
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
305756
+ },
305757
+ "merge_commit_message": {
305758
+ "type": "string",
305759
+ "enum": [
305760
+ "PR_BODY",
305761
+ "PR_TITLE",
305762
+ "BLANK"
305763
+ ],
305764
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
305765
+ },
305627
305766
  "allow_merge_commit": {
305628
305767
  "description": "Whether to allow merge commits for pull requests.",
305629
305768
  "default": true,
@@ -305634,6 +305773,11 @@
305634
305773
  "description": "Whether to allow forking this repo",
305635
305774
  "type": "boolean"
305636
305775
  },
305776
+ "web_commit_signoff_required": {
305777
+ "description": "Whether to require contributors to sign off on web-based commits",
305778
+ "default": false,
305779
+ "type": "boolean"
305780
+ },
305637
305781
  "subscribers_count": {
305638
305782
  "type": "integer"
305639
305783
  },
@@ -306419,6 +306563,7 @@
306419
306563
  "slug": "justice-league",
306420
306564
  "description": "A great team.",
306421
306565
  "privacy": "closed",
306566
+ "notification_setting": "notifications_enabled",
306422
306567
  "permission": "admin",
306423
306568
  "members_url": "https://api.github.com/teams/1/members{/member}",
306424
306569
  "repositories_url": "https://api.github.com/teams/1/repos",
@@ -306748,6 +306893,7 @@
306748
306893
  }
306749
306894
  },
306750
306895
  "author_association": "OWNER",
306896
+ "auto_merge": null,
306751
306897
  "draft": false
306752
306898
  }
306753
306899
  }
@@ -306792,13 +306938,7 @@
306792
306938
  "category": "pulls",
306793
306939
  "subcategory": "review-requests"
306794
306940
  },
306795
- "x-octokit": {
306796
- "diff": {
306797
- "ghes-3.6": {
306798
- "type": "changed"
306799
- }
306800
- }
306801
- }
306941
+ "x-octokit": {}
306802
306942
  },
306803
306943
  "delete": {
306804
306944
  "summary": "Remove requested reviewers from a pull request",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "11.1.0",
4
+ "version": "11.1.2",
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": {
@@ -7651,7 +7651,7 @@
7651
7651
  "operationId": "gists/update",
7652
7652
  "externalDocs": {
7653
7653
  "description": "API method documentation",
7654
- "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/gists/#update-a-gist"
7654
+ "url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
7655
7655
  },
7656
7656
  "parameters": [
7657
7657
  {
@@ -7663,6 +7663,7 @@
7663
7663
  "content": {
7664
7664
  "application/json": {
7665
7665
  "schema": {
7666
+ "type": "object",
7666
7667
  "properties": {
7667
7668
  "description": {
7668
7669
  "description": "The description of the gist.",
@@ -7680,7 +7681,6 @@
7680
7681
  "type": "object",
7681
7682
  "additionalProperties": {
7682
7683
  "type": "object",
7683
- "nullable": true,
7684
7684
  "properties": {
7685
7685
  "content": {
7686
7686
  "description": "The new content of the file.",
@@ -7691,39 +7691,10 @@
7691
7691
  "type": "string",
7692
7692
  "nullable": true
7693
7693
  }
7694
- },
7695
- "anyOf": [
7696
- {
7697
- "required": [
7698
- "content"
7699
- ]
7700
- },
7701
- {
7702
- "required": [
7703
- "filename"
7704
- ]
7705
- },
7706
- {
7707
- "type": "object",
7708
- "maxProperties": 0
7709
- }
7710
- ]
7694
+ }
7711
7695
  }
7712
7696
  }
7713
7697
  },
7714
- "anyOf": [
7715
- {
7716
- "required": [
7717
- "description"
7718
- ]
7719
- },
7720
- {
7721
- "required": [
7722
- "files"
7723
- ]
7724
- }
7725
- ],
7726
- "type": "object",
7727
7698
  "nullable": true
7728
7699
  },
7729
7700
  "examples": {
@@ -41485,14 +41456,14 @@
41485
41456
  },
41486
41457
  "post": {
41487
41458
  "summary": "Request reviewers for a pull request",
41488
- "description": "This endpoint triggers [notifications](https://docs.github.com/enterprise-server@3.5/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.5/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/enterprise-server@3.5/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
41459
+ "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.",
41489
41460
  "tags": [
41490
41461
  "pulls"
41491
41462
  ],
41492
41463
  "operationId": "pulls/request-reviewers",
41493
41464
  "externalDocs": {
41494
41465
  "description": "API method documentation",
41495
- "url": "https://docs.github.com/enterprise-server@3.5/rest/reference/pulls#request-reviewers-for-a-pull-request"
41466
+ "url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
41496
41467
  },
41497
41468
  "parameters": [
41498
41469
  {
@@ -41526,19 +41497,7 @@
41526
41497
  "type": "string"
41527
41498
  }
41528
41499
  }
41529
- },
41530
- "anyOf": [
41531
- {
41532
- "required": [
41533
- "reviewers"
41534
- ]
41535
- },
41536
- {
41537
- "required": [
41538
- "team_reviewers"
41539
- ]
41540
- }
41541
- ]
41500
+ }
41542
41501
  },
41543
41502
  "examples": {
41544
41503
  "default": {
@@ -41587,13 +41546,7 @@
41587
41546
  "category": "pulls",
41588
41547
  "subcategory": "review-requests"
41589
41548
  },
41590
- "x-octokit": {
41591
- "diff": {
41592
- "ghes-3.6": {
41593
- "type": "changed"
41594
- }
41595
- }
41596
- }
41549
+ "x-octokit": {}
41597
41550
  },
41598
41551
  "delete": {
41599
41552
  "summary": "Remove requested reviewers from a pull request",
@@ -2275,54 +2275,6 @@
2275
2275
  }
2276
2276
  }
2277
2277
  },
2278
- "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
2279
- "post": {
2280
- "responses": {
2281
- "changed": {
2282
- "201": {
2283
- "content": {
2284
- "changed": {
2285
- "application/json": {
2286
- "schema_changed": {
2287
- "properties_changed": {
2288
- "changed": {
2289
- "base": {
2290
- "properties_changed": {
2291
- "changed": {
2292
- "repo": {
2293
- "properties_changed": {
2294
- "removed": [
2295
- "has_discussions"
2296
- ]
2297
- }
2298
- }
2299
- }
2300
- }
2301
- },
2302
- "head": {
2303
- "properties_changed": {
2304
- "changed": {
2305
- "repo": {
2306
- "properties_changed": {
2307
- "removed": [
2308
- "has_discussions"
2309
- ]
2310
- }
2311
- }
2312
- }
2313
- }
2314
- }
2315
- }
2316
- }
2317
- }
2318
- }
2319
- }
2320
- }
2321
- }
2322
- }
2323
- }
2324
- }
2325
- },
2326
2278
  "/repos/{owner}/{repo}/secret-scanning/alerts": {
2327
2279
  "get": {
2328
2280
  "parameters": {