@octokit/openapi 7.8.0 → 7.10.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.
Files changed (33) hide show
  1. package/generated/api.github.com.deref.json +1921 -538
  2. package/generated/api.github.com.json +544 -29
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +127 -25
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -8
  7. package/generated/ghes-3.2.deref.json +134 -27
  8. package/generated/ghes-3.2.json +26 -9
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +134 -27
  12. package/generated/ghes-3.3.json +26 -9
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
  15. package/generated/ghes-3.4.deref.json +134 -27
  16. package/generated/ghes-3.4.json +28 -11
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +127 -25
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -8
  21. package/generated/ghes-3.5.deref.json +134 -27
  22. package/generated/ghes-3.5.json +28 -11
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +82 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9648 -479
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +1020 -23
  26. package/generated/ghes-3.6.deref.json +544 -234
  27. package/generated/ghes-3.6.json +147 -24
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +30 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +91 -19
  30. package/generated/github.ae-diff-to-api.github.com.json +25 -8
  31. package/generated/github.ae.deref.json +190 -27
  32. package/generated/github.ae.json +118 -15
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.8.0",
4
+ "version": "7.10.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": {
@@ -11605,8 +11605,9 @@
11605
11605
  },
11606
11606
  "use_squash_pr_title_as_default": {
11607
11607
  "type": "boolean",
11608
- "description": "Whether a squash merge commit can use the pull request title as default.",
11609
- "default": false
11608
+ "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.",
11609
+ "default": false,
11610
+ "deprecated": true
11610
11611
  },
11611
11612
  "squash_merge_commit_title": {
11612
11613
  "type": "string",
@@ -30254,8 +30255,9 @@
30254
30255
  },
30255
30256
  "use_squash_pr_title_as_default": {
30256
30257
  "type": "boolean",
30257
- "description": "Whether a squash merge commit can use the pull request title as default.",
30258
- "default": false
30258
+ "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.",
30259
+ "default": false,
30260
+ "deprecated": true
30259
30261
  },
30260
30262
  "squash_merge_commit_title": {
30261
30263
  "type": "string",
@@ -31542,8 +31544,9 @@
31542
31544
  },
31543
31545
  "use_squash_pr_title_as_default": {
31544
31546
  "type": "boolean",
31545
- "description": "Whether a squash merge commit can use the pull request title as default.",
31546
- "default": false
31547
+ "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.",
31548
+ "default": false,
31549
+ "deprecated": true
31547
31550
  },
31548
31551
  "squash_merge_commit_title": {
31549
31552
  "type": "string",
@@ -34777,7 +34780,12 @@
34777
34780
  "description": "The reason for the current state",
34778
34781
  "example": "not_planned",
34779
34782
  "type": "string",
34780
- "nullable": true
34783
+ "nullable": true,
34784
+ "enum": [
34785
+ "completed",
34786
+ "reopened",
34787
+ "not_planned"
34788
+ ]
34781
34789
  },
34782
34790
  "title": {
34783
34791
  "description": "Title of the issue",
@@ -36655,8 +36663,9 @@
36655
36663
  },
36656
36664
  "use_squash_pr_title_as_default": {
36657
36665
  "type": "boolean",
36658
- "description": "Whether a squash merge commit can use the pull request title as default.",
36659
- "default": false
36666
+ "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.",
36667
+ "default": false,
36668
+ "deprecated": true
36660
36669
  },
36661
36670
  "squash_merge_commit_title": {
36662
36671
  "type": "string",
@@ -49288,8 +49297,9 @@
49288
49297
  },
49289
49298
  "use_squash_pr_title_as_default": {
49290
49299
  "type": "boolean",
49291
- "description": "Whether a squash merge commit can use the pull request title as default.",
49292
- "default": false
49300
+ "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.",
49301
+ "default": false,
49302
+ "deprecated": true
49293
49303
  },
49294
49304
  "squash_merge_commit_title": {
49295
49305
  "type": "string",
@@ -49879,7 +49889,12 @@
49879
49889
  "description": "The reason for the current state",
49880
49890
  "example": "not_planned",
49881
49891
  "type": "string",
49882
- "nullable": true
49892
+ "nullable": true,
49893
+ "enum": [
49894
+ "completed",
49895
+ "reopened",
49896
+ "not_planned"
49897
+ ]
49883
49898
  },
49884
49899
  "title": {
49885
49900
  "description": "Title of the issue",
@@ -51757,8 +51772,9 @@
51757
51772
  },
51758
51773
  "use_squash_pr_title_as_default": {
51759
51774
  "type": "boolean",
51760
- "description": "Whether a squash merge commit can use the pull request title as default.",
51761
- "default": false
51775
+ "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.",
51776
+ "default": false,
51777
+ "deprecated": true
51762
51778
  },
51763
51779
  "squash_merge_commit_title": {
51764
51780
  "type": "string",
@@ -53470,7 +53486,12 @@
53470
53486
  "description": "The reason for the current state",
53471
53487
  "example": "not_planned",
53472
53488
  "type": "string",
53473
- "nullable": true
53489
+ "nullable": true,
53490
+ "enum": [
53491
+ "completed",
53492
+ "reopened",
53493
+ "not_planned"
53494
+ ]
53474
53495
  },
53475
53496
  "title": {
53476
53497
  "description": "Title of the issue",
@@ -55348,8 +55369,9 @@
55348
55369
  },
55349
55370
  "use_squash_pr_title_as_default": {
55350
55371
  "type": "boolean",
55351
- "description": "Whether a squash merge commit can use the pull request title as default.",
55352
- "default": false
55372
+ "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.",
55373
+ "default": false,
55374
+ "deprecated": true
55353
55375
  },
55354
55376
  "squash_merge_commit_title": {
55355
55377
  "type": "string",
@@ -58101,8 +58123,9 @@
58101
58123
  },
58102
58124
  "use_squash_pr_title_as_default": {
58103
58125
  "type": "boolean",
58104
- "description": "Whether a squash merge commit can use the pull request title as default.",
58105
- "default": false
58126
+ "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.",
58127
+ "default": false,
58128
+ "deprecated": true
58106
58129
  },
58107
58130
  "squash_merge_commit_title": {
58108
58131
  "type": "string",
@@ -60326,8 +60349,9 @@
60326
60349
  },
60327
60350
  "use_squash_pr_title_as_default": {
60328
60351
  "type": "boolean",
60329
- "description": "Whether a squash merge commit can use the pull request title as default.",
60330
- "default": false
60352
+ "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.",
60353
+ "default": false,
60354
+ "deprecated": true
60331
60355
  },
60332
60356
  "squash_merge_commit_title": {
60333
60357
  "type": "string",
@@ -61604,7 +61628,13 @@
61604
61628
  "category": "orgs",
61605
61629
  "subcategory": "custom_roles"
61606
61630
  },
61607
- "x-octokit": {}
61631
+ "x-octokit": {
61632
+ "diff": {
61633
+ "api.github.com": {
61634
+ "type": "changed"
61635
+ }
61636
+ }
61637
+ }
61608
61638
  }
61609
61639
  },
61610
61640
  "/orgs/{org}": {
@@ -64066,8 +64096,9 @@
64066
64096
  },
64067
64097
  "use_squash_pr_title_as_default": {
64068
64098
  "type": "boolean",
64069
- "description": "Whether a squash merge commit can use the pull request title as default.",
64070
- "default": false
64099
+ "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.",
64100
+ "default": false,
64101
+ "deprecated": true
64071
64102
  },
64072
64103
  "squash_merge_commit_title": {
64073
64104
  "type": "string",
@@ -67118,8 +67149,9 @@
67118
67149
  },
67119
67150
  "use_squash_pr_title_as_default": {
67120
67151
  "type": "boolean",
67121
- "description": "Whether a squash merge commit can use the pull request title as default.",
67122
- "default": false
67152
+ "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.",
67153
+ "default": false,
67154
+ "deprecated": true
67123
67155
  },
67124
67156
  "squash_merge_commit_title": {
67125
67157
  "type": "string",
@@ -69692,8 +69724,9 @@
69692
69724
  },
69693
69725
  "use_squash_pr_title_as_default": {
69694
69726
  "type": "boolean",
69695
- "description": "Whether a squash merge commit can use the pull request title as default.",
69696
- "default": false
69727
+ "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.",
69728
+ "default": false,
69729
+ "deprecated": true
69697
69730
  },
69698
69731
  "squash_merge_commit_title": {
69699
69732
  "type": "string",
@@ -70980,8 +71013,9 @@
70980
71013
  },
70981
71014
  "use_squash_pr_title_as_default": {
70982
71015
  "type": "boolean",
70983
- "description": "Whether a squash merge commit can use the pull request title as default.",
70984
- "default": false
71016
+ "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.",
71017
+ "default": false,
71018
+ "deprecated": true
70985
71019
  },
70986
71020
  "squash_merge_commit_title": {
70987
71021
  "type": "string",
@@ -74300,8 +74334,9 @@
74300
74334
  },
74301
74335
  "use_squash_pr_title_as_default": {
74302
74336
  "type": "boolean",
74303
- "description": "Whether a squash merge commit can use the pull request title as default.",
74304
- "default": false
74337
+ "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.",
74338
+ "default": false,
74339
+ "deprecated": true
74305
74340
  },
74306
74341
  "squash_merge_commit_title": {
74307
74342
  "type": "string",
@@ -78587,8 +78622,9 @@
78587
78622
  },
78588
78623
  "use_squash_pr_title_as_default": {
78589
78624
  "type": "boolean",
78590
- "description": "Whether a squash merge commit can use the pull request title as default.",
78591
- "default": false
78625
+ "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.",
78626
+ "default": false,
78627
+ "deprecated": true
78592
78628
  },
78593
78629
  "squash_merge_commit_title": {
78594
78630
  "type": "string",
@@ -79364,7 +79400,12 @@
79364
79400
  "description": "The reason for the current state",
79365
79401
  "example": "not_planned",
79366
79402
  "type": "string",
79367
- "nullable": true
79403
+ "nullable": true,
79404
+ "enum": [
79405
+ "completed",
79406
+ "reopened",
79407
+ "not_planned"
79408
+ ]
79368
79409
  },
79369
79410
  "title": {
79370
79411
  "description": "Title of the issue",
@@ -81242,8 +81283,9 @@
81242
81283
  },
81243
81284
  "use_squash_pr_title_as_default": {
81244
81285
  "type": "boolean",
81245
- "description": "Whether a squash merge commit can use the pull request title as default.",
81246
- "default": false
81286
+ "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.",
81287
+ "default": false,
81288
+ "deprecated": true
81247
81289
  },
81248
81290
  "squash_merge_commit_title": {
81249
81291
  "type": "string",
@@ -86463,7 +86505,12 @@
86463
86505
  "description": "The reason for the current state",
86464
86506
  "example": "not_planned",
86465
86507
  "type": "string",
86466
- "nullable": true
86508
+ "nullable": true,
86509
+ "enum": [
86510
+ "completed",
86511
+ "reopened",
86512
+ "not_planned"
86513
+ ]
86467
86514
  },
86468
86515
  "title": {
86469
86516
  "description": "Title of the issue",
@@ -88341,8 +88388,9 @@
88341
88388
  },
88342
88389
  "use_squash_pr_title_as_default": {
88343
88390
  "type": "boolean",
88344
- "description": "Whether a squash merge commit can use the pull request title as default.",
88345
- "default": false
88391
+ "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.",
88392
+ "default": false,
88393
+ "deprecated": true
88346
88394
  },
88347
88395
  "squash_merge_commit_title": {
88348
88396
  "type": "string",
@@ -91808,8 +91856,9 @@
91808
91856
  },
91809
91857
  "use_squash_pr_title_as_default": {
91810
91858
  "type": "boolean",
91811
- "description": "Whether a squash merge commit can use the pull request title as default.",
91812
- "default": false
91859
+ "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.",
91860
+ "default": false,
91861
+ "deprecated": true
91813
91862
  },
91814
91863
  "squash_merge_commit_title": {
91815
91864
  "type": "string",
@@ -93503,8 +93552,9 @@
93503
93552
  },
93504
93553
  "use_squash_pr_title_as_default": {
93505
93554
  "type": "boolean",
93506
- "description": "Whether a squash merge commit can use the pull request title as default.",
93507
- "default": false
93555
+ "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.",
93556
+ "default": false,
93557
+ "deprecated": true
93508
93558
  },
93509
93559
  "squash_merge_commit_title": {
93510
93560
  "type": "string",
@@ -95227,8 +95277,9 @@
95227
95277
  },
95228
95278
  "use_squash_pr_title_as_default": {
95229
95279
  "type": "boolean",
95230
- "description": "Whether a squash merge commit can use the pull request title as default.",
95231
- "default": false
95280
+ "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.",
95281
+ "default": false,
95282
+ "deprecated": true
95232
95283
  },
95233
95284
  "squash_merge_commit_title": {
95234
95285
  "type": "string",
@@ -99235,8 +99286,9 @@
99235
99286
  },
99236
99287
  "use_squash_pr_title_as_default": {
99237
99288
  "type": "boolean",
99238
- "description": "Whether a squash merge commit can use the pull request title as default.",
99239
- "default": false
99289
+ "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.",
99290
+ "default": false,
99291
+ "deprecated": true
99240
99292
  },
99241
99293
  "squash_merge_commit_title": {
99242
99294
  "type": "string",
@@ -99775,8 +99827,9 @@
99775
99827
  },
99776
99828
  "use_squash_pr_title_as_default": {
99777
99829
  "type": "boolean",
99778
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
99779
- "default": false
99830
+ "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
99831
+ "default": false,
99832
+ "deprecated": true
99780
99833
  },
99781
99834
  "squash_merge_commit_title": {
99782
99835
  "type": "string",
@@ -100879,8 +100932,9 @@
100879
100932
  },
100880
100933
  "use_squash_pr_title_as_default": {
100881
100934
  "type": "boolean",
100882
- "description": "Whether a squash merge commit can use the pull request title as default.",
100883
- "default": false
100935
+ "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.",
100936
+ "default": false,
100937
+ "deprecated": true
100884
100938
  },
100885
100939
  "squash_merge_commit_title": {
100886
100940
  "type": "string",
@@ -112653,8 +112707,9 @@
112653
112707
  },
112654
112708
  "use_squash_pr_title_as_default": {
112655
112709
  "type": "boolean",
112656
- "description": "Whether a squash merge commit can use the pull request title as default.",
112657
- "default": false
112710
+ "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.",
112711
+ "default": false,
112712
+ "deprecated": true
112658
112713
  },
112659
112714
  "squash_merge_commit_title": {
112660
112715
  "type": "string",
@@ -114703,8 +114758,9 @@
114703
114758
  },
114704
114759
  "use_squash_pr_title_as_default": {
114705
114760
  "type": "boolean",
114706
- "description": "Whether a squash merge commit can use the pull request title as default.",
114707
- "default": false
114761
+ "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.",
114762
+ "default": false,
114763
+ "deprecated": true
114708
114764
  },
114709
114765
  "squash_merge_commit_title": {
114710
114766
  "type": "string",
@@ -122766,8 +122822,9 @@
122766
122822
  },
122767
122823
  "use_squash_pr_title_as_default": {
122768
122824
  "type": "boolean",
122769
- "description": "Whether a squash merge commit can use the pull request title as default.",
122770
- "default": false
122825
+ "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.",
122826
+ "default": false,
122827
+ "deprecated": true
122771
122828
  },
122772
122829
  "squash_merge_commit_title": {
122773
122830
  "type": "string",
@@ -124204,8 +124261,9 @@
124204
124261
  },
124205
124262
  "use_squash_pr_title_as_default": {
124206
124263
  "type": "boolean",
124207
- "description": "Whether a squash merge commit can use the pull request title as default.",
124208
- "default": false
124264
+ "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.",
124265
+ "default": false,
124266
+ "deprecated": true
124209
124267
  },
124210
124268
  "squash_merge_commit_title": {
124211
124269
  "type": "string",
@@ -125397,8 +125455,9 @@
125397
125455
  },
125398
125456
  "use_squash_pr_title_as_default": {
125399
125457
  "type": "boolean",
125400
- "description": "Whether a squash merge commit can use the pull request title as default.",
125401
- "default": false
125458
+ "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.",
125459
+ "default": false,
125460
+ "deprecated": true
125402
125461
  },
125403
125462
  "squash_merge_commit_title": {
125404
125463
  "type": "string",
@@ -126478,8 +126537,9 @@
126478
126537
  },
126479
126538
  "use_squash_pr_title_as_default": {
126480
126539
  "type": "boolean",
126481
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
126482
- "default": false
126540
+ "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
126541
+ "default": false,
126542
+ "deprecated": true
126483
126543
  },
126484
126544
  "squash_merge_commit_title": {
126485
126545
  "type": "string",
@@ -128060,8 +128120,9 @@
128060
128120
  },
128061
128121
  "use_squash_pr_title_as_default": {
128062
128122
  "type": "boolean",
128063
- "description": "Whether a squash merge commit can use the pull request title as default.",
128064
- "default": false
128123
+ "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.",
128124
+ "default": false,
128125
+ "deprecated": true
128065
128126
  },
128066
128127
  "squash_merge_commit_title": {
128067
128128
  "type": "string",
@@ -129498,8 +129559,9 @@
129498
129559
  },
129499
129560
  "use_squash_pr_title_as_default": {
129500
129561
  "type": "boolean",
129501
- "description": "Whether a squash merge commit can use the pull request title as default.",
129502
- "default": false
129562
+ "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.",
129563
+ "default": false,
129564
+ "deprecated": true
129503
129565
  },
129504
129566
  "squash_merge_commit_title": {
129505
129567
  "type": "string",
@@ -130691,8 +130753,9 @@
130691
130753
  },
130692
130754
  "use_squash_pr_title_as_default": {
130693
130755
  "type": "boolean",
130694
- "description": "Whether a squash merge commit can use the pull request title as default.",
130695
- "default": false
130756
+ "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.",
130757
+ "default": false,
130758
+ "deprecated": true
130696
130759
  },
130697
130760
  "squash_merge_commit_title": {
130698
130761
  "type": "string",
@@ -135263,8 +135326,9 @@
135263
135326
  },
135264
135327
  "use_squash_pr_title_as_default": {
135265
135328
  "type": "boolean",
135266
- "description": "Whether a squash merge commit can use the pull request title as default.",
135267
- "default": false
135329
+ "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.",
135330
+ "default": false,
135331
+ "deprecated": true
135268
135332
  },
135269
135333
  "squash_merge_commit_title": {
135270
135334
  "type": "string",
@@ -136560,8 +136624,9 @@
136560
136624
  },
136561
136625
  "use_squash_pr_title_as_default": {
136562
136626
  "type": "boolean",
136563
- "description": "Whether a squash merge commit can use the pull request title as default.",
136564
- "default": false
136627
+ "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.",
136628
+ "default": false,
136629
+ "deprecated": true
136565
136630
  },
136566
136631
  "squash_merge_commit_title": {
136567
136632
  "type": "string",
@@ -140074,8 +140139,9 @@
140074
140139
  },
140075
140140
  "use_squash_pr_title_as_default": {
140076
140141
  "type": "boolean",
140077
- "description": "Whether a squash merge commit can use the pull request title as default.",
140078
- "default": false
140142
+ "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.",
140143
+ "default": false,
140144
+ "deprecated": true
140079
140145
  },
140080
140146
  "squash_merge_commit_title": {
140081
140147
  "type": "string",
@@ -141840,8 +141906,9 @@
141840
141906
  },
141841
141907
  "use_squash_pr_title_as_default": {
141842
141908
  "type": "boolean",
141843
- "description": "Whether a squash merge commit can use the pull request title as default.",
141844
- "default": false
141909
+ "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.",
141910
+ "default": false,
141911
+ "deprecated": true
141845
141912
  },
141846
141913
  "squash_merge_commit_title": {
141847
141914
  "type": "string",
@@ -142411,7 +142478,13 @@
142411
142478
  "category": "actions",
142412
142479
  "subcategory": "workflow-runs"
142413
142480
  },
142414
- "x-octokit": {}
142481
+ "x-octokit": {
142482
+ "diff": {
142483
+ "api.github.com": {
142484
+ "type": "changed"
142485
+ }
142486
+ }
142487
+ }
142415
142488
  }
142416
142489
  },
142417
142490
  "/repos/{owner}/{repo}/actions/runs/{run_id}": {
@@ -144502,8 +144575,9 @@
144502
144575
  },
144503
144576
  "use_squash_pr_title_as_default": {
144504
144577
  "type": "boolean",
144505
- "description": "Whether a squash merge commit can use the pull request title as default.",
144506
- "default": false
144578
+ "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.",
144579
+ "default": false,
144580
+ "deprecated": true
144507
144581
  },
144508
144582
  "squash_merge_commit_title": {
144509
144583
  "type": "string",
@@ -146268,8 +146342,9 @@
146268
146342
  },
146269
146343
  "use_squash_pr_title_as_default": {
146270
146344
  "type": "boolean",
146271
- "description": "Whether a squash merge commit can use the pull request title as default.",
146272
- "default": false
146345
+ "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.",
146346
+ "default": false,
146347
+ "deprecated": true
146273
146348
  },
146274
146349
  "squash_merge_commit_title": {
146275
146350
  "type": "string",
@@ -149523,8 +149598,9 @@
149523
149598
  },
149524
149599
  "use_squash_pr_title_as_default": {
149525
149600
  "type": "boolean",
149526
- "description": "Whether a squash merge commit can use the pull request title as default.",
149527
- "default": false
149601
+ "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.",
149602
+ "default": false,
149603
+ "deprecated": true
149528
149604
  },
149529
149605
  "squash_merge_commit_title": {
149530
149606
  "type": "string",
@@ -151289,8 +151365,9 @@
151289
151365
  },
151290
151366
  "use_squash_pr_title_as_default": {
151291
151367
  "type": "boolean",
151292
- "description": "Whether a squash merge commit can use the pull request title as default.",
151293
- "default": false
151368
+ "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.",
151369
+ "default": false,
151370
+ "deprecated": true
151294
151371
  },
151295
151372
  "squash_merge_commit_title": {
151296
151373
  "type": "string",
@@ -155423,7 +155500,7 @@
155423
155500
  },
155424
155501
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
155425
155502
  "get": {
155426
- "summary": "List workflow runs",
155503
+ "summary": "List workflow runs for a workflow",
155427
155504
  "description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
155428
155505
  "tags": [
155429
155506
  "actions"
@@ -157615,8 +157692,9 @@
157615
157692
  },
157616
157693
  "use_squash_pr_title_as_default": {
157617
157694
  "type": "boolean",
157618
- "description": "Whether a squash merge commit can use the pull request title as default.",
157619
- "default": false
157695
+ "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.",
157696
+ "default": false,
157697
+ "deprecated": true
157620
157698
  },
157621
157699
  "squash_merge_commit_title": {
157622
157700
  "type": "string",
@@ -159381,8 +159459,9 @@
159381
159459
  },
159382
159460
  "use_squash_pr_title_as_default": {
159383
159461
  "type": "boolean",
159384
- "description": "Whether a squash merge commit can use the pull request title as default.",
159385
- "default": false
159462
+ "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.",
159463
+ "default": false,
159464
+ "deprecated": true
159386
159465
  },
159387
159466
  "squash_merge_commit_title": {
159388
159467
  "type": "string",
@@ -159952,7 +160031,13 @@
159952
160031
  "category": "actions",
159953
160032
  "subcategory": "workflow-runs"
159954
160033
  },
159955
- "x-octokit": {}
160034
+ "x-octokit": {
160035
+ "diff": {
160036
+ "api.github.com": {
160037
+ "type": "changed"
160038
+ }
160039
+ }
160040
+ }
159956
160041
  }
159957
160042
  },
159958
160043
  "/repos/{owner}/{repo}/assignees": {
@@ -186444,8 +186529,9 @@
186444
186529
  },
186445
186530
  "use_squash_pr_title_as_default": {
186446
186531
  "type": "boolean",
186447
- "description": "Whether a squash merge commit can use the pull request title as default.",
186448
- "default": false
186532
+ "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.",
186533
+ "default": false,
186534
+ "deprecated": true
186449
186535
  },
186450
186536
  "squash_merge_commit_title": {
186451
186537
  "type": "string",
@@ -189028,8 +189114,9 @@
189028
189114
  },
189029
189115
  "use_squash_pr_title_as_default": {
189030
189116
  "type": "boolean",
189031
- "description": "Whether a squash merge commit can use the pull request title as default.",
189032
- "default": false
189117
+ "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.",
189118
+ "default": false,
189119
+ "deprecated": true
189033
189120
  },
189034
189121
  "squash_merge_commit_title": {
189035
189122
  "type": "string",
@@ -191329,8 +191416,9 @@
191329
191416
  },
191330
191417
  "use_squash_pr_title_as_default": {
191331
191418
  "type": "boolean",
191332
- "description": "Whether a squash merge commit can use the pull request title as default.",
191333
- "default": false
191419
+ "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.",
191420
+ "default": false,
191421
+ "deprecated": true
191334
191422
  },
191335
191423
  "squash_merge_commit_title": {
191336
191424
  "type": "string",
@@ -193803,8 +193891,9 @@
193803
193891
  },
193804
193892
  "use_squash_pr_title_as_default": {
193805
193893
  "type": "boolean",
193806
- "description": "Whether a squash merge commit can use the pull request title as default.",
193807
- "default": false
193894
+ "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.",
193895
+ "default": false,
193896
+ "deprecated": true
193808
193897
  },
193809
193898
  "squash_merge_commit_title": {
193810
193899
  "type": "string",
@@ -201173,8 +201262,9 @@
201173
201262
  },
201174
201263
  "use_squash_pr_title_as_default": {
201175
201264
  "type": "boolean",
201176
- "description": "Whether a squash merge commit can use the pull request title as default.",
201177
- "default": false
201265
+ "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.",
201266
+ "default": false,
201267
+ "deprecated": true
201178
201268
  },
201179
201269
  "squash_merge_commit_title": {
201180
201270
  "type": "string",
@@ -208514,8 +208604,9 @@
208514
208604
  },
208515
208605
  "use_squash_pr_title_as_default": {
208516
208606
  "type": "boolean",
208517
- "description": "Whether a squash merge commit can use the pull request title as default.",
208518
- "default": false
208607
+ "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.",
208608
+ "default": false,
208609
+ "deprecated": true
208519
208610
  },
208520
208611
  "squash_merge_commit_title": {
208521
208612
  "type": "string",
@@ -209848,8 +209939,9 @@
209848
209939
  },
209849
209940
  "use_squash_pr_title_as_default": {
209850
209941
  "type": "boolean",
209851
- "description": "Whether a squash merge commit can use the pull request title as default.",
209852
- "default": false
209942
+ "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.",
209943
+ "default": false,
209944
+ "deprecated": true
209853
209945
  },
209854
209946
  "squash_merge_commit_title": {
209855
209947
  "type": "string",
@@ -214860,8 +214952,9 @@
214860
214952
  },
214861
214953
  "use_squash_pr_title_as_default": {
214862
214954
  "type": "boolean",
214863
- "description": "Whether a squash merge commit can use the pull request title as default.",
214864
- "default": false
214955
+ "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.",
214956
+ "default": false,
214957
+ "deprecated": true
214865
214958
  },
214866
214959
  "squash_merge_commit_title": {
214867
214960
  "type": "string",
@@ -217082,8 +217175,9 @@
217082
217175
  },
217083
217176
  "use_squash_pr_title_as_default": {
217084
217177
  "type": "boolean",
217085
- "description": "Whether a squash merge commit can use the pull request title as default.",
217086
- "default": false
217178
+ "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.",
217179
+ "default": false,
217180
+ "deprecated": true
217087
217181
  },
217088
217182
  "squash_merge_commit_title": {
217089
217183
  "type": "string",
@@ -221450,7 +221544,7 @@
221450
221544
  },
221451
221545
  "sha": {
221452
221546
  "type": "string",
221453
- "description": "The blob SHA of the file being replaced."
221547
+ "description": "The blob SHA of the file being deleted."
221454
221548
  },
221455
221549
  "branch": {
221456
221550
  "type": "string",
@@ -229732,7 +229826,12 @@
229732
229826
  "description": "The reason for the current state",
229733
229827
  "example": "not_planned",
229734
229828
  "type": "string",
229735
- "nullable": true
229829
+ "nullable": true,
229830
+ "enum": [
229831
+ "completed",
229832
+ "reopened",
229833
+ "not_planned"
229834
+ ]
229736
229835
  },
229737
229836
  "title": {
229738
229837
  "description": "Title of the issue",
@@ -231610,8 +231709,9 @@
231610
231709
  },
231611
231710
  "use_squash_pr_title_as_default": {
231612
231711
  "type": "boolean",
231613
- "description": "Whether a squash merge commit can use the pull request title as default.",
231614
- "default": false
231712
+ "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.",
231713
+ "default": false,
231714
+ "deprecated": true
231615
231715
  },
231616
231716
  "squash_merge_commit_title": {
231617
231717
  "type": "string",
@@ -234268,8 +234368,9 @@
234268
234368
  },
234269
234369
  "use_squash_pr_title_as_default": {
234270
234370
  "type": "boolean",
234271
- "description": "Whether a squash merge commit can use the pull request title as default.",
234272
- "default": false
234371
+ "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.",
234372
+ "default": false,
234373
+ "deprecated": true
234273
234374
  },
234274
234375
  "squash_merge_commit_title": {
234275
234376
  "type": "string",
@@ -236319,8 +236420,9 @@
236319
236420
  },
236320
236421
  "use_squash_pr_title_as_default": {
236321
236422
  "type": "boolean",
236322
- "description": "Whether a squash merge commit can use the pull request title as default.",
236323
- "default": false
236423
+ "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.",
236424
+ "default": false,
236425
+ "deprecated": true
236324
236426
  },
236325
236427
  "squash_merge_commit_title": {
236326
236428
  "type": "string",
@@ -237757,8 +237859,9 @@
237757
237859
  },
237758
237860
  "use_squash_pr_title_as_default": {
237759
237861
  "type": "boolean",
237760
- "description": "Whether a squash merge commit can use the pull request title as default.",
237761
- "default": false
237862
+ "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.",
237863
+ "default": false,
237864
+ "deprecated": true
237762
237865
  },
237763
237866
  "squash_merge_commit_title": {
237764
237867
  "type": "string",
@@ -238950,8 +239053,9 @@
238950
239053
  },
238951
239054
  "use_squash_pr_title_as_default": {
238952
239055
  "type": "boolean",
238953
- "description": "Whether a squash merge commit can use the pull request title as default.",
238954
- "default": false
239056
+ "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.",
239057
+ "default": false,
239058
+ "deprecated": true
238955
239059
  },
238956
239060
  "squash_merge_commit_title": {
238957
239061
  "type": "string",
@@ -248539,8 +248643,9 @@
248539
248643
  },
248540
248644
  "use_squash_pr_title_as_default": {
248541
248645
  "type": "boolean",
248542
- "description": "Whether a squash merge commit can use the pull request title as default.",
248543
- "default": false
248646
+ "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.",
248647
+ "default": false,
248648
+ "deprecated": true
248544
248649
  },
248545
248650
  "squash_merge_commit_title": {
248546
248651
  "type": "string",
@@ -250823,8 +250928,9 @@
250823
250928
  },
250824
250929
  "use_squash_pr_title_as_default": {
250825
250930
  "type": "boolean",
250826
- "description": "Whether a squash merge commit can use the pull request title as default.",
250827
- "default": false
250931
+ "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.",
250932
+ "default": false,
250933
+ "deprecated": true
250828
250934
  },
250829
250935
  "squash_merge_commit_title": {
250830
250936
  "type": "string",
@@ -251793,7 +251899,12 @@
251793
251899
  "description": "The reason for the current state",
251794
251900
  "example": "not_planned",
251795
251901
  "type": "string",
251796
- "nullable": true
251902
+ "nullable": true,
251903
+ "enum": [
251904
+ "completed",
251905
+ "reopened",
251906
+ "not_planned"
251907
+ ]
251797
251908
  },
251798
251909
  "title": {
251799
251910
  "description": "Title of the issue",
@@ -253671,8 +253782,9 @@
253671
253782
  },
253672
253783
  "use_squash_pr_title_as_default": {
253673
253784
  "type": "boolean",
253674
- "description": "Whether a squash merge commit can use the pull request title as default.",
253675
- "default": false
253785
+ "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.",
253786
+ "default": false,
253787
+ "deprecated": true
253676
253788
  },
253677
253789
  "squash_merge_commit_title": {
253678
253790
  "type": "string",
@@ -254650,7 +254762,12 @@
254650
254762
  "description": "The reason for the current state",
254651
254763
  "example": "not_planned",
254652
254764
  "type": "string",
254653
- "nullable": true
254765
+ "nullable": true,
254766
+ "enum": [
254767
+ "completed",
254768
+ "reopened",
254769
+ "not_planned"
254770
+ ]
254654
254771
  },
254655
254772
  "title": {
254656
254773
  "description": "Title of the issue",
@@ -256528,8 +256645,9 @@
256528
256645
  },
256529
256646
  "use_squash_pr_title_as_default": {
256530
256647
  "type": "boolean",
256531
- "description": "Whether a squash merge commit can use the pull request title as default.",
256532
- "default": false
256648
+ "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.",
256649
+ "default": false,
256650
+ "deprecated": true
256533
256651
  },
256534
256652
  "squash_merge_commit_title": {
256535
256653
  "type": "string",
@@ -260660,7 +260778,12 @@
260660
260778
  "description": "The reason for the current state",
260661
260779
  "example": "not_planned",
260662
260780
  "type": "string",
260663
- "nullable": true
260781
+ "nullable": true,
260782
+ "enum": [
260783
+ "completed",
260784
+ "reopened",
260785
+ "not_planned"
260786
+ ]
260664
260787
  },
260665
260788
  "title": {
260666
260789
  "description": "Title of the issue",
@@ -262538,8 +262661,9 @@
262538
262661
  },
262539
262662
  "use_squash_pr_title_as_default": {
262540
262663
  "type": "boolean",
262541
- "description": "Whether a squash merge commit can use the pull request title as default.",
262542
- "default": false
262664
+ "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.",
262665
+ "default": false,
262666
+ "deprecated": true
262543
262667
  },
262544
262668
  "squash_merge_commit_title": {
262545
262669
  "type": "string",
@@ -264573,7 +264697,12 @@
264573
264697
  "description": "The reason for the current state",
264574
264698
  "example": "not_planned",
264575
264699
  "type": "string",
264576
- "nullable": true
264700
+ "nullable": true,
264701
+ "enum": [
264702
+ "completed",
264703
+ "reopened",
264704
+ "not_planned"
264705
+ ]
264577
264706
  },
264578
264707
  "title": {
264579
264708
  "description": "Title of the issue",
@@ -266451,8 +266580,9 @@
266451
266580
  },
266452
266581
  "use_squash_pr_title_as_default": {
266453
266582
  "type": "boolean",
266454
- "description": "Whether a squash merge commit can use the pull request title as default.",
266455
- "default": false
266583
+ "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.",
266584
+ "default": false,
266585
+ "deprecated": true
266456
266586
  },
266457
266587
  "squash_merge_commit_title": {
266458
266588
  "type": "string",
@@ -268368,7 +268498,12 @@
268368
268498
  "description": "The reason for the current state",
268369
268499
  "example": "not_planned",
268370
268500
  "type": "string",
268371
- "nullable": true
268501
+ "nullable": true,
268502
+ "enum": [
268503
+ "completed",
268504
+ "reopened",
268505
+ "not_planned"
268506
+ ]
268372
268507
  },
268373
268508
  "title": {
268374
268509
  "description": "Title of the issue",
@@ -270246,8 +270381,9 @@
270246
270381
  },
270247
270382
  "use_squash_pr_title_as_default": {
270248
270383
  "type": "boolean",
270249
- "description": "Whether a squash merge commit can use the pull request title as default.",
270250
- "default": false
270384
+ "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.",
270385
+ "default": false,
270386
+ "deprecated": true
270251
270387
  },
270252
270388
  "squash_merge_commit_title": {
270253
270389
  "type": "string",
@@ -271068,6 +271204,11 @@
271068
271204
  },
271069
271205
  "state_reason": {
271070
271206
  "type": "string",
271207
+ "enum": [
271208
+ "completed",
271209
+ "not_planned",
271210
+ "reopened"
271211
+ ],
271071
271212
  "nullable": true,
271072
271213
  "description": "The reason for the current state",
271073
271214
  "example": "not_planned"
@@ -271197,7 +271338,12 @@
271197
271338
  "description": "The reason for the current state",
271198
271339
  "example": "not_planned",
271199
271340
  "type": "string",
271200
- "nullable": true
271341
+ "nullable": true,
271342
+ "enum": [
271343
+ "completed",
271344
+ "reopened",
271345
+ "not_planned"
271346
+ ]
271201
271347
  },
271202
271348
  "title": {
271203
271349
  "description": "Title of the issue",
@@ -273075,8 +273221,9 @@
273075
273221
  },
273076
273222
  "use_squash_pr_title_as_default": {
273077
273223
  "type": "boolean",
273078
- "description": "Whether a squash merge commit can use the pull request title as default.",
273079
- "default": false
273224
+ "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.",
273225
+ "default": false,
273226
+ "deprecated": true
273080
273227
  },
273081
273228
  "squash_merge_commit_title": {
273082
273229
  "type": "string",
@@ -274057,7 +274204,12 @@
274057
274204
  "description": "The reason for the current state",
274058
274205
  "example": "not_planned",
274059
274206
  "type": "string",
274060
- "nullable": true
274207
+ "nullable": true,
274208
+ "enum": [
274209
+ "completed",
274210
+ "reopened",
274211
+ "not_planned"
274212
+ ]
274061
274213
  },
274062
274214
  "title": {
274063
274215
  "description": "Title of the issue",
@@ -275935,8 +276087,9 @@
275935
276087
  },
275936
276088
  "use_squash_pr_title_as_default": {
275937
276089
  "type": "boolean",
275938
- "description": "Whether a squash merge commit can use the pull request title as default.",
275939
- "default": false
276090
+ "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.",
276091
+ "default": false,
276092
+ "deprecated": true
275940
276093
  },
275941
276094
  "squash_merge_commit_title": {
275942
276095
  "type": "string",
@@ -297914,7 +298067,12 @@
297914
298067
  "description": "The reason for the current state",
297915
298068
  "example": "not_planned",
297916
298069
  "type": "string",
297917
- "nullable": true
298070
+ "nullable": true,
298071
+ "enum": [
298072
+ "completed",
298073
+ "reopened",
298074
+ "not_planned"
298075
+ ]
297918
298076
  },
297919
298077
  "title": {
297920
298078
  "description": "Title of the issue",
@@ -299792,8 +299950,9 @@
299792
299950
  },
299793
299951
  "use_squash_pr_title_as_default": {
299794
299952
  "type": "boolean",
299795
- "description": "Whether a squash merge commit can use the pull request title as default.",
299796
- "default": false
299953
+ "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.",
299954
+ "default": false,
299955
+ "deprecated": true
299797
299956
  },
299798
299957
  "squash_merge_commit_title": {
299799
299958
  "type": "string",
@@ -309084,8 +309243,9 @@
309084
309243
  },
309085
309244
  "use_squash_pr_title_as_default": {
309086
309245
  "type": "boolean",
309087
- "description": "Whether a squash merge commit can use the pull request title as default.",
309088
- "default": false
309246
+ "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.",
309247
+ "default": false,
309248
+ "deprecated": true
309089
309249
  },
309090
309250
  "squash_merge_commit_title": {
309091
309251
  "type": "string",
@@ -315127,8 +315287,9 @@
315127
315287
  },
315128
315288
  "use_squash_pr_title_as_default": {
315129
315289
  "type": "boolean",
315130
- "description": "Whether a squash merge commit can use the pull request title as default.",
315131
- "default": false
315290
+ "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.",
315291
+ "default": false,
315292
+ "deprecated": true
315132
315293
  },
315133
315294
  "squash_merge_commit_title": {
315134
315295
  "type": "string",
@@ -316461,8 +316622,9 @@
316461
316622
  },
316462
316623
  "use_squash_pr_title_as_default": {
316463
316624
  "type": "boolean",
316464
- "description": "Whether a squash merge commit can use the pull request title as default.",
316465
- "default": false
316625
+ "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.",
316626
+ "default": false,
316627
+ "deprecated": true
316466
316628
  },
316467
316629
  "squash_merge_commit_title": {
316468
316630
  "type": "string",
@@ -336308,8 +336470,9 @@
336308
336470
  },
336309
336471
  "use_squash_pr_title_as_default": {
336310
336472
  "type": "boolean",
336311
- "description": "Whether a squash merge commit can use the pull request title as default.",
336312
- "default": false
336473
+ "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.",
336474
+ "default": false,
336475
+ "deprecated": true
336313
336476
  },
336314
336477
  "squash_merge_commit_title": {
336315
336478
  "type": "string",
@@ -337642,8 +337805,9 @@
337642
337805
  },
337643
337806
  "use_squash_pr_title_as_default": {
337644
337807
  "type": "boolean",
337645
- "description": "Whether a squash merge commit can use the pull request title as default.",
337646
- "default": false
337808
+ "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.",
337809
+ "default": false,
337810
+ "deprecated": true
337647
337811
  },
337648
337812
  "squash_merge_commit_title": {
337649
337813
  "type": "string",
@@ -341025,8 +341189,9 @@
341025
341189
  },
341026
341190
  "use_squash_pr_title_as_default": {
341027
341191
  "type": "boolean",
341028
- "description": "Whether a squash merge commit can use the pull request title as default.",
341029
- "default": false
341192
+ "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.",
341193
+ "default": false,
341194
+ "deprecated": true
341030
341195
  },
341031
341196
  "squash_merge_commit_title": {
341032
341197
  "type": "string",
@@ -342359,8 +342524,9 @@
342359
342524
  },
342360
342525
  "use_squash_pr_title_as_default": {
342361
342526
  "type": "boolean",
342362
- "description": "Whether a squash merge commit can use the pull request title as default.",
342363
- "default": false
342527
+ "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.",
342528
+ "default": false,
342529
+ "deprecated": true
342364
342530
  },
342365
342531
  "squash_merge_commit_title": {
342366
342532
  "type": "string",
@@ -360889,8 +361055,9 @@
360889
361055
  },
360890
361056
  "use_squash_pr_title_as_default": {
360891
361057
  "type": "boolean",
360892
- "description": "Whether a squash merge commit can use the pull request title as default.",
360893
- "default": false
361058
+ "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.",
361059
+ "default": false,
361060
+ "deprecated": true
360894
361061
  },
360895
361062
  "squash_merge_commit_title": {
360896
361063
  "type": "string",
@@ -362618,8 +362785,9 @@
362618
362785
  },
362619
362786
  "use_squash_pr_title_as_default": {
362620
362787
  "type": "boolean",
362621
- "description": "Whether a squash merge commit can use the pull request title as default.",
362622
- "default": false
362788
+ "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.",
362789
+ "default": false,
362790
+ "deprecated": true
362623
362791
  },
362624
362792
  "squash_merge_commit_title": {
362625
362793
  "type": "string",
@@ -364437,8 +364605,9 @@
364437
364605
  },
364438
364606
  "use_squash_pr_title_as_default": {
364439
364607
  "type": "boolean",
364440
- "description": "Whether a squash merge commit can use the pull request title as default.",
364441
- "default": false
364608
+ "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.",
364609
+ "default": false,
364610
+ "deprecated": true
364442
364611
  },
364443
364612
  "squash_merge_commit_title": {
364444
364613
  "type": "string",
@@ -366973,8 +367142,9 @@
366973
367142
  },
366974
367143
  "use_squash_pr_title_as_default": {
366975
367144
  "type": "boolean",
366976
- "description": "Whether a squash merge commit can use the pull request title as default.",
366977
- "default": false
367145
+ "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.",
367146
+ "default": false,
367147
+ "deprecated": true
366978
367148
  },
366979
367149
  "squash_merge_commit_title": {
366980
367150
  "type": "string",
@@ -369406,8 +369576,9 @@
369406
369576
  },
369407
369577
  "use_squash_pr_title_as_default": {
369408
369578
  "type": "boolean",
369409
- "description": "Whether a squash merge commit can use the pull request title as default.",
369410
- "default": false
369579
+ "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.",
369580
+ "default": false,
369581
+ "deprecated": true
369411
369582
  },
369412
369583
  "squash_merge_commit_title": {
369413
369584
  "type": "string",
@@ -371834,8 +372005,9 @@
371834
372005
  },
371835
372006
  "use_squash_pr_title_as_default": {
371836
372007
  "type": "boolean",
371837
- "description": "Whether a squash merge commit can use the pull request title as default.",
371838
- "default": false
372008
+ "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.",
372009
+ "default": false,
372010
+ "deprecated": true
371839
372011
  },
371840
372012
  "squash_merge_commit_title": {
371841
372013
  "type": "string",
@@ -385637,8 +385809,9 @@
385637
385809
  },
385638
385810
  "use_squash_pr_title_as_default": {
385639
385811
  "type": "boolean",
385640
- "description": "Whether a squash merge commit can use the pull request title as default.",
385641
- "default": false
385812
+ "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.",
385813
+ "default": false,
385814
+ "deprecated": true
385642
385815
  },
385643
385816
  "squash_merge_commit_title": {
385644
385817
  "type": "string",
@@ -387707,8 +387880,9 @@
387707
387880
  },
387708
387881
  "use_squash_pr_title_as_default": {
387709
387882
  "type": "boolean",
387710
- "description": "Whether a squash merge commit can use the pull request title as default.",
387711
- "default": false
387883
+ "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.",
387884
+ "default": false,
387885
+ "deprecated": true
387712
387886
  },
387713
387887
  "squash_merge_commit_title": {
387714
387888
  "type": "string",
@@ -394993,8 +395167,9 @@
394993
395167
  },
394994
395168
  "use_squash_pr_title_as_default": {
394995
395169
  "type": "boolean",
394996
- "description": "Whether a squash merge commit can use the pull request title as default.",
394997
- "default": false
395170
+ "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.",
395171
+ "default": false,
395172
+ "deprecated": true
394998
395173
  },
394999
395174
  "squash_merge_commit_title": {
395000
395175
  "type": "string",
@@ -395756,7 +395931,12 @@
395756
395931
  "description": "The reason for the current state",
395757
395932
  "example": "not_planned",
395758
395933
  "type": "string",
395759
- "nullable": true
395934
+ "nullable": true,
395935
+ "enum": [
395936
+ "completed",
395937
+ "reopened",
395938
+ "not_planned"
395939
+ ]
395760
395940
  },
395761
395941
  "title": {
395762
395942
  "description": "Title of the issue",
@@ -397634,8 +397814,9 @@
397634
397814
  },
397635
397815
  "use_squash_pr_title_as_default": {
397636
397816
  "type": "boolean",
397637
- "description": "Whether a squash merge commit can use the pull request title as default.",
397638
- "default": false
397817
+ "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.",
397818
+ "default": false,
397819
+ "deprecated": true
397639
397820
  },
397640
397821
  "squash_merge_commit_title": {
397641
397822
  "type": "string",
@@ -401866,8 +402047,9 @@
401866
402047
  },
401867
402048
  "use_squash_pr_title_as_default": {
401868
402049
  "type": "boolean",
401869
- "description": "Whether a squash merge commit can use the pull request title as default.",
401870
- "default": false
402050
+ "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.",
402051
+ "default": false,
402052
+ "deprecated": true
401871
402053
  },
401872
402054
  "squash_merge_commit_title": {
401873
402055
  "type": "string",
@@ -403615,8 +403797,9 @@
403615
403797
  },
403616
403798
  "use_squash_pr_title_as_default": {
403617
403799
  "type": "boolean",
403618
- "description": "Whether a squash merge commit can use the pull request title as default.",
403619
- "default": false
403800
+ "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.",
403801
+ "default": false,
403802
+ "deprecated": true
403620
403803
  },
403621
403804
  "squash_merge_commit_title": {
403622
403805
  "type": "string",
@@ -405729,8 +405912,9 @@
405729
405912
  },
405730
405913
  "use_squash_pr_title_as_default": {
405731
405914
  "type": "boolean",
405732
- "description": "Whether a squash merge commit can use the pull request title as default.",
405733
- "default": false
405915
+ "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.",
405916
+ "default": false,
405917
+ "deprecated": true
405734
405918
  },
405735
405919
  "squash_merge_commit_title": {
405736
405920
  "type": "string",
@@ -408165,8 +408349,9 @@
408165
408349
  },
408166
408350
  "use_squash_pr_title_as_default": {
408167
408351
  "type": "boolean",
408168
- "description": "Whether a squash merge commit can use the pull request title as default.",
408169
- "default": false
408352
+ "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.",
408353
+ "default": false,
408354
+ "deprecated": true
408170
408355
  },
408171
408356
  "squash_merge_commit_title": {
408172
408357
  "type": "string",
@@ -409788,8 +409973,9 @@
409788
409973
  },
409789
409974
  "use_squash_pr_title_as_default": {
409790
409975
  "type": "boolean",
409791
- "description": "Whether a squash merge commit can use the pull request title as default.",
409792
- "default": false
409976
+ "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.",
409977
+ "default": false,
409978
+ "deprecated": true
409793
409979
  },
409794
409980
  "squash_merge_commit_title": {
409795
409981
  "type": "string",
@@ -411824,8 +412010,9 @@
411824
412010
  },
411825
412011
  "use_squash_pr_title_as_default": {
411826
412012
  "type": "boolean",
411827
- "description": "Whether a squash merge commit can use the pull request title as default.",
411828
- "default": false
412013
+ "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.",
412014
+ "default": false,
412015
+ "deprecated": true
411829
412016
  },
411830
412017
  "squash_merge_commit_title": {
411831
412018
  "type": "string",
@@ -413988,8 +414175,9 @@
413988
414175
  },
413989
414176
  "use_squash_pr_title_as_default": {
413990
414177
  "type": "boolean",
413991
- "description": "Whether a squash merge commit can use the pull request title as default.",
413992
- "default": false
414178
+ "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.",
414179
+ "default": false,
414180
+ "deprecated": true
413993
414181
  },
413994
414182
  "squash_merge_commit_title": {
413995
414183
  "type": "string",
@@ -415325,8 +415513,9 @@
415325
415513
  },
415326
415514
  "use_squash_pr_title_as_default": {
415327
415515
  "type": "boolean",
415328
- "description": "Whether a squash merge commit can use the pull request title as default.",
415329
- "default": false
415516
+ "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.",
415517
+ "default": false,
415518
+ "deprecated": true
415330
415519
  },
415331
415520
  "squash_merge_commit_title": {
415332
415521
  "type": "string",
@@ -417585,8 +417774,9 @@
417585
417774
  },
417586
417775
  "use_squash_pr_title_as_default": {
417587
417776
  "type": "boolean",
417588
- "description": "Whether a squash merge commit can use the pull request title as default.",
417589
- "default": false
417777
+ "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.",
417778
+ "default": false,
417779
+ "deprecated": true
417590
417780
  },
417591
417781
  "squash_merge_commit_title": {
417592
417782
  "type": "string",
@@ -419698,7 +419888,12 @@
419698
419888
  "description": "The reason for the current state",
419699
419889
  "example": "not_planned",
419700
419890
  "type": "string",
419701
- "nullable": true
419891
+ "nullable": true,
419892
+ "enum": [
419893
+ "completed",
419894
+ "reopened",
419895
+ "not_planned"
419896
+ ]
419702
419897
  },
419703
419898
  "title": {
419704
419899
  "description": "Title of the issue",
@@ -421576,8 +421771,9 @@
421576
421771
  },
421577
421772
  "use_squash_pr_title_as_default": {
421578
421773
  "type": "boolean",
421579
- "description": "Whether a squash merge commit can use the pull request title as default.",
421580
- "default": false
421774
+ "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.",
421775
+ "default": false,
421776
+ "deprecated": true
421581
421777
  },
421582
421778
  "squash_merge_commit_title": {
421583
421779
  "type": "string",
@@ -422900,7 +423096,12 @@
422900
423096
  "description": "The reason for the current state",
422901
423097
  "example": "not_planned",
422902
423098
  "type": "string",
422903
- "nullable": true
423099
+ "nullable": true,
423100
+ "enum": [
423101
+ "completed",
423102
+ "reopened",
423103
+ "not_planned"
423104
+ ]
422904
423105
  },
422905
423106
  "title": {
422906
423107
  "description": "Title of the issue",
@@ -424778,8 +424979,9 @@
424778
424979
  },
424779
424980
  "use_squash_pr_title_as_default": {
424780
424981
  "type": "boolean",
424781
- "description": "Whether a squash merge commit can use the pull request title as default.",
424782
- "default": false
424982
+ "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.",
424983
+ "default": false,
424984
+ "deprecated": true
424783
424985
  },
424784
424986
  "squash_merge_commit_title": {
424785
424987
  "type": "string",
@@ -426104,7 +426306,12 @@
426104
426306
  "description": "The reason for the current state",
426105
426307
  "example": "not_planned",
426106
426308
  "type": "string",
426107
- "nullable": true
426309
+ "nullable": true,
426310
+ "enum": [
426311
+ "completed",
426312
+ "reopened",
426313
+ "not_planned"
426314
+ ]
426108
426315
  },
426109
426316
  "title": {
426110
426317
  "description": "Title of the issue",
@@ -427982,8 +428189,9 @@
427982
428189
  },
427983
428190
  "use_squash_pr_title_as_default": {
427984
428191
  "type": "boolean",
427985
- "description": "Whether a squash merge commit can use the pull request title as default.",
427986
- "default": false
428192
+ "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.",
428193
+ "default": false,
428194
+ "deprecated": true
427987
428195
  },
427988
428196
  "squash_merge_commit_title": {
427989
428197
  "type": "string",
@@ -432255,7 +432463,12 @@
432255
432463
  "description": "The reason for the current state",
432256
432464
  "example": "not_planned",
432257
432465
  "type": "string",
432258
- "nullable": true
432466
+ "nullable": true,
432467
+ "enum": [
432468
+ "completed",
432469
+ "reopened",
432470
+ "not_planned"
432471
+ ]
432259
432472
  },
432260
432473
  "title": {
432261
432474
  "description": "Title of the issue",
@@ -434133,8 +434346,9 @@
434133
434346
  },
434134
434347
  "use_squash_pr_title_as_default": {
434135
434348
  "type": "boolean",
434136
- "description": "Whether a squash merge commit can use the pull request title as default.",
434137
- "default": false
434349
+ "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.",
434350
+ "default": false,
434351
+ "deprecated": true
434138
434352
  },
434139
434353
  "squash_merge_commit_title": {
434140
434354
  "type": "string",
@@ -435459,7 +435673,12 @@
435459
435673
  "description": "The reason for the current state",
435460
435674
  "example": "not_planned",
435461
435675
  "type": "string",
435462
- "nullable": true
435676
+ "nullable": true,
435677
+ "enum": [
435678
+ "completed",
435679
+ "reopened",
435680
+ "not_planned"
435681
+ ]
435463
435682
  },
435464
435683
  "title": {
435465
435684
  "description": "Title of the issue",
@@ -437337,8 +437556,9 @@
437337
437556
  },
437338
437557
  "use_squash_pr_title_as_default": {
437339
437558
  "type": "boolean",
437340
- "description": "Whether a squash merge commit can use the pull request title as default.",
437341
- "default": false
437559
+ "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.",
437560
+ "default": false,
437561
+ "deprecated": true
437342
437562
  },
437343
437563
  "squash_merge_commit_title": {
437344
437564
  "type": "string",
@@ -440025,8 +440245,9 @@
440025
440245
  },
440026
440246
  "use_squash_pr_title_as_default": {
440027
440247
  "type": "boolean",
440028
- "description": "Whether a squash merge commit can use the pull request title as default.",
440029
- "default": false
440248
+ "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.",
440249
+ "default": false,
440250
+ "deprecated": true
440030
440251
  },
440031
440252
  "squash_merge_commit_title": {
440032
440253
  "type": "string",
@@ -441659,8 +441880,9 @@
441659
441880
  },
441660
441881
  "use_squash_pr_title_as_default": {
441661
441882
  "type": "boolean",
441662
- "description": "Whether a squash merge commit can use the pull request title as default.",
441663
- "default": false
441883
+ "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.",
441884
+ "default": false,
441885
+ "deprecated": true
441664
441886
  },
441665
441887
  "squash_merge_commit_title": {
441666
441888
  "type": "string",
@@ -442861,8 +443083,9 @@
442861
443083
  },
442862
443084
  "use_squash_pr_title_as_default": {
442863
443085
  "type": "boolean",
442864
- "description": "Whether a squash merge commit can use the pull request title as default.",
442865
- "default": false
443086
+ "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.",
443087
+ "default": false,
443088
+ "deprecated": true
442866
443089
  },
442867
443090
  "squash_merge_commit_title": {
442868
443091
  "type": "string",
@@ -444691,8 +444914,9 @@
444691
444914
  },
444692
444915
  "use_squash_pr_title_as_default": {
444693
444916
  "type": "boolean",
444694
- "description": "Whether a squash merge commit can use the pull request title as default.",
444695
- "default": false
444917
+ "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.",
444918
+ "default": false,
444919
+ "deprecated": true
444696
444920
  },
444697
444921
  "squash_merge_commit_title": {
444698
444922
  "type": "string",
@@ -447723,6 +447947,70 @@
447723
447947
  }
447724
447948
  }
447725
447949
  },
447950
+ "/orgs/{org}/custom_roles": {
447951
+ "post": {
447952
+ "summary": "Create a custom role",
447953
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
447954
+ "tags": [
447955
+ "orgs"
447956
+ ],
447957
+ "operationId": "orgs/create-custom-role",
447958
+ "externalDocs": {
447959
+ "description": "API method documentation",
447960
+ "url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
447961
+ },
447962
+ "x-octokit": {
447963
+ "api.github.com": "removed"
447964
+ },
447965
+ "responses": {
447966
+ "501": {
447967
+ "description": "Not Implemented"
447968
+ }
447969
+ }
447970
+ }
447971
+ },
447972
+ "/orgs/{org}/custom_roles/{role_id}": {
447973
+ "delete": {
447974
+ "summary": "Delete a custom role",
447975
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
447976
+ "tags": [
447977
+ "orgs"
447978
+ ],
447979
+ "operationId": "orgs/delete-custom-role",
447980
+ "externalDocs": {
447981
+ "description": "API method documentation",
447982
+ "url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
447983
+ },
447984
+ "x-octokit": {
447985
+ "api.github.com": "removed"
447986
+ },
447987
+ "responses": {
447988
+ "501": {
447989
+ "description": "Not Implemented"
447990
+ }
447991
+ }
447992
+ },
447993
+ "patch": {
447994
+ "summary": "Update a custom role",
447995
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
447996
+ "tags": [
447997
+ "orgs"
447998
+ ],
447999
+ "operationId": "orgs/update-custom-role",
448000
+ "externalDocs": {
448001
+ "description": "API method documentation",
448002
+ "url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
448003
+ },
448004
+ "x-octokit": {
448005
+ "api.github.com": "removed"
448006
+ },
448007
+ "responses": {
448008
+ "501": {
448009
+ "description": "Not Implemented"
448010
+ }
448011
+ }
448012
+ }
448013
+ },
447726
448014
  "/orgs/{org}/external-group/{group_id}": {
447727
448015
  "get": {
447728
448016
  "summary": "Get an external group",
@@ -447789,6 +448077,28 @@
447789
448077
  }
447790
448078
  }
447791
448079
  },
448080
+ "/orgs/{org}/fine_grained_permissions": {
448081
+ "get": {
448082
+ "summary": "List fine-grained permissions for an organization",
448083
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
448084
+ "tags": [
448085
+ "orgs"
448086
+ ],
448087
+ "operationId": "orgs/list-fine-grained-permissions",
448088
+ "externalDocs": {
448089
+ "description": "API method documentation",
448090
+ "url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
448091
+ },
448092
+ "x-octokit": {
448093
+ "api.github.com": "removed"
448094
+ },
448095
+ "responses": {
448096
+ "501": {
448097
+ "description": "Not Implemented"
448098
+ }
448099
+ }
448100
+ }
448101
+ },
447792
448102
  "/orgs/{org}/interaction-limits": {
447793
448103
  "get": {
447794
448104
  "summary": "Get interaction restrictions for an organization",
@@ -448155,7 +448465,7 @@
448155
448465
  },
448156
448466
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
448157
448467
  "get": {
448158
- "summary": "Get all package versions for a package owned by an organization",
448468
+ "summary": "List package versions for a package owned by an organization",
448159
448469
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
448160
448470
  "tags": [
448161
448471
  "packages"
@@ -448163,7 +448473,7 @@
448163
448473
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
448164
448474
  "externalDocs": {
448165
448475
  "description": "API method documentation",
448166
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
448476
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
448167
448477
  },
448168
448478
  "x-octokit": {
448169
448479
  "api.github.com": "removed"
@@ -450638,7 +450948,7 @@
450638
450948
  },
450639
450949
  "/user/packages/{package_type}/{package_name}/versions": {
450640
450950
  "get": {
450641
- "summary": "Get all package versions for a package owned by the authenticated user",
450951
+ "summary": "List package versions for a package owned by the authenticated user",
450642
450952
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
450643
450953
  "tags": [
450644
450954
  "packages"
@@ -450646,7 +450956,7 @@
450646
450956
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
450647
450957
  "externalDocs": {
450648
450958
  "description": "API method documentation",
450649
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
450959
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
450650
450960
  },
450651
450961
  "x-octokit": {
450652
450962
  "api.github.com": "removed"
@@ -450894,7 +451204,7 @@
450894
451204
  },
450895
451205
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
450896
451206
  "get": {
450897
- "summary": "Get all package versions for a package owned by a user",
451207
+ "summary": "List package versions for a package owned by a user",
450898
451208
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
450899
451209
  "tags": [
450900
451210
  "packages"
@@ -450902,7 +451212,7 @@
450902
451212
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
450903
451213
  "externalDocs": {
450904
451214
  "description": "API method documentation",
450905
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
451215
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
450906
451216
  },
450907
451217
  "x-octokit": {
450908
451218
  "api.github.com": "removed"