@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": {
@@ -5512,8 +5512,9 @@
5512
5512
  },
5513
5513
  "use_squash_pr_title_as_default": {
5514
5514
  "type": "boolean",
5515
- "description": "Whether a squash merge commit can use the pull request title as default.",
5516
- "default": false
5515
+ "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.",
5516
+ "default": false,
5517
+ "deprecated": true
5517
5518
  },
5518
5519
  "squash_merge_commit_title": {
5519
5520
  "type": "string",
@@ -15947,8 +15948,9 @@
15947
15948
  },
15948
15949
  "use_squash_pr_title_as_default": {
15949
15950
  "type": "boolean",
15950
- "description": "Whether a squash merge commit can use the pull request title as default.",
15951
- "default": false
15951
+ "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.",
15952
+ "default": false,
15953
+ "deprecated": true
15952
15954
  },
15953
15955
  "squash_merge_commit_title": {
15954
15956
  "type": "string",
@@ -17235,8 +17237,9 @@
17235
17237
  },
17236
17238
  "use_squash_pr_title_as_default": {
17237
17239
  "type": "boolean",
17238
- "description": "Whether a squash merge commit can use the pull request title as default.",
17239
- "default": false
17240
+ "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.",
17241
+ "default": false,
17242
+ "deprecated": true
17240
17243
  },
17241
17244
  "squash_merge_commit_title": {
17242
17245
  "type": "string",
@@ -22239,7 +22242,12 @@
22239
22242
  "description": "The reason for the current state",
22240
22243
  "example": "not_planned",
22241
22244
  "type": "string",
22242
- "nullable": true
22245
+ "nullable": true,
22246
+ "enum": [
22247
+ "completed",
22248
+ "reopened",
22249
+ "not_planned"
22250
+ ]
22243
22251
  },
22244
22252
  "title": {
22245
22253
  "description": "Title of the issue",
@@ -24117,8 +24125,9 @@
24117
24125
  },
24118
24126
  "use_squash_pr_title_as_default": {
24119
24127
  "type": "boolean",
24120
- "description": "Whether a squash merge commit can use the pull request title as default.",
24121
- "default": false
24128
+ "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.",
24129
+ "default": false,
24130
+ "deprecated": true
24122
24131
  },
24123
24132
  "squash_merge_commit_title": {
24124
24133
  "type": "string",
@@ -36754,8 +36763,9 @@
36754
36763
  },
36755
36764
  "use_squash_pr_title_as_default": {
36756
36765
  "type": "boolean",
36757
- "description": "Whether a squash merge commit can use the pull request title as default.",
36758
- "default": false
36766
+ "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.",
36767
+ "default": false,
36768
+ "deprecated": true
36759
36769
  },
36760
36770
  "squash_merge_commit_title": {
36761
36771
  "type": "string",
@@ -37345,7 +37355,12 @@
37345
37355
  "description": "The reason for the current state",
37346
37356
  "example": "not_planned",
37347
37357
  "type": "string",
37348
- "nullable": true
37358
+ "nullable": true,
37359
+ "enum": [
37360
+ "completed",
37361
+ "reopened",
37362
+ "not_planned"
37363
+ ]
37349
37364
  },
37350
37365
  "title": {
37351
37366
  "description": "Title of the issue",
@@ -39223,8 +39238,9 @@
39223
39238
  },
39224
39239
  "use_squash_pr_title_as_default": {
39225
39240
  "type": "boolean",
39226
- "description": "Whether a squash merge commit can use the pull request title as default.",
39227
- "default": false
39241
+ "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.",
39242
+ "default": false,
39243
+ "deprecated": true
39228
39244
  },
39229
39245
  "squash_merge_commit_title": {
39230
39246
  "type": "string",
@@ -43196,7 +43212,12 @@
43196
43212
  "description": "The reason for the current state",
43197
43213
  "example": "not_planned",
43198
43214
  "type": "string",
43199
- "nullable": true
43215
+ "nullable": true,
43216
+ "enum": [
43217
+ "completed",
43218
+ "reopened",
43219
+ "not_planned"
43220
+ ]
43200
43221
  },
43201
43222
  "title": {
43202
43223
  "description": "Title of the issue",
@@ -45074,8 +45095,9 @@
45074
45095
  },
45075
45096
  "use_squash_pr_title_as_default": {
45076
45097
  "type": "boolean",
45077
- "description": "Whether a squash merge commit can use the pull request title as default.",
45078
- "default": false
45098
+ "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.",
45099
+ "default": false,
45100
+ "deprecated": true
45079
45101
  },
45080
45102
  "squash_merge_commit_title": {
45081
45103
  "type": "string",
@@ -47827,8 +47849,9 @@
47827
47849
  },
47828
47850
  "use_squash_pr_title_as_default": {
47829
47851
  "type": "boolean",
47830
- "description": "Whether a squash merge commit can use the pull request title as default.",
47831
- "default": false
47852
+ "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.",
47853
+ "default": false,
47854
+ "deprecated": true
47832
47855
  },
47833
47856
  "squash_merge_commit_title": {
47834
47857
  "type": "string",
@@ -50052,8 +50075,9 @@
50052
50075
  },
50053
50076
  "use_squash_pr_title_as_default": {
50054
50077
  "type": "boolean",
50055
- "description": "Whether a squash merge commit can use the pull request title as default.",
50056
- "default": false
50078
+ "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.",
50079
+ "default": false,
50080
+ "deprecated": true
50057
50081
  },
50058
50082
  "squash_merge_commit_title": {
50059
50083
  "type": "string",
@@ -51293,6 +51317,155 @@
51293
51317
  "name": {
51294
51318
  "description": "The name of the custom role.",
51295
51319
  "type": "string"
51320
+ },
51321
+ "description": {
51322
+ "description": "A short description about who this role is for or what permissions it grants.",
51323
+ "type": "string",
51324
+ "nullable": true
51325
+ },
51326
+ "base_role": {
51327
+ "type": "string",
51328
+ "description": "The system role from which this role inherits permissions.",
51329
+ "enum": [
51330
+ "read",
51331
+ "triage",
51332
+ "write",
51333
+ "maintain"
51334
+ ]
51335
+ },
51336
+ "permissions": {
51337
+ "description": "A list of additional permissions included in this role.",
51338
+ "type": "array",
51339
+ "items": {
51340
+ "type": "string"
51341
+ }
51342
+ },
51343
+ "organization": {
51344
+ "title": "Simple User",
51345
+ "description": "Simple User",
51346
+ "type": "object",
51347
+ "properties": {
51348
+ "name": {
51349
+ "nullable": true,
51350
+ "type": "string"
51351
+ },
51352
+ "email": {
51353
+ "nullable": true,
51354
+ "type": "string"
51355
+ },
51356
+ "login": {
51357
+ "type": "string",
51358
+ "example": "octocat"
51359
+ },
51360
+ "id": {
51361
+ "type": "integer",
51362
+ "example": 1
51363
+ },
51364
+ "node_id": {
51365
+ "type": "string",
51366
+ "example": "MDQ6VXNlcjE="
51367
+ },
51368
+ "avatar_url": {
51369
+ "type": "string",
51370
+ "format": "uri",
51371
+ "example": "https://github.com/images/error/octocat_happy.gif"
51372
+ },
51373
+ "gravatar_id": {
51374
+ "type": "string",
51375
+ "example": "41d064eb2195891e12d0413f63227ea7",
51376
+ "nullable": true
51377
+ },
51378
+ "url": {
51379
+ "type": "string",
51380
+ "format": "uri",
51381
+ "example": "https://api.github.com/users/octocat"
51382
+ },
51383
+ "html_url": {
51384
+ "type": "string",
51385
+ "format": "uri",
51386
+ "example": "https://github.com/octocat"
51387
+ },
51388
+ "followers_url": {
51389
+ "type": "string",
51390
+ "format": "uri",
51391
+ "example": "https://api.github.com/users/octocat/followers"
51392
+ },
51393
+ "following_url": {
51394
+ "type": "string",
51395
+ "example": "https://api.github.com/users/octocat/following{/other_user}"
51396
+ },
51397
+ "gists_url": {
51398
+ "type": "string",
51399
+ "example": "https://api.github.com/users/octocat/gists{/gist_id}"
51400
+ },
51401
+ "starred_url": {
51402
+ "type": "string",
51403
+ "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
51404
+ },
51405
+ "subscriptions_url": {
51406
+ "type": "string",
51407
+ "format": "uri",
51408
+ "example": "https://api.github.com/users/octocat/subscriptions"
51409
+ },
51410
+ "organizations_url": {
51411
+ "type": "string",
51412
+ "format": "uri",
51413
+ "example": "https://api.github.com/users/octocat/orgs"
51414
+ },
51415
+ "repos_url": {
51416
+ "type": "string",
51417
+ "format": "uri",
51418
+ "example": "https://api.github.com/users/octocat/repos"
51419
+ },
51420
+ "events_url": {
51421
+ "type": "string",
51422
+ "example": "https://api.github.com/users/octocat/events{/privacy}"
51423
+ },
51424
+ "received_events_url": {
51425
+ "type": "string",
51426
+ "format": "uri",
51427
+ "example": "https://api.github.com/users/octocat/received_events"
51428
+ },
51429
+ "type": {
51430
+ "type": "string",
51431
+ "example": "User"
51432
+ },
51433
+ "site_admin": {
51434
+ "type": "boolean"
51435
+ },
51436
+ "starred_at": {
51437
+ "type": "string",
51438
+ "example": "\"2020-07-09T00:17:55Z\""
51439
+ }
51440
+ },
51441
+ "required": [
51442
+ "avatar_url",
51443
+ "events_url",
51444
+ "followers_url",
51445
+ "following_url",
51446
+ "gists_url",
51447
+ "gravatar_id",
51448
+ "html_url",
51449
+ "id",
51450
+ "node_id",
51451
+ "login",
51452
+ "organizations_url",
51453
+ "received_events_url",
51454
+ "repos_url",
51455
+ "site_admin",
51456
+ "starred_url",
51457
+ "subscriptions_url",
51458
+ "type",
51459
+ "url"
51460
+ ]
51461
+ },
51462
+ "created_at": {
51463
+ "type": "string",
51464
+ "format": "date-time"
51465
+ },
51466
+ "updated_at": {
51467
+ "type": "string",
51468
+ "format": "date-time"
51296
51469
  }
51297
51470
  },
51298
51471
  "required": [
@@ -51310,11 +51483,70 @@
51310
51483
  "custom_roles": [
51311
51484
  {
51312
51485
  "id": 8030,
51313
- "name": "Developer"
51486
+ "name": "Security Engineer",
51487
+ "description": "Able to contribute code and maintain the security pipeline",
51488
+ "base_role": "maintain",
51489
+ "permissions": [
51490
+ "delete_alerts_code_scanning"
51491
+ ],
51492
+ "organization": {
51493
+ "login": "github",
51494
+ "id": 9919,
51495
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
51496
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
51497
+ "gravatar_id": "",
51498
+ "url": "https://api.github.com/users/github",
51499
+ "html_url": "https://github.com/github",
51500
+ "followers_url": "https://api.github.com/users/github/followers",
51501
+ "following_url": "https://api.github.com/users/github/following{/other_user}",
51502
+ "gists_url": "https://api.github.com/users/github/gists{/gist_id}",
51503
+ "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
51504
+ "subscriptions_url": "https://api.github.com/users/github/subscriptions",
51505
+ "organizations_url": "https://api.github.com/users/github/orgs",
51506
+ "repos_url": "https://api.github.com/users/github/repos",
51507
+ "events_url": "https://api.github.com/users/github/events{/privacy}",
51508
+ "received_events_url": "https://api.github.com/users/github/received_events",
51509
+ "type": "Organization",
51510
+ "site_admin": false
51511
+ },
51512
+ "created_at": "2022-07-04T22:19:11Z",
51513
+ "updated_at": "2022-07-04T22:20:11Z"
51314
51514
  },
51315
51515
  {
51316
51516
  "id": 8031,
51317
- "name": "Designer"
51517
+ "name": "Community manager",
51518
+ "description": "Able to handle all the community interactions without being able to contribute code",
51519
+ "base_role": "read",
51520
+ "permissions": [
51521
+ "mark_as_duplicate",
51522
+ "manage_settings_pages",
51523
+ "manage_settings_wiki",
51524
+ "set_social_preview",
51525
+ "edit_repo_metadata",
51526
+ "toggle_discussion_comment_minimize"
51527
+ ],
51528
+ "organization": {
51529
+ "login": "github",
51530
+ "id": 9919,
51531
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
51532
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
51533
+ "gravatar_id": "",
51534
+ "url": "https://api.github.com/users/github",
51535
+ "html_url": "https://github.com/github",
51536
+ "followers_url": "https://api.github.com/users/github/followers",
51537
+ "following_url": "https://api.github.com/users/github/following{/other_user}",
51538
+ "gists_url": "https://api.github.com/users/github/gists{/gist_id}",
51539
+ "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
51540
+ "subscriptions_url": "https://api.github.com/users/github/subscriptions",
51541
+ "organizations_url": "https://api.github.com/users/github/orgs",
51542
+ "repos_url": "https://api.github.com/users/github/repos",
51543
+ "events_url": "https://api.github.com/users/github/events{/privacy}",
51544
+ "received_events_url": "https://api.github.com/users/github/received_events",
51545
+ "type": "Organization",
51546
+ "site_admin": false
51547
+ },
51548
+ "created_at": "2022-07-05T12:01:11Z",
51549
+ "updated_at": "2022-07-05T12:20:11Z"
51318
51550
  }
51319
51551
  ]
51320
51552
  }
@@ -54078,8 +54310,9 @@
54078
54310
  },
54079
54311
  "use_squash_pr_title_as_default": {
54080
54312
  "type": "boolean",
54081
- "description": "Whether a squash merge commit can use the pull request title as default.",
54082
- "default": false
54313
+ "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.",
54314
+ "default": false,
54315
+ "deprecated": true
54083
54316
  },
54084
54317
  "squash_merge_commit_title": {
54085
54318
  "type": "string",
@@ -57118,8 +57351,9 @@
57118
57351
  },
57119
57352
  "use_squash_pr_title_as_default": {
57120
57353
  "type": "boolean",
57121
- "description": "Whether a squash merge commit can use the pull request title as default.",
57122
- "default": false
57354
+ "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.",
57355
+ "default": false,
57356
+ "deprecated": true
57123
57357
  },
57124
57358
  "squash_merge_commit_title": {
57125
57359
  "type": "string",
@@ -59682,8 +59916,9 @@
59682
59916
  },
59683
59917
  "use_squash_pr_title_as_default": {
59684
59918
  "type": "boolean",
59685
- "description": "Whether a squash merge commit can use the pull request title as default.",
59686
- "default": false
59919
+ "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.",
59920
+ "default": false,
59921
+ "deprecated": true
59687
59922
  },
59688
59923
  "squash_merge_commit_title": {
59689
59924
  "type": "string",
@@ -60970,8 +61205,9 @@
60970
61205
  },
60971
61206
  "use_squash_pr_title_as_default": {
60972
61207
  "type": "boolean",
60973
- "description": "Whether a squash merge commit can use the pull request title as default.",
60974
- "default": false
61208
+ "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.",
61209
+ "default": false,
61210
+ "deprecated": true
60975
61211
  },
60976
61212
  "squash_merge_commit_title": {
60977
61213
  "type": "string",
@@ -64290,8 +64526,9 @@
64290
64526
  },
64291
64527
  "use_squash_pr_title_as_default": {
64292
64528
  "type": "boolean",
64293
- "description": "Whether a squash merge commit can use the pull request title as default.",
64294
- "default": false
64529
+ "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.",
64530
+ "default": false,
64531
+ "deprecated": true
64295
64532
  },
64296
64533
  "squash_merge_commit_title": {
64297
64534
  "type": "string",
@@ -68642,8 +68879,9 @@
68642
68879
  },
68643
68880
  "use_squash_pr_title_as_default": {
68644
68881
  "type": "boolean",
68645
- "description": "Whether a squash merge commit can use the pull request title as default.",
68646
- "default": false
68882
+ "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.",
68883
+ "default": false,
68884
+ "deprecated": true
68647
68885
  },
68648
68886
  "squash_merge_commit_title": {
68649
68887
  "type": "string",
@@ -69748,198 +69986,1061 @@
69748
69986
  }
69749
69987
  }
69750
69988
  }
69751
- }
69752
- },
69753
- "x-github": {
69754
- "githubCloudOnly": false,
69755
- "enabledForGitHubApps": false,
69756
- "category": "codespaces",
69757
- "subcategory": "organizations"
69758
- },
69759
- "x-octokit": {
69760
- "changes": [
69761
- {
69762
- "type": "PARAMETER",
69763
- "date": "2022-07-01",
69764
- "parameter": "org",
69765
- "before": {
69766
- "name": "org_id"
69767
- }
69768
- }
69769
- ]
69770
- }
69771
- }
69772
- },
69773
- "/orgs/{org}/credential-authorizations": {
69774
- "get": {
69775
- "summary": "List SAML SSO authorizations for an organization",
69776
- "description": "Listing and deleting credential authorizations is available to organizations with GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products).\n\nAn authenticated organization owner with the `read:org` scope can list all credential authorizations for an organization that uses SAML single sign-on (SSO). The credentials are either personal access tokens or SSH keys that organization members have authorized for the organization. For more information, see [About authentication with SAML single sign-on](https://docs.github.com/en/articles/about-authentication-with-saml-single-sign-on).",
69777
- "tags": [
69778
- "orgs"
69779
- ],
69780
- "operationId": "orgs/list-saml-sso-authorizations",
69781
- "externalDocs": {
69782
- "description": "API method documentation",
69783
- "url": "https://docs.github.com/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization"
69784
- },
69785
- "parameters": [
69786
- {
69787
- "name": "org",
69788
- "description": "The organization name. The name is not case sensitive.",
69789
- "in": "path",
69790
- "required": true,
69791
- "schema": {
69792
- "type": "string"
69793
- }
69794
- },
69795
- {
69796
- "name": "per_page",
69797
- "description": "The number of results per page (max 100).",
69798
- "in": "query",
69799
- "schema": {
69800
- "type": "integer",
69801
- "default": 30
69802
- }
69803
- },
69804
- {
69805
- "name": "page",
69806
- "description": "Page token",
69807
- "in": "query",
69808
- "schema": {
69809
- "type": "integer"
69810
- }
69989
+ }
69990
+ },
69991
+ "x-github": {
69992
+ "githubCloudOnly": false,
69993
+ "enabledForGitHubApps": false,
69994
+ "category": "codespaces",
69995
+ "subcategory": "organizations"
69996
+ },
69997
+ "x-octokit": {
69998
+ "changes": [
69999
+ {
70000
+ "type": "PARAMETER",
70001
+ "date": "2022-07-01",
70002
+ "parameter": "org",
70003
+ "before": {
70004
+ "name": "org_id"
70005
+ }
70006
+ }
70007
+ ]
70008
+ }
70009
+ }
70010
+ },
70011
+ "/orgs/{org}/credential-authorizations": {
70012
+ "get": {
70013
+ "summary": "List SAML SSO authorizations for an organization",
70014
+ "description": "Listing and deleting credential authorizations is available to organizations with GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products).\n\nAn authenticated organization owner with the `read:org` scope can list all credential authorizations for an organization that uses SAML single sign-on (SSO). The credentials are either personal access tokens or SSH keys that organization members have authorized for the organization. For more information, see [About authentication with SAML single sign-on](https://docs.github.com/en/articles/about-authentication-with-saml-single-sign-on).",
70015
+ "tags": [
70016
+ "orgs"
70017
+ ],
70018
+ "operationId": "orgs/list-saml-sso-authorizations",
70019
+ "externalDocs": {
70020
+ "description": "API method documentation",
70021
+ "url": "https://docs.github.com/rest/reference/orgs#list-saml-sso-authorizations-for-an-organization"
70022
+ },
70023
+ "parameters": [
70024
+ {
70025
+ "name": "org",
70026
+ "description": "The organization name. The name is not case sensitive.",
70027
+ "in": "path",
70028
+ "required": true,
70029
+ "schema": {
70030
+ "type": "string"
70031
+ }
70032
+ },
70033
+ {
70034
+ "name": "per_page",
70035
+ "description": "The number of results per page (max 100).",
70036
+ "in": "query",
70037
+ "schema": {
70038
+ "type": "integer",
70039
+ "default": 30
70040
+ }
70041
+ },
70042
+ {
70043
+ "name": "page",
70044
+ "description": "Page token",
70045
+ "in": "query",
70046
+ "schema": {
70047
+ "type": "integer"
70048
+ }
70049
+ },
70050
+ {
70051
+ "name": "login",
70052
+ "description": "Limits the list of credentials authorizations for an organization to a specific login",
70053
+ "in": "query",
70054
+ "schema": {
70055
+ "type": "string"
70056
+ }
70057
+ }
70058
+ ],
70059
+ "responses": {
70060
+ "200": {
70061
+ "description": "Response",
70062
+ "content": {
70063
+ "application/json": {
70064
+ "schema": {
70065
+ "type": "array",
70066
+ "items": {
70067
+ "title": "Credential Authorization",
70068
+ "description": "Credential Authorization",
70069
+ "type": "object",
70070
+ "properties": {
70071
+ "login": {
70072
+ "type": "string",
70073
+ "example": "monalisa",
70074
+ "description": "User login that owns the underlying credential."
70075
+ },
70076
+ "credential_id": {
70077
+ "type": "integer",
70078
+ "example": 1,
70079
+ "description": "Unique identifier for the credential."
70080
+ },
70081
+ "credential_type": {
70082
+ "type": "string",
70083
+ "example": "SSH Key",
70084
+ "description": "Human-readable description of the credential type."
70085
+ },
70086
+ "token_last_eight": {
70087
+ "type": "string",
70088
+ "example": "12345678",
70089
+ "description": "Last eight characters of the credential. Only included in responses with credential_type of personal access token."
70090
+ },
70091
+ "credential_authorized_at": {
70092
+ "type": "string",
70093
+ "format": "date-time",
70094
+ "example": "2011-01-26T19:06:43Z",
70095
+ "description": "Date when the credential was authorized for use."
70096
+ },
70097
+ "scopes": {
70098
+ "type": "array",
70099
+ "example": [
70100
+ "user",
70101
+ "repo"
70102
+ ],
70103
+ "description": "List of oauth scopes the token has been granted.",
70104
+ "items": {
70105
+ "type": "string"
70106
+ }
70107
+ },
70108
+ "fingerprint": {
70109
+ "type": "string",
70110
+ "example": "jklmnop12345678",
70111
+ "description": "Unique string to distinguish the credential. Only included in responses with credential_type of SSH Key."
70112
+ },
70113
+ "credential_accessed_at": {
70114
+ "type": "string",
70115
+ "format": "date-time",
70116
+ "example": "2011-01-26T19:06:43Z",
70117
+ "description": "Date when the credential was last accessed. May be null if it was never accessed",
70118
+ "nullable": true
70119
+ },
70120
+ "authorized_credential_id": {
70121
+ "type": "integer",
70122
+ "nullable": true,
70123
+ "example": 12345678
70124
+ },
70125
+ "authorized_credential_title": {
70126
+ "type": "string",
70127
+ "nullable": true,
70128
+ "example": "my ssh key",
70129
+ "description": "The title given to the ssh key. This will only be present when the credential is an ssh key."
70130
+ },
70131
+ "authorized_credential_note": {
70132
+ "type": "string",
70133
+ "nullable": true,
70134
+ "example": "my token",
70135
+ "description": "The note given to the token. This will only be present when the credential is a token."
70136
+ },
70137
+ "authorized_credential_expires_at": {
70138
+ "type": "string",
70139
+ "format": "date-time",
70140
+ "nullable": true,
70141
+ "description": "The expiry for the token. This will only be present when the credential is a token."
70142
+ }
70143
+ },
70144
+ "required": [
70145
+ "login",
70146
+ "credential_id",
70147
+ "credential_type",
70148
+ "credential_authorized_at",
70149
+ "credential_accessed_at",
70150
+ "authorized_credential_id"
70151
+ ]
70152
+ }
70153
+ },
70154
+ "examples": {
70155
+ "default": {
70156
+ "value": [
70157
+ {
70158
+ "login": "octocat",
70159
+ "credential_id": 161195,
70160
+ "credential_type": "personal access token",
70161
+ "token_last_eight": "71c3fc11",
70162
+ "credential_authorized_at": "2011-01-26T19:06:43Z",
70163
+ "authorized_credential_expires_at": "2011-02-25T19:06:43Z",
70164
+ "scopes": [
70165
+ "user",
70166
+ "repo"
70167
+ ]
70168
+ },
70169
+ {
70170
+ "login": "hubot",
70171
+ "credential_id": 161196,
70172
+ "credential_type": "personal access token",
70173
+ "token_last_eight": "Ae178B4a",
70174
+ "credential_authorized_at": "2019-03-29T19:06:43Z",
70175
+ "authorized_credential_expires_at": "2019-04-28T19:06:43Z",
70176
+ "scopes": [
70177
+ "repo"
70178
+ ]
70179
+ }
70180
+ ]
70181
+ }
70182
+ }
70183
+ }
70184
+ }
70185
+ }
70186
+ },
70187
+ "x-github": {
70188
+ "githubCloudOnly": true,
70189
+ "enabledForGitHubApps": true,
70190
+ "category": "orgs",
70191
+ "subcategory": null
70192
+ },
70193
+ "x-octokit": {}
70194
+ }
70195
+ },
70196
+ "/orgs/{org}/credential-authorizations/{credential_id}": {
70197
+ "delete": {
70198
+ "summary": "Remove a SAML SSO authorization for an organization",
70199
+ "description": "Listing and deleting credential authorizations is available to organizations with GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products).\n\nAn authenticated organization owner with the `admin:org` scope can remove a credential authorization for an organization that uses SAML SSO. Once you remove someone's credential authorization, they will need to create a new personal access token or SSH key and authorize it for the organization they want to access.",
70200
+ "tags": [
70201
+ "orgs"
70202
+ ],
70203
+ "operationId": "orgs/remove-saml-sso-authorization",
70204
+ "externalDocs": {
70205
+ "description": "API method documentation",
70206
+ "url": "https://docs.github.com/rest/reference/orgs#remove-a-saml-sso-authorization-for-an-organization"
70207
+ },
70208
+ "parameters": [
70209
+ {
70210
+ "name": "org",
70211
+ "description": "The organization name. The name is not case sensitive.",
70212
+ "in": "path",
70213
+ "required": true,
70214
+ "schema": {
70215
+ "type": "string"
70216
+ }
70217
+ },
70218
+ {
70219
+ "name": "credential_id",
70220
+ "in": "path",
70221
+ "required": true,
70222
+ "schema": {
70223
+ "type": "integer"
70224
+ }
70225
+ }
70226
+ ],
70227
+ "responses": {
70228
+ "204": {
70229
+ "description": "Response"
70230
+ },
70231
+ "404": {
70232
+ "description": "Resource not found",
70233
+ "content": {
70234
+ "application/json": {
70235
+ "schema": {
70236
+ "title": "Basic Error",
70237
+ "description": "Basic Error",
70238
+ "type": "object",
70239
+ "properties": {
70240
+ "message": {
70241
+ "type": "string"
70242
+ },
70243
+ "documentation_url": {
70244
+ "type": "string"
70245
+ },
70246
+ "url": {
70247
+ "type": "string"
70248
+ },
70249
+ "status": {
70250
+ "type": "string"
70251
+ }
70252
+ }
70253
+ }
70254
+ }
70255
+ }
70256
+ }
70257
+ },
70258
+ "x-github": {
70259
+ "githubCloudOnly": true,
70260
+ "enabledForGitHubApps": true,
70261
+ "category": "orgs",
70262
+ "subcategory": null
70263
+ },
70264
+ "x-octokit": {}
70265
+ }
70266
+ },
70267
+ "/orgs/{org}/custom_roles": {
70268
+ "post": {
70269
+ "summary": "Create a custom role",
70270
+ "description": "**Note**: This operation is in beta and is subject to change.\n\nCreates a custom repository role that can be used by all repositories owned by the organization.\n\nTo use this endpoint the authenticated user must be an administrator for the organization and must use an access token with `admin:org` scope.\nGitHub Apps must have the `organization_custom_roles:write` organization permission to use this endpoint.\n\nFor more information on custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization).\"",
70271
+ "tags": [
70272
+ "orgs"
70273
+ ],
70274
+ "operationId": "orgs/create-custom-role",
70275
+ "externalDocs": {
70276
+ "description": "API method documentation",
70277
+ "url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
70278
+ },
70279
+ "parameters": [
70280
+ {
70281
+ "name": "org",
70282
+ "description": "The organization name. The name is not case sensitive.",
70283
+ "in": "path",
70284
+ "required": true,
70285
+ "schema": {
70286
+ "type": "string"
70287
+ }
70288
+ }
70289
+ ],
70290
+ "requestBody": {
70291
+ "required": true,
70292
+ "content": {
70293
+ "application/json": {
70294
+ "schema": {
70295
+ "type": "object",
70296
+ "properties": {
70297
+ "name": {
70298
+ "type": "string",
70299
+ "description": "The name of the custom role."
70300
+ },
70301
+ "description": {
70302
+ "type": "string",
70303
+ "description": "A short description about the intended usage of this role or what permissions it grants."
70304
+ },
70305
+ "base_role": {
70306
+ "type": "string",
70307
+ "enum": [
70308
+ "read",
70309
+ "triage",
70310
+ "write",
70311
+ "maintain"
70312
+ ],
70313
+ "description": "The system role from which this role inherits permissions."
70314
+ },
70315
+ "permissions": {
70316
+ "type": "array",
70317
+ "description": "A list of additional permissions included in this role.",
70318
+ "items": {
70319
+ "type": "string"
70320
+ }
70321
+ }
70322
+ },
70323
+ "required": [
70324
+ "name",
70325
+ "base_role",
70326
+ "permissions"
70327
+ ]
70328
+ },
70329
+ "examples": {
70330
+ "default": {
70331
+ "value": {
70332
+ "name": "Labeler",
70333
+ "description": "A role for issue and PR labelers",
70334
+ "base_role": "read",
70335
+ "permissions": [
70336
+ "add_label"
70337
+ ]
70338
+ }
70339
+ }
70340
+ }
70341
+ }
70342
+ }
70343
+ },
70344
+ "responses": {
70345
+ "201": {
70346
+ "description": "Response",
70347
+ "content": {
70348
+ "application/json": {
70349
+ "schema": {
70350
+ "title": "Organization Custom Repository Role",
70351
+ "description": "Custom repository roles created by organization administrators",
70352
+ "type": "object",
70353
+ "properties": {
70354
+ "id": {
70355
+ "description": "The unique identifier of the custom role.",
70356
+ "type": "integer"
70357
+ },
70358
+ "name": {
70359
+ "description": "The name of the custom role.",
70360
+ "type": "string"
70361
+ },
70362
+ "description": {
70363
+ "description": "A short description about who this role is for or what permissions it grants.",
70364
+ "type": "string",
70365
+ "nullable": true
70366
+ },
70367
+ "base_role": {
70368
+ "type": "string",
70369
+ "description": "The system role from which this role inherits permissions.",
70370
+ "enum": [
70371
+ "read",
70372
+ "triage",
70373
+ "write",
70374
+ "maintain"
70375
+ ]
70376
+ },
70377
+ "permissions": {
70378
+ "description": "A list of additional permissions included in this role.",
70379
+ "type": "array",
70380
+ "items": {
70381
+ "type": "string"
70382
+ }
70383
+ },
70384
+ "organization": {
70385
+ "title": "Simple User",
70386
+ "description": "Simple User",
70387
+ "type": "object",
70388
+ "properties": {
70389
+ "name": {
70390
+ "nullable": true,
70391
+ "type": "string"
70392
+ },
70393
+ "email": {
70394
+ "nullable": true,
70395
+ "type": "string"
70396
+ },
70397
+ "login": {
70398
+ "type": "string",
70399
+ "example": "octocat"
70400
+ },
70401
+ "id": {
70402
+ "type": "integer",
70403
+ "example": 1
70404
+ },
70405
+ "node_id": {
70406
+ "type": "string",
70407
+ "example": "MDQ6VXNlcjE="
70408
+ },
70409
+ "avatar_url": {
70410
+ "type": "string",
70411
+ "format": "uri",
70412
+ "example": "https://github.com/images/error/octocat_happy.gif"
70413
+ },
70414
+ "gravatar_id": {
70415
+ "type": "string",
70416
+ "example": "41d064eb2195891e12d0413f63227ea7",
70417
+ "nullable": true
70418
+ },
70419
+ "url": {
70420
+ "type": "string",
70421
+ "format": "uri",
70422
+ "example": "https://api.github.com/users/octocat"
70423
+ },
70424
+ "html_url": {
70425
+ "type": "string",
70426
+ "format": "uri",
70427
+ "example": "https://github.com/octocat"
70428
+ },
70429
+ "followers_url": {
70430
+ "type": "string",
70431
+ "format": "uri",
70432
+ "example": "https://api.github.com/users/octocat/followers"
70433
+ },
70434
+ "following_url": {
70435
+ "type": "string",
70436
+ "example": "https://api.github.com/users/octocat/following{/other_user}"
70437
+ },
70438
+ "gists_url": {
70439
+ "type": "string",
70440
+ "example": "https://api.github.com/users/octocat/gists{/gist_id}"
70441
+ },
70442
+ "starred_url": {
70443
+ "type": "string",
70444
+ "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
70445
+ },
70446
+ "subscriptions_url": {
70447
+ "type": "string",
70448
+ "format": "uri",
70449
+ "example": "https://api.github.com/users/octocat/subscriptions"
70450
+ },
70451
+ "organizations_url": {
70452
+ "type": "string",
70453
+ "format": "uri",
70454
+ "example": "https://api.github.com/users/octocat/orgs"
70455
+ },
70456
+ "repos_url": {
70457
+ "type": "string",
70458
+ "format": "uri",
70459
+ "example": "https://api.github.com/users/octocat/repos"
70460
+ },
70461
+ "events_url": {
70462
+ "type": "string",
70463
+ "example": "https://api.github.com/users/octocat/events{/privacy}"
70464
+ },
70465
+ "received_events_url": {
70466
+ "type": "string",
70467
+ "format": "uri",
70468
+ "example": "https://api.github.com/users/octocat/received_events"
70469
+ },
70470
+ "type": {
70471
+ "type": "string",
70472
+ "example": "User"
70473
+ },
70474
+ "site_admin": {
70475
+ "type": "boolean"
70476
+ },
70477
+ "starred_at": {
70478
+ "type": "string",
70479
+ "example": "\"2020-07-09T00:17:55Z\""
70480
+ }
70481
+ },
70482
+ "required": [
70483
+ "avatar_url",
70484
+ "events_url",
70485
+ "followers_url",
70486
+ "following_url",
70487
+ "gists_url",
70488
+ "gravatar_id",
70489
+ "html_url",
70490
+ "id",
70491
+ "node_id",
70492
+ "login",
70493
+ "organizations_url",
70494
+ "received_events_url",
70495
+ "repos_url",
70496
+ "site_admin",
70497
+ "starred_url",
70498
+ "subscriptions_url",
70499
+ "type",
70500
+ "url"
70501
+ ]
70502
+ },
70503
+ "created_at": {
70504
+ "type": "string",
70505
+ "format": "date-time"
70506
+ },
70507
+ "updated_at": {
70508
+ "type": "string",
70509
+ "format": "date-time"
70510
+ }
70511
+ },
70512
+ "required": [
70513
+ "id",
70514
+ "name"
70515
+ ]
70516
+ },
70517
+ "examples": {
70518
+ "default": {
70519
+ "value": {
70520
+ "id": 8030,
70521
+ "name": "Labeler",
70522
+ "description": "A role for issue and PR labelers",
70523
+ "base_role": "read",
70524
+ "permissions": [
70525
+ "add_label"
70526
+ ],
70527
+ "organization": {
70528
+ "login": "github",
70529
+ "id": 9919,
70530
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
70531
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
70532
+ "gravatar_id": "",
70533
+ "url": "https://api.github.com/users/github",
70534
+ "html_url": "https://github.com/github",
70535
+ "followers_url": "https://api.github.com/users/github/followers",
70536
+ "following_url": "https://api.github.com/users/github/following{/other_user}",
70537
+ "gists_url": "https://api.github.com/users/github/gists{/gist_id}",
70538
+ "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
70539
+ "subscriptions_url": "https://api.github.com/users/github/subscriptions",
70540
+ "organizations_url": "https://api.github.com/users/github/orgs",
70541
+ "repos_url": "https://api.github.com/users/github/repos",
70542
+ "events_url": "https://api.github.com/users/github/events{/privacy}",
70543
+ "received_events_url": "https://api.github.com/users/github/received_events",
70544
+ "type": "Organization",
70545
+ "site_admin": false
70546
+ },
70547
+ "created_at": "2022-07-04T22:19:11Z",
70548
+ "updated_at": "2022-07-04T22:19:11Z"
70549
+ }
70550
+ }
70551
+ }
70552
+ }
70553
+ }
70554
+ },
70555
+ "404": {
70556
+ "description": "Resource not found",
70557
+ "content": {
70558
+ "application/json": {
70559
+ "schema": {
70560
+ "title": "Basic Error",
70561
+ "description": "Basic Error",
70562
+ "type": "object",
70563
+ "properties": {
70564
+ "message": {
70565
+ "type": "string"
70566
+ },
70567
+ "documentation_url": {
70568
+ "type": "string"
70569
+ },
70570
+ "url": {
70571
+ "type": "string"
70572
+ },
70573
+ "status": {
70574
+ "type": "string"
70575
+ }
70576
+ }
70577
+ }
70578
+ }
70579
+ }
70580
+ },
70581
+ "422": {
70582
+ "description": "Validation failed",
70583
+ "content": {
70584
+ "application/json": {
70585
+ "schema": {
70586
+ "title": "Validation Error",
70587
+ "description": "Validation Error",
70588
+ "type": "object",
70589
+ "required": [
70590
+ "message",
70591
+ "documentation_url"
70592
+ ],
70593
+ "properties": {
70594
+ "message": {
70595
+ "type": "string"
70596
+ },
70597
+ "documentation_url": {
70598
+ "type": "string"
70599
+ },
70600
+ "errors": {
70601
+ "type": "array",
70602
+ "items": {
70603
+ "type": "object",
70604
+ "required": [
70605
+ "code"
70606
+ ],
70607
+ "properties": {
70608
+ "resource": {
70609
+ "type": "string"
70610
+ },
70611
+ "field": {
70612
+ "type": "string"
70613
+ },
70614
+ "message": {
70615
+ "type": "string"
70616
+ },
70617
+ "code": {
70618
+ "type": "string"
70619
+ },
70620
+ "index": {
70621
+ "type": "integer"
70622
+ },
70623
+ "value": {
70624
+ "oneOf": [
70625
+ {
70626
+ "type": "string",
70627
+ "nullable": true
70628
+ },
70629
+ {
70630
+ "type": "integer",
70631
+ "nullable": true
70632
+ },
70633
+ {
70634
+ "type": "array",
70635
+ "nullable": true,
70636
+ "items": {
70637
+ "type": "string"
70638
+ }
70639
+ }
70640
+ ]
70641
+ }
70642
+ }
70643
+ }
70644
+ }
70645
+ }
70646
+ }
70647
+ }
70648
+ }
70649
+ }
70650
+ },
70651
+ "x-github": {
70652
+ "githubCloudOnly": false,
70653
+ "enabledForGitHubApps": true,
70654
+ "category": "orgs",
70655
+ "subcategory": "custom-roles"
70656
+ },
70657
+ "x-octokit": {}
70658
+ }
70659
+ },
70660
+ "/orgs/{org}/custom_roles/{role_id}": {
70661
+ "patch": {
70662
+ "summary": "Update a custom role",
70663
+ "description": "**Note**: This operation is in beta and subject to change.\n\nUpdates a custom repository role that can be used by all repositories owned by the organization.\n\nTo use this endpoint the authenticated user must be an administrator for the organization and must use an access token with `admin:org` scope.\nGitHub Apps must have the `organization_custom_roles:write` organization permission to use this endpoint.\n\nFor more information about custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization).\"",
70664
+ "tags": [
70665
+ "orgs"
70666
+ ],
70667
+ "operationId": "orgs/update-custom-role",
70668
+ "externalDocs": {
70669
+ "description": "API method documentation",
70670
+ "url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
70671
+ },
70672
+ "parameters": [
70673
+ {
70674
+ "name": "org",
70675
+ "description": "The organization name. The name is not case sensitive.",
70676
+ "in": "path",
70677
+ "required": true,
70678
+ "schema": {
70679
+ "type": "string"
70680
+ }
70681
+ },
70682
+ {
70683
+ "name": "role_id",
70684
+ "description": "The unique identifier of the role.",
70685
+ "in": "path",
70686
+ "required": true,
70687
+ "schema": {
70688
+ "type": "integer"
70689
+ }
70690
+ }
70691
+ ],
70692
+ "requestBody": {
70693
+ "required": true,
70694
+ "content": {
70695
+ "application/json": {
70696
+ "schema": {
70697
+ "type": "object",
70698
+ "properties": {
70699
+ "name": {
70700
+ "type": "string",
70701
+ "description": "The name of the custom role."
70702
+ },
70703
+ "description": {
70704
+ "type": "string",
70705
+ "description": "A short description about who this role is for or what permissions it grants."
70706
+ },
70707
+ "base_role": {
70708
+ "type": "string",
70709
+ "enum": [
70710
+ "read",
70711
+ "triage",
70712
+ "write",
70713
+ "maintain"
70714
+ ],
70715
+ "description": "The system role from which this role inherits permissions."
70716
+ },
70717
+ "permissions": {
70718
+ "type": "array",
70719
+ "description": "A list of additional permissions included in this role. If specified, these permissions will replace any currently set on the role.",
70720
+ "items": {
70721
+ "type": "string"
70722
+ }
70723
+ }
70724
+ }
70725
+ },
70726
+ "examples": {
70727
+ "default": {
70728
+ "value": {
70729
+ "name": "Labeler",
70730
+ "description": "A role for issue and PR labelers",
70731
+ "base_role": "read",
70732
+ "permissions": [
70733
+ "add_label",
70734
+ "remove_label"
70735
+ ]
70736
+ }
70737
+ }
70738
+ }
70739
+ }
70740
+ }
70741
+ },
70742
+ "responses": {
70743
+ "200": {
70744
+ "description": "Response",
70745
+ "content": {
70746
+ "application/json": {
70747
+ "schema": {
70748
+ "title": "Organization Custom Repository Role",
70749
+ "description": "Custom repository roles created by organization administrators",
70750
+ "type": "object",
70751
+ "properties": {
70752
+ "id": {
70753
+ "description": "The unique identifier of the custom role.",
70754
+ "type": "integer"
70755
+ },
70756
+ "name": {
70757
+ "description": "The name of the custom role.",
70758
+ "type": "string"
70759
+ },
70760
+ "description": {
70761
+ "description": "A short description about who this role is for or what permissions it grants.",
70762
+ "type": "string",
70763
+ "nullable": true
70764
+ },
70765
+ "base_role": {
70766
+ "type": "string",
70767
+ "description": "The system role from which this role inherits permissions.",
70768
+ "enum": [
70769
+ "read",
70770
+ "triage",
70771
+ "write",
70772
+ "maintain"
70773
+ ]
70774
+ },
70775
+ "permissions": {
70776
+ "description": "A list of additional permissions included in this role.",
70777
+ "type": "array",
70778
+ "items": {
70779
+ "type": "string"
70780
+ }
70781
+ },
70782
+ "organization": {
70783
+ "title": "Simple User",
70784
+ "description": "Simple User",
70785
+ "type": "object",
70786
+ "properties": {
70787
+ "name": {
70788
+ "nullable": true,
70789
+ "type": "string"
70790
+ },
70791
+ "email": {
70792
+ "nullable": true,
70793
+ "type": "string"
70794
+ },
70795
+ "login": {
70796
+ "type": "string",
70797
+ "example": "octocat"
70798
+ },
70799
+ "id": {
70800
+ "type": "integer",
70801
+ "example": 1
70802
+ },
70803
+ "node_id": {
70804
+ "type": "string",
70805
+ "example": "MDQ6VXNlcjE="
70806
+ },
70807
+ "avatar_url": {
70808
+ "type": "string",
70809
+ "format": "uri",
70810
+ "example": "https://github.com/images/error/octocat_happy.gif"
70811
+ },
70812
+ "gravatar_id": {
70813
+ "type": "string",
70814
+ "example": "41d064eb2195891e12d0413f63227ea7",
70815
+ "nullable": true
70816
+ },
70817
+ "url": {
70818
+ "type": "string",
70819
+ "format": "uri",
70820
+ "example": "https://api.github.com/users/octocat"
70821
+ },
70822
+ "html_url": {
70823
+ "type": "string",
70824
+ "format": "uri",
70825
+ "example": "https://github.com/octocat"
70826
+ },
70827
+ "followers_url": {
70828
+ "type": "string",
70829
+ "format": "uri",
70830
+ "example": "https://api.github.com/users/octocat/followers"
70831
+ },
70832
+ "following_url": {
70833
+ "type": "string",
70834
+ "example": "https://api.github.com/users/octocat/following{/other_user}"
70835
+ },
70836
+ "gists_url": {
70837
+ "type": "string",
70838
+ "example": "https://api.github.com/users/octocat/gists{/gist_id}"
70839
+ },
70840
+ "starred_url": {
70841
+ "type": "string",
70842
+ "example": "https://api.github.com/users/octocat/starred{/owner}{/repo}"
70843
+ },
70844
+ "subscriptions_url": {
70845
+ "type": "string",
70846
+ "format": "uri",
70847
+ "example": "https://api.github.com/users/octocat/subscriptions"
70848
+ },
70849
+ "organizations_url": {
70850
+ "type": "string",
70851
+ "format": "uri",
70852
+ "example": "https://api.github.com/users/octocat/orgs"
70853
+ },
70854
+ "repos_url": {
70855
+ "type": "string",
70856
+ "format": "uri",
70857
+ "example": "https://api.github.com/users/octocat/repos"
70858
+ },
70859
+ "events_url": {
70860
+ "type": "string",
70861
+ "example": "https://api.github.com/users/octocat/events{/privacy}"
70862
+ },
70863
+ "received_events_url": {
70864
+ "type": "string",
70865
+ "format": "uri",
70866
+ "example": "https://api.github.com/users/octocat/received_events"
70867
+ },
70868
+ "type": {
70869
+ "type": "string",
70870
+ "example": "User"
70871
+ },
70872
+ "site_admin": {
70873
+ "type": "boolean"
70874
+ },
70875
+ "starred_at": {
70876
+ "type": "string",
70877
+ "example": "\"2020-07-09T00:17:55Z\""
70878
+ }
70879
+ },
70880
+ "required": [
70881
+ "avatar_url",
70882
+ "events_url",
70883
+ "followers_url",
70884
+ "following_url",
70885
+ "gists_url",
70886
+ "gravatar_id",
70887
+ "html_url",
70888
+ "id",
70889
+ "node_id",
70890
+ "login",
70891
+ "organizations_url",
70892
+ "received_events_url",
70893
+ "repos_url",
70894
+ "site_admin",
70895
+ "starred_url",
70896
+ "subscriptions_url",
70897
+ "type",
70898
+ "url"
70899
+ ]
70900
+ },
70901
+ "created_at": {
70902
+ "type": "string",
70903
+ "format": "date-time"
70904
+ },
70905
+ "updated_at": {
70906
+ "type": "string",
70907
+ "format": "date-time"
70908
+ }
70909
+ },
70910
+ "required": [
70911
+ "id",
70912
+ "name"
70913
+ ]
70914
+ },
70915
+ "examples": {
70916
+ "default": {
70917
+ "value": {
70918
+ "id": 8030,
70919
+ "name": "Labeler",
70920
+ "description": "A role for issue and PR labelers",
70921
+ "base_role": "read",
70922
+ "permissions": [
70923
+ "add_label",
70924
+ "remove_label"
70925
+ ],
70926
+ "organization": {
70927
+ "login": "github",
70928
+ "id": 9919,
70929
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
70930
+ "avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
70931
+ "gravatar_id": "",
70932
+ "url": "https://api.github.com/users/github",
70933
+ "html_url": "https://github.com/github",
70934
+ "followers_url": "https://api.github.com/users/github/followers",
70935
+ "following_url": "https://api.github.com/users/github/following{/other_user}",
70936
+ "gists_url": "https://api.github.com/users/github/gists{/gist_id}",
70937
+ "starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
70938
+ "subscriptions_url": "https://api.github.com/users/github/subscriptions",
70939
+ "organizations_url": "https://api.github.com/users/github/orgs",
70940
+ "repos_url": "https://api.github.com/users/github/repos",
70941
+ "events_url": "https://api.github.com/users/github/events{/privacy}",
70942
+ "received_events_url": "https://api.github.com/users/github/received_events",
70943
+ "type": "Organization",
70944
+ "site_admin": false
70945
+ },
70946
+ "created_at": "2022-07-04T22:19:11Z",
70947
+ "updated_at": "2022-07-04T22:19:11Z"
70948
+ }
70949
+ }
70950
+ }
70951
+ }
70952
+ }
70953
+ },
70954
+ "404": {
70955
+ "description": "Resource not found",
70956
+ "content": {
70957
+ "application/json": {
70958
+ "schema": {
70959
+ "title": "Basic Error",
70960
+ "description": "Basic Error",
70961
+ "type": "object",
70962
+ "properties": {
70963
+ "message": {
70964
+ "type": "string"
70965
+ },
70966
+ "documentation_url": {
70967
+ "type": "string"
70968
+ },
70969
+ "url": {
70970
+ "type": "string"
70971
+ },
70972
+ "status": {
70973
+ "type": "string"
70974
+ }
70975
+ }
70976
+ }
70977
+ }
70978
+ }
69811
70979
  },
69812
- {
69813
- "name": "login",
69814
- "description": "Limits the list of credentials authorizations for an organization to a specific login",
69815
- "in": "query",
69816
- "schema": {
69817
- "type": "string"
69818
- }
69819
- }
69820
- ],
69821
- "responses": {
69822
- "200": {
69823
- "description": "Response",
70980
+ "422": {
70981
+ "description": "Validation failed",
69824
70982
  "content": {
69825
70983
  "application/json": {
69826
70984
  "schema": {
69827
- "type": "array",
69828
- "items": {
69829
- "title": "Credential Authorization",
69830
- "description": "Credential Authorization",
69831
- "type": "object",
69832
- "properties": {
69833
- "login": {
69834
- "type": "string",
69835
- "example": "monalisa",
69836
- "description": "User login that owns the underlying credential."
69837
- },
69838
- "credential_id": {
69839
- "type": "integer",
69840
- "example": 1,
69841
- "description": "Unique identifier for the credential."
69842
- },
69843
- "credential_type": {
69844
- "type": "string",
69845
- "example": "SSH Key",
69846
- "description": "Human-readable description of the credential type."
69847
- },
69848
- "token_last_eight": {
69849
- "type": "string",
69850
- "example": "12345678",
69851
- "description": "Last eight characters of the credential. Only included in responses with credential_type of personal access token."
69852
- },
69853
- "credential_authorized_at": {
69854
- "type": "string",
69855
- "format": "date-time",
69856
- "example": "2011-01-26T19:06:43Z",
69857
- "description": "Date when the credential was authorized for use."
69858
- },
69859
- "scopes": {
69860
- "type": "array",
69861
- "example": [
69862
- "user",
69863
- "repo"
70985
+ "title": "Validation Error",
70986
+ "description": "Validation Error",
70987
+ "type": "object",
70988
+ "required": [
70989
+ "message",
70990
+ "documentation_url"
70991
+ ],
70992
+ "properties": {
70993
+ "message": {
70994
+ "type": "string"
70995
+ },
70996
+ "documentation_url": {
70997
+ "type": "string"
70998
+ },
70999
+ "errors": {
71000
+ "type": "array",
71001
+ "items": {
71002
+ "type": "object",
71003
+ "required": [
71004
+ "code"
69864
71005
  ],
69865
- "description": "List of oauth scopes the token has been granted.",
69866
- "items": {
69867
- "type": "string"
71006
+ "properties": {
71007
+ "resource": {
71008
+ "type": "string"
71009
+ },
71010
+ "field": {
71011
+ "type": "string"
71012
+ },
71013
+ "message": {
71014
+ "type": "string"
71015
+ },
71016
+ "code": {
71017
+ "type": "string"
71018
+ },
71019
+ "index": {
71020
+ "type": "integer"
71021
+ },
71022
+ "value": {
71023
+ "oneOf": [
71024
+ {
71025
+ "type": "string",
71026
+ "nullable": true
71027
+ },
71028
+ {
71029
+ "type": "integer",
71030
+ "nullable": true
71031
+ },
71032
+ {
71033
+ "type": "array",
71034
+ "nullable": true,
71035
+ "items": {
71036
+ "type": "string"
71037
+ }
71038
+ }
71039
+ ]
71040
+ }
69868
71041
  }
69869
- },
69870
- "fingerprint": {
69871
- "type": "string",
69872
- "example": "jklmnop12345678",
69873
- "description": "Unique string to distinguish the credential. Only included in responses with credential_type of SSH Key."
69874
- },
69875
- "credential_accessed_at": {
69876
- "type": "string",
69877
- "format": "date-time",
69878
- "example": "2011-01-26T19:06:43Z",
69879
- "description": "Date when the credential was last accessed. May be null if it was never accessed",
69880
- "nullable": true
69881
- },
69882
- "authorized_credential_id": {
69883
- "type": "integer",
69884
- "nullable": true,
69885
- "example": 12345678
69886
- },
69887
- "authorized_credential_title": {
69888
- "type": "string",
69889
- "nullable": true,
69890
- "example": "my ssh key",
69891
- "description": "The title given to the ssh key. This will only be present when the credential is an ssh key."
69892
- },
69893
- "authorized_credential_note": {
69894
- "type": "string",
69895
- "nullable": true,
69896
- "example": "my token",
69897
- "description": "The note given to the token. This will only be present when the credential is a token."
69898
- },
69899
- "authorized_credential_expires_at": {
69900
- "type": "string",
69901
- "format": "date-time",
69902
- "nullable": true,
69903
- "description": "The expiry for the token. This will only be present when the credential is a token."
69904
71042
  }
69905
- },
69906
- "required": [
69907
- "login",
69908
- "credential_id",
69909
- "credential_type",
69910
- "credential_authorized_at",
69911
- "credential_accessed_at",
69912
- "authorized_credential_id"
69913
- ]
69914
- }
69915
- },
69916
- "examples": {
69917
- "default": {
69918
- "value": [
69919
- {
69920
- "login": "octocat",
69921
- "credential_id": 161195,
69922
- "credential_type": "personal access token",
69923
- "token_last_eight": "71c3fc11",
69924
- "credential_authorized_at": "2011-01-26T19:06:43Z",
69925
- "authorized_credential_expires_at": "2011-02-25T19:06:43Z",
69926
- "scopes": [
69927
- "user",
69928
- "repo"
69929
- ]
69930
- },
69931
- {
69932
- "login": "hubot",
69933
- "credential_id": 161196,
69934
- "credential_type": "personal access token",
69935
- "token_last_eight": "Ae178B4a",
69936
- "credential_authorized_at": "2019-03-29T19:06:43Z",
69937
- "authorized_credential_expires_at": "2019-04-28T19:06:43Z",
69938
- "scopes": [
69939
- "repo"
69940
- ]
69941
- }
69942
- ]
71043
+ }
69943
71044
  }
69944
71045
  }
69945
71046
  }
@@ -69947,25 +71048,23 @@
69947
71048
  }
69948
71049
  },
69949
71050
  "x-github": {
69950
- "githubCloudOnly": true,
71051
+ "githubCloudOnly": false,
69951
71052
  "enabledForGitHubApps": true,
69952
71053
  "category": "orgs",
69953
- "subcategory": null
71054
+ "subcategory": "custom-roles"
69954
71055
  },
69955
71056
  "x-octokit": {}
69956
- }
69957
- },
69958
- "/orgs/{org}/credential-authorizations/{credential_id}": {
71057
+ },
69959
71058
  "delete": {
69960
- "summary": "Remove a SAML SSO authorization for an organization",
69961
- "description": "Listing and deleting credential authorizations is available to organizations with GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products).\n\nAn authenticated organization owner with the `admin:org` scope can remove a credential authorization for an organization that uses SAML SSO. Once you remove someone's credential authorization, they will need to create a new personal access token or SSH key and authorize it for the organization they want to access.",
71059
+ "summary": "Delete a custom role",
71060
+ "description": "**Note**: This operation is in beta and is subject to change.\n\nDeletes a custom role from an organization. Once the custom role has been deleted, any\nuser, team, or invitation with the deleted custom role will be reassigned the inherited role.\n\nTo use this endpoint the authenticated user must be an administrator for the organization and must use an access token with `admin:org` scope.\nGitHub Apps must have the `organization_custom_roles:write` organization permission to use this endpoint.\n\nFor more information about custom repository roles, see \"[Managing custom repository roles for an organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization).\"",
69962
71061
  "tags": [
69963
71062
  "orgs"
69964
71063
  ],
69965
- "operationId": "orgs/remove-saml-sso-authorization",
71064
+ "operationId": "orgs/delete-custom-role",
69966
71065
  "externalDocs": {
69967
71066
  "description": "API method documentation",
69968
- "url": "https://docs.github.com/rest/reference/orgs#remove-a-saml-sso-authorization-for-an-organization"
71067
+ "url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
69969
71068
  },
69970
71069
  "parameters": [
69971
71070
  {
@@ -69978,7 +71077,8 @@
69978
71077
  }
69979
71078
  },
69980
71079
  {
69981
- "name": "credential_id",
71080
+ "name": "role_id",
71081
+ "description": "The unique identifier of the role.",
69982
71082
  "in": "path",
69983
71083
  "required": true,
69984
71084
  "schema": {
@@ -69989,39 +71089,14 @@
69989
71089
  "responses": {
69990
71090
  "204": {
69991
71091
  "description": "Response"
69992
- },
69993
- "404": {
69994
- "description": "Resource not found",
69995
- "content": {
69996
- "application/json": {
69997
- "schema": {
69998
- "title": "Basic Error",
69999
- "description": "Basic Error",
70000
- "type": "object",
70001
- "properties": {
70002
- "message": {
70003
- "type": "string"
70004
- },
70005
- "documentation_url": {
70006
- "type": "string"
70007
- },
70008
- "url": {
70009
- "type": "string"
70010
- },
70011
- "status": {
70012
- "type": "string"
70013
- }
70014
- }
70015
- }
70016
- }
70017
- }
70018
71092
  }
70019
71093
  },
70020
71094
  "x-github": {
70021
- "githubCloudOnly": true,
71095
+ "githubCloudOnly": false,
70022
71096
  "enabledForGitHubApps": true,
71097
+ "previews": [],
70023
71098
  "category": "orgs",
70024
- "subcategory": null
71099
+ "subcategory": "custom-roles"
70025
71100
  },
70026
71101
  "x-octokit": {}
70027
71102
  }
@@ -72057,8 +73132,9 @@
72057
73132
  },
72058
73133
  "use_squash_pr_title_as_default": {
72059
73134
  "type": "boolean",
72060
- "description": "Whether a squash merge commit can use the pull request title as default.",
72061
- "default": false
73135
+ "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.",
73136
+ "default": false,
73137
+ "deprecated": true
72062
73138
  },
72063
73139
  "squash_merge_commit_title": {
72064
73140
  "type": "string",
@@ -72834,7 +73910,12 @@
72834
73910
  "description": "The reason for the current state",
72835
73911
  "example": "not_planned",
72836
73912
  "type": "string",
72837
- "nullable": true
73913
+ "nullable": true,
73914
+ "enum": [
73915
+ "completed",
73916
+ "reopened",
73917
+ "not_planned"
73918
+ ]
72838
73919
  },
72839
73920
  "title": {
72840
73921
  "description": "Title of the issue",
@@ -74712,8 +75793,9 @@
74712
75793
  },
74713
75794
  "use_squash_pr_title_as_default": {
74714
75795
  "type": "boolean",
74715
- "description": "Whether a squash merge commit can use the pull request title as default.",
74716
- "default": false
75796
+ "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.",
75797
+ "default": false,
75798
+ "deprecated": true
74717
75799
  },
74718
75800
  "squash_merge_commit_title": {
74719
75801
  "type": "string",
@@ -76461,6 +77543,86 @@
76461
77543
  "x-octokit": {}
76462
77544
  }
76463
77545
  },
77546
+ "/orgs/{org}/fine_grained_permissions": {
77547
+ "get": {
77548
+ "summary": "List fine-grained permissions for an organization",
77549
+ "description": "**Note**: This operation is in beta and subject to change.\n\nLists the fine-grained permissions available for an organization.\n\nTo use this endpoint the authenticated user must be an administrator for the organization or of an repository of the organizaiton and must use an access token with `admin:org repo` scope.\nGitHub Apps must have the `organization_custom_roles:read` organization permission to use this endpoint.",
77550
+ "tags": [
77551
+ "orgs"
77552
+ ],
77553
+ "operationId": "orgs/list-fine-grained-permissions",
77554
+ "externalDocs": {
77555
+ "description": "API method documentation",
77556
+ "url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
77557
+ },
77558
+ "parameters": [
77559
+ {
77560
+ "name": "org",
77561
+ "description": "The organization name. The name is not case sensitive.",
77562
+ "in": "path",
77563
+ "required": true,
77564
+ "schema": {
77565
+ "type": "string"
77566
+ }
77567
+ }
77568
+ ],
77569
+ "responses": {
77570
+ "200": {
77571
+ "description": "Response",
77572
+ "content": {
77573
+ "application/json": {
77574
+ "schema": {
77575
+ "type": "array",
77576
+ "items": {
77577
+ "title": "Organization Fine-Grained Permission",
77578
+ "description": "Fine-grained permissions available for the organization",
77579
+ "type": "object",
77580
+ "properties": {
77581
+ "name": {
77582
+ "type": "string"
77583
+ },
77584
+ "description": {
77585
+ "type": "string"
77586
+ }
77587
+ },
77588
+ "required": [
77589
+ "name",
77590
+ "description"
77591
+ ]
77592
+ }
77593
+ },
77594
+ "examples": {
77595
+ "default": {
77596
+ "value": [
77597
+ {
77598
+ "name": "add_assignee",
77599
+ "description": "Assign or remove a user"
77600
+ },
77601
+ {
77602
+ "name": "remove_assignee",
77603
+ "description": "Remove an assigned user"
77604
+ },
77605
+ {
77606
+ "name": "add_label",
77607
+ "description": "Add or remove a label"
77608
+ }
77609
+ ]
77610
+ }
77611
+ }
77612
+ }
77613
+ }
77614
+ }
77615
+ },
77616
+ "x-github": {
77617
+ "githubCloudOnly": false,
77618
+ "enabledForGitHubApps": true,
77619
+ "previews": [],
77620
+ "category": "orgs",
77621
+ "subcategory": "custom-roles"
77622
+ },
77623
+ "x-octokit": {}
77624
+ }
77625
+ },
76464
77626
  "/orgs/{org}/hooks": {
76465
77627
  "get": {
76466
77628
  "summary": "List organization webhooks",
@@ -82018,7 +83180,12 @@
82018
83180
  "description": "The reason for the current state",
82019
83181
  "example": "not_planned",
82020
83182
  "type": "string",
82021
- "nullable": true
83183
+ "nullable": true,
83184
+ "enum": [
83185
+ "completed",
83186
+ "reopened",
83187
+ "not_planned"
83188
+ ]
82022
83189
  },
82023
83190
  "title": {
82024
83191
  "description": "Title of the issue",
@@ -83896,8 +85063,9 @@
83896
85063
  },
83897
85064
  "use_squash_pr_title_as_default": {
83898
85065
  "type": "boolean",
83899
- "description": "Whether a squash merge commit can use the pull request title as default.",
83900
- "default": false
85066
+ "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.",
85067
+ "default": false,
85068
+ "deprecated": true
83901
85069
  },
83902
85070
  "squash_merge_commit_title": {
83903
85071
  "type": "string",
@@ -87096,8 +88264,9 @@
87096
88264
  },
87097
88265
  "use_squash_pr_title_as_default": {
87098
88266
  "type": "boolean",
87099
- "description": "Whether a squash merge commit can use the pull request title as default.",
87100
- "default": false
88267
+ "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.",
88268
+ "default": false,
88269
+ "deprecated": true
87101
88270
  },
87102
88271
  "squash_merge_commit_title": {
87103
88272
  "type": "string",
@@ -87791,14 +88960,15 @@
87791
88960
  },
87792
88961
  "location": "WestUs2",
87793
88962
  "idle_timeout_minutes": 60,
87794
- "retention_period_minutes": "43200,",
87795
- "retention_expires_at": "null,",
88963
+ "retention_period_minutes": 43200,
88964
+ "retention_expires_at": null,
87796
88965
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
87797
88966
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
87798
88967
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
87799
88968
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
87800
88969
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
87801
- "recent_folders": []
88970
+ "recent_folders": [],
88971
+ "template": null
87802
88972
  }
87803
88973
  }
87804
88974
  }
@@ -90144,8 +91314,9 @@
90144
91314
  },
90145
91315
  "use_squash_pr_title_as_default": {
90146
91316
  "type": "boolean",
90147
- "description": "Whether a squash merge commit can use the pull request title as default.",
90148
- "default": false
91317
+ "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.",
91318
+ "default": false,
91319
+ "deprecated": true
90149
91320
  },
90150
91321
  "squash_merge_commit_title": {
90151
91322
  "type": "string",
@@ -91839,8 +93010,9 @@
91839
93010
  },
91840
93011
  "use_squash_pr_title_as_default": {
91841
93012
  "type": "boolean",
91842
- "description": "Whether a squash merge commit can use the pull request title as default.",
91843
- "default": false
93013
+ "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.",
93014
+ "default": false,
93015
+ "deprecated": true
91844
93016
  },
91845
93017
  "squash_merge_commit_title": {
91846
93018
  "type": "string",
@@ -93563,8 +94735,9 @@
93563
94735
  },
93564
94736
  "use_squash_pr_title_as_default": {
93565
94737
  "type": "boolean",
93566
- "description": "Whether a squash merge commit can use the pull request title as default.",
93567
- "default": false
94738
+ "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.",
94739
+ "default": false,
94740
+ "deprecated": true
93568
94741
  },
93569
94742
  "squash_merge_commit_title": {
93570
94743
  "type": "string",
@@ -95719,8 +96892,9 @@
95719
96892
  },
95720
96893
  "use_squash_pr_title_as_default": {
95721
96894
  "type": "boolean",
95722
- "description": "Whether a squash merge commit can use the pull request title as default.",
95723
- "default": false
96895
+ "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.",
96896
+ "default": false,
96897
+ "deprecated": true
95724
96898
  },
95725
96899
  "squash_merge_commit_title": {
95726
96900
  "type": "string",
@@ -98292,8 +99466,9 @@
98292
99466
  },
98293
99467
  "use_squash_pr_title_as_default": {
98294
99468
  "type": "boolean",
98295
- "description": "Whether a squash merge commit can use the pull request title as default.",
98296
- "default": false
99469
+ "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.",
99470
+ "default": false,
99471
+ "deprecated": true
98297
99472
  },
98298
99473
  "squash_merge_commit_title": {
98299
99474
  "type": "string",
@@ -100436,8 +101611,9 @@
100436
101611
  },
100437
101612
  "use_squash_pr_title_as_default": {
100438
101613
  "type": "boolean",
100439
- "description": "Whether a squash merge commit can use the pull request title as default.",
100440
- "default": false
101614
+ "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.",
101615
+ "default": false,
101616
+ "deprecated": true
100441
101617
  },
100442
101618
  "squash_merge_commit_title": {
100443
101619
  "type": "string",
@@ -101087,15 +102263,15 @@
101087
102263
  },
101088
102264
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
101089
102265
  "get": {
101090
- "summary": "Get all package versions for a package owned by an organization",
101091
- "description": "Returns all package versions for a package owned by an organization.\n\nTo use this endpoint, you must authenticate using an access token with the `packages:read` scope.\nIf `package_type` is not `container`, your token must also include the `repo` scope.",
102266
+ "summary": "List package versions for a package owned by an organization",
102267
+ "description": "Lists package versions for a package owned by an organization.\n\nTo use this endpoint, you must authenticate using an access token with the `packages:read` scope.\nIf `package_type` is not `container`, your token must also include the `repo` scope.",
101092
102268
  "tags": [
101093
102269
  "packages"
101094
102270
  ],
101095
102271
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
101096
102272
  "externalDocs": {
101097
102273
  "description": "API method documentation",
101098
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
102274
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
101099
102275
  },
101100
102276
  "parameters": [
101101
102277
  {
@@ -104694,8 +105870,9 @@
104694
105870
  },
104695
105871
  "use_squash_pr_title_as_default": {
104696
105872
  "type": "boolean",
104697
- "description": "Whether a squash merge commit can use the pull request title as default.",
104698
- "default": false
105873
+ "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.",
105874
+ "default": false,
105875
+ "deprecated": true
104699
105876
  },
104700
105877
  "squash_merge_commit_title": {
104701
105878
  "type": "string",
@@ -105234,8 +106411,9 @@
105234
106411
  },
105235
106412
  "use_squash_pr_title_as_default": {
105236
106413
  "type": "boolean",
105237
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
105238
- "default": false
106414
+ "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.",
106415
+ "default": false,
106416
+ "deprecated": true
105239
106417
  },
105240
106418
  "squash_merge_commit_title": {
105241
106419
  "type": "string",
@@ -106338,8 +107516,9 @@
106338
107516
  },
106339
107517
  "use_squash_pr_title_as_default": {
106340
107518
  "type": "boolean",
106341
- "description": "Whether a squash merge commit can use the pull request title as default.",
106342
- "default": false
107519
+ "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.",
107520
+ "default": false,
107521
+ "deprecated": true
106343
107522
  },
106344
107523
  "squash_merge_commit_title": {
106345
107524
  "type": "string",
@@ -119449,8 +120628,9 @@
119449
120628
  },
119450
120629
  "use_squash_pr_title_as_default": {
119451
120630
  "type": "boolean",
119452
- "description": "Whether a squash merge commit can use the pull request title as default.",
119453
- "default": false
120631
+ "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.",
120632
+ "default": false,
120633
+ "deprecated": true
119454
120634
  },
119455
120635
  "squash_merge_commit_title": {
119456
120636
  "type": "string",
@@ -121499,8 +122679,9 @@
121499
122679
  },
121500
122680
  "use_squash_pr_title_as_default": {
121501
122681
  "type": "boolean",
121502
- "description": "Whether a squash merge commit can use the pull request title as default.",
121503
- "default": false
122682
+ "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.",
122683
+ "default": false,
122684
+ "deprecated": true
121504
122685
  },
121505
122686
  "squash_merge_commit_title": {
121506
122687
  "type": "string",
@@ -129955,8 +131136,9 @@
129955
131136
  },
129956
131137
  "use_squash_pr_title_as_default": {
129957
131138
  "type": "boolean",
129958
- "description": "Whether a squash merge commit can use the pull request title as default.",
129959
- "default": false
131139
+ "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.",
131140
+ "default": false,
131141
+ "deprecated": true
129960
131142
  },
129961
131143
  "squash_merge_commit_title": {
129962
131144
  "type": "string",
@@ -131393,8 +132575,9 @@
131393
132575
  },
131394
132576
  "use_squash_pr_title_as_default": {
131395
132577
  "type": "boolean",
131396
- "description": "Whether a squash merge commit can use the pull request title as default.",
131397
- "default": false
132578
+ "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.",
132579
+ "default": false,
132580
+ "deprecated": true
131398
132581
  },
131399
132582
  "squash_merge_commit_title": {
131400
132583
  "type": "string",
@@ -132586,8 +133769,9 @@
132586
133769
  },
132587
133770
  "use_squash_pr_title_as_default": {
132588
133771
  "type": "boolean",
132589
- "description": "Whether a squash merge commit can use the pull request title as default.",
132590
- "default": false
133772
+ "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.",
133773
+ "default": false,
133774
+ "deprecated": true
132591
133775
  },
132592
133776
  "squash_merge_commit_title": {
132593
133777
  "type": "string",
@@ -133667,8 +134851,9 @@
133667
134851
  },
133668
134852
  "use_squash_pr_title_as_default": {
133669
134853
  "type": "boolean",
133670
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
133671
- "default": false
134854
+ "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.",
134855
+ "default": false,
134856
+ "deprecated": true
133672
134857
  },
133673
134858
  "squash_merge_commit_title": {
133674
134859
  "type": "string",
@@ -135249,8 +136434,9 @@
135249
136434
  },
135250
136435
  "use_squash_pr_title_as_default": {
135251
136436
  "type": "boolean",
135252
- "description": "Whether a squash merge commit can use the pull request title as default.",
135253
- "default": false
136437
+ "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.",
136438
+ "default": false,
136439
+ "deprecated": true
135254
136440
  },
135255
136441
  "squash_merge_commit_title": {
135256
136442
  "type": "string",
@@ -136687,8 +137873,9 @@
136687
137873
  },
136688
137874
  "use_squash_pr_title_as_default": {
136689
137875
  "type": "boolean",
136690
- "description": "Whether a squash merge commit can use the pull request title as default.",
136691
- "default": false
137876
+ "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.",
137877
+ "default": false,
137878
+ "deprecated": true
136692
137879
  },
136693
137880
  "squash_merge_commit_title": {
136694
137881
  "type": "string",
@@ -137880,8 +139067,9 @@
137880
139067
  },
137881
139068
  "use_squash_pr_title_as_default": {
137882
139069
  "type": "boolean",
137883
- "description": "Whether a squash merge commit can use the pull request title as default.",
137884
- "default": false
139070
+ "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.",
139071
+ "default": false,
139072
+ "deprecated": true
137885
139073
  },
137886
139074
  "squash_merge_commit_title": {
137887
139075
  "type": "string",
@@ -143022,8 +144210,9 @@
143022
144210
  },
143023
144211
  "use_squash_pr_title_as_default": {
143024
144212
  "type": "boolean",
143025
- "description": "Whether a squash merge commit can use the pull request title as default.",
143026
- "default": false
144213
+ "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.",
144214
+ "default": false,
144215
+ "deprecated": true
143027
144216
  },
143028
144217
  "squash_merge_commit_title": {
143029
144218
  "type": "string",
@@ -144319,8 +145508,9 @@
144319
145508
  },
144320
145509
  "use_squash_pr_title_as_default": {
144321
145510
  "type": "boolean",
144322
- "description": "Whether a squash merge commit can use the pull request title as default.",
144323
- "default": false
145511
+ "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.",
145512
+ "default": false,
145513
+ "deprecated": true
144324
145514
  },
144325
145515
  "squash_merge_commit_title": {
144326
145516
  "type": "string",
@@ -145782,6 +146972,15 @@
145782
146972
  "schema": {
145783
146973
  "type": "integer"
145784
146974
  }
146975
+ },
146976
+ {
146977
+ "name": "head_sha",
146978
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
146979
+ "in": "query",
146980
+ "required": false,
146981
+ "schema": {
146982
+ "type": "string"
146983
+ }
145785
146984
  }
145786
146985
  ],
145787
146986
  "responses": {
@@ -147833,8 +149032,9 @@
147833
149032
  },
147834
149033
  "use_squash_pr_title_as_default": {
147835
149034
  "type": "boolean",
147836
- "description": "Whether a squash merge commit can use the pull request title as default.",
147837
- "default": false
149035
+ "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.",
149036
+ "default": false,
149037
+ "deprecated": true
147838
149038
  },
147839
149039
  "squash_merge_commit_title": {
147840
149040
  "type": "string",
@@ -149599,8 +150799,9 @@
149599
150799
  },
149600
150800
  "use_squash_pr_title_as_default": {
149601
150801
  "type": "boolean",
149602
- "description": "Whether a squash merge commit can use the pull request title as default.",
149603
- "default": false
150802
+ "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.",
150803
+ "default": false,
150804
+ "deprecated": true
149604
150805
  },
149605
150806
  "squash_merge_commit_title": {
149606
150807
  "type": "string",
@@ -152261,8 +153462,9 @@
152261
153462
  },
152262
153463
  "use_squash_pr_title_as_default": {
152263
153464
  "type": "boolean",
152264
- "description": "Whether a squash merge commit can use the pull request title as default.",
152265
- "default": false
153465
+ "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.",
153466
+ "default": false,
153467
+ "deprecated": true
152266
153468
  },
152267
153469
  "squash_merge_commit_title": {
152268
153470
  "type": "string",
@@ -154027,8 +155229,9 @@
154027
155229
  },
154028
155230
  "use_squash_pr_title_as_default": {
154029
155231
  "type": "boolean",
154030
- "description": "Whether a squash merge commit can use the pull request title as default.",
154031
- "default": false
155232
+ "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.",
155233
+ "default": false,
155234
+ "deprecated": true
154032
155235
  },
154033
155236
  "squash_merge_commit_title": {
154034
155237
  "type": "string",
@@ -157405,8 +158608,9 @@
157405
158608
  },
157406
158609
  "use_squash_pr_title_as_default": {
157407
158610
  "type": "boolean",
157408
- "description": "Whether a squash merge commit can use the pull request title as default.",
157409
- "default": false
158611
+ "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.",
158612
+ "default": false,
158613
+ "deprecated": true
157410
158614
  },
157411
158615
  "squash_merge_commit_title": {
157412
158616
  "type": "string",
@@ -159171,8 +160375,9 @@
159171
160375
  },
159172
160376
  "use_squash_pr_title_as_default": {
159173
160377
  "type": "boolean",
159174
- "description": "Whether a squash merge commit can use the pull request title as default.",
159175
- "default": false
160378
+ "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.",
160379
+ "default": false,
160380
+ "deprecated": true
159176
160381
  },
159177
160382
  "squash_merge_commit_title": {
159178
160383
  "type": "string",
@@ -163536,7 +164741,7 @@
163536
164741
  },
163537
164742
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
163538
164743
  "get": {
163539
- "summary": "List workflow runs",
164744
+ "summary": "List workflow runs for a workflow",
163540
164745
  "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/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.",
163541
164746
  "tags": [
163542
164747
  "actions"
@@ -163677,6 +164882,15 @@
163677
164882
  "schema": {
163678
164883
  "type": "integer"
163679
164884
  }
164885
+ },
164886
+ {
164887
+ "name": "head_sha",
164888
+ "description": "Only returns workflow runs that are associated with the specified `head_sha`.",
164889
+ "in": "query",
164890
+ "required": false,
164891
+ "schema": {
164892
+ "type": "string"
164893
+ }
163680
164894
  }
163681
164895
  ],
163682
164896
  "responses": {
@@ -165728,8 +166942,9 @@
165728
166942
  },
165729
166943
  "use_squash_pr_title_as_default": {
165730
166944
  "type": "boolean",
165731
- "description": "Whether a squash merge commit can use the pull request title as default.",
165732
- "default": false
166945
+ "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.",
166946
+ "default": false,
166947
+ "deprecated": true
165733
166948
  },
165734
166949
  "squash_merge_commit_title": {
165735
166950
  "type": "string",
@@ -167494,8 +168709,9 @@
167494
168709
  },
167495
168710
  "use_squash_pr_title_as_default": {
167496
168711
  "type": "boolean",
167497
- "description": "Whether a squash merge commit can use the pull request title as default.",
167498
- "default": false
168712
+ "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.",
168713
+ "default": false,
168714
+ "deprecated": true
167499
168715
  },
167500
168716
  "squash_merge_commit_title": {
167501
168717
  "type": "string",
@@ -194772,8 +195988,9 @@
194772
195988
  },
194773
195989
  "use_squash_pr_title_as_default": {
194774
195990
  "type": "boolean",
194775
- "description": "Whether a squash merge commit can use the pull request title as default.",
194776
- "default": false
195991
+ "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.",
195992
+ "default": false,
195993
+ "deprecated": true
194777
195994
  },
194778
195995
  "squash_merge_commit_title": {
194779
195996
  "type": "string",
@@ -197356,8 +198573,9 @@
197356
198573
  },
197357
198574
  "use_squash_pr_title_as_default": {
197358
198575
  "type": "boolean",
197359
- "description": "Whether a squash merge commit can use the pull request title as default.",
197360
- "default": false
198576
+ "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.",
198577
+ "default": false,
198578
+ "deprecated": true
197361
198579
  },
197362
198580
  "squash_merge_commit_title": {
197363
198581
  "type": "string",
@@ -199657,8 +200875,9 @@
199657
200875
  },
199658
200876
  "use_squash_pr_title_as_default": {
199659
200877
  "type": "boolean",
199660
- "description": "Whether a squash merge commit can use the pull request title as default.",
199661
- "default": false
200878
+ "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.",
200879
+ "default": false,
200880
+ "deprecated": true
199662
200881
  },
199663
200882
  "squash_merge_commit_title": {
199664
200883
  "type": "string",
@@ -202131,8 +203350,9 @@
202131
203350
  },
202132
203351
  "use_squash_pr_title_as_default": {
202133
203352
  "type": "boolean",
202134
- "description": "Whether a squash merge commit can use the pull request title as default.",
202135
- "default": false
203353
+ "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.",
203354
+ "default": false,
203355
+ "deprecated": true
202136
203356
  },
202137
203357
  "squash_merge_commit_title": {
202138
203358
  "type": "string",
@@ -209414,8 +210634,9 @@
209414
210634
  },
209415
210635
  "use_squash_pr_title_as_default": {
209416
210636
  "type": "boolean",
209417
- "description": "Whether a squash merge commit can use the pull request title as default.",
209418
- "default": false
210637
+ "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.",
210638
+ "default": false,
210639
+ "deprecated": true
209419
210640
  },
209420
210641
  "squash_merge_commit_title": {
209421
210642
  "type": "string",
@@ -212221,8 +213442,9 @@
212221
213442
  },
212222
213443
  "use_squash_pr_title_as_default": {
212223
213444
  "type": "boolean",
212224
- "description": "Whether a squash merge commit can use the pull request title as default.",
212225
- "default": false
213445
+ "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.",
213446
+ "default": false,
213447
+ "deprecated": true
212226
213448
  },
212227
213449
  "squash_merge_commit_title": {
212228
213450
  "type": "string",
@@ -212916,14 +214138,15 @@
212916
214138
  },
212917
214139
  "location": "WestUs2",
212918
214140
  "idle_timeout_minutes": 60,
212919
- "retention_period_minutes": "43200,",
212920
- "retention_expires_at": "null,",
214141
+ "retention_period_minutes": 43200,
214142
+ "retention_expires_at": null,
212921
214143
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
212922
214144
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
212923
214145
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
212924
214146
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
212925
214147
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
212926
- "recent_folders": []
214148
+ "recent_folders": [],
214149
+ "template": null
212927
214150
  }
212928
214151
  }
212929
214152
  }
@@ -214674,8 +215897,9 @@
214674
215897
  },
214675
215898
  "use_squash_pr_title_as_default": {
214676
215899
  "type": "boolean",
214677
- "description": "Whether a squash merge commit can use the pull request title as default.",
214678
- "default": false
215900
+ "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.",
215901
+ "default": false,
215902
+ "deprecated": true
214679
215903
  },
214680
215904
  "squash_merge_commit_title": {
214681
215905
  "type": "string",
@@ -215369,14 +216593,15 @@
215369
216593
  },
215370
216594
  "location": "WestUs2",
215371
216595
  "idle_timeout_minutes": 60,
215372
- "retention_period_minutes": "43200,",
215373
- "retention_expires_at": "null,",
216596
+ "retention_period_minutes": 43200,
216597
+ "retention_expires_at": null,
215374
216598
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
215375
216599
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
215376
216600
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
215377
216601
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
215378
216602
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
215379
- "recent_folders": []
216603
+ "recent_folders": [],
216604
+ "template": null
215380
216605
  }
215381
216606
  }
215382
216607
  }
@@ -218772,8 +219997,9 @@
218772
219997
  },
218773
219998
  "use_squash_pr_title_as_default": {
218774
219999
  "type": "boolean",
218775
- "description": "Whether a squash merge commit can use the pull request title as default.",
218776
- "default": false
220000
+ "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.",
220001
+ "default": false,
220002
+ "deprecated": true
218777
220003
  },
218778
220004
  "squash_merge_commit_title": {
218779
220005
  "type": "string",
@@ -226108,8 +227334,9 @@
226108
227334
  },
226109
227335
  "use_squash_pr_title_as_default": {
226110
227336
  "type": "boolean",
226111
- "description": "Whether a squash merge commit can use the pull request title as default.",
226112
- "default": false
227337
+ "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.",
227338
+ "default": false,
227339
+ "deprecated": true
226113
227340
  },
226114
227341
  "squash_merge_commit_title": {
226115
227342
  "type": "string",
@@ -227442,8 +228669,9 @@
227442
228669
  },
227443
228670
  "use_squash_pr_title_as_default": {
227444
228671
  "type": "boolean",
227445
- "description": "Whether a squash merge commit can use the pull request title as default.",
227446
- "default": false
228672
+ "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.",
228673
+ "default": false,
228674
+ "deprecated": true
227447
228675
  },
227448
228676
  "squash_merge_commit_title": {
227449
228677
  "type": "string",
@@ -232454,8 +233682,9 @@
232454
233682
  },
232455
233683
  "use_squash_pr_title_as_default": {
232456
233684
  "type": "boolean",
232457
- "description": "Whether a squash merge commit can use the pull request title as default.",
232458
- "default": false
233685
+ "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.",
233686
+ "default": false,
233687
+ "deprecated": true
232459
233688
  },
232460
233689
  "squash_merge_commit_title": {
232461
233690
  "type": "string",
@@ -234676,8 +235905,9 @@
234676
235905
  },
234677
235906
  "use_squash_pr_title_as_default": {
234678
235907
  "type": "boolean",
234679
- "description": "Whether a squash merge commit can use the pull request title as default.",
234680
- "default": false
235908
+ "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.",
235909
+ "default": false,
235910
+ "deprecated": true
234681
235911
  },
234682
235912
  "squash_merge_commit_title": {
234683
235913
  "type": "string",
@@ -239363,7 +240593,7 @@
239363
240593
  },
239364
240594
  "sha": {
239365
240595
  "type": "string",
239366
- "description": "The blob SHA of the file being replaced."
240596
+ "description": "The blob SHA of the file being deleted."
239367
240597
  },
239368
240598
  "branch": {
239369
240599
  "type": "string",
@@ -248004,7 +249234,12 @@
248004
249234
  "description": "The reason for the current state",
248005
249235
  "example": "not_planned",
248006
249236
  "type": "string",
248007
- "nullable": true
249237
+ "nullable": true,
249238
+ "enum": [
249239
+ "completed",
249240
+ "reopened",
249241
+ "not_planned"
249242
+ ]
248008
249243
  },
248009
249244
  "title": {
248010
249245
  "description": "Title of the issue",
@@ -249882,8 +251117,9 @@
249882
251117
  },
249883
251118
  "use_squash_pr_title_as_default": {
249884
251119
  "type": "boolean",
249885
- "description": "Whether a squash merge commit can use the pull request title as default.",
249886
- "default": false
251120
+ "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.",
251121
+ "default": false,
251122
+ "deprecated": true
249887
251123
  },
249888
251124
  "squash_merge_commit_title": {
249889
251125
  "type": "string",
@@ -252540,8 +253776,9 @@
252540
253776
  },
252541
253777
  "use_squash_pr_title_as_default": {
252542
253778
  "type": "boolean",
252543
- "description": "Whether a squash merge commit can use the pull request title as default.",
252544
- "default": false
253779
+ "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.",
253780
+ "default": false,
253781
+ "deprecated": true
252545
253782
  },
252546
253783
  "squash_merge_commit_title": {
252547
253784
  "type": "string",
@@ -254599,8 +255836,9 @@
254599
255836
  },
254600
255837
  "use_squash_pr_title_as_default": {
254601
255838
  "type": "boolean",
254602
- "description": "Whether a squash merge commit can use the pull request title as default.",
254603
- "default": false
255839
+ "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.",
255840
+ "default": false,
255841
+ "deprecated": true
254604
255842
  },
254605
255843
  "squash_merge_commit_title": {
254606
255844
  "type": "string",
@@ -256037,8 +257275,9 @@
256037
257275
  },
256038
257276
  "use_squash_pr_title_as_default": {
256039
257277
  "type": "boolean",
256040
- "description": "Whether a squash merge commit can use the pull request title as default.",
256041
- "default": false
257278
+ "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.",
257279
+ "default": false,
257280
+ "deprecated": true
256042
257281
  },
256043
257282
  "squash_merge_commit_title": {
256044
257283
  "type": "string",
@@ -257230,8 +258469,9 @@
257230
258469
  },
257231
258470
  "use_squash_pr_title_as_default": {
257232
258471
  "type": "boolean",
257233
- "description": "Whether a squash merge commit can use the pull request title as default.",
257234
- "default": false
258472
+ "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.",
258473
+ "default": false,
258474
+ "deprecated": true
257235
258475
  },
257236
258476
  "squash_merge_commit_title": {
257237
258477
  "type": "string",
@@ -268804,8 +270044,9 @@
268804
270044
  },
268805
270045
  "use_squash_pr_title_as_default": {
268806
270046
  "type": "boolean",
268807
- "description": "Whether a squash merge commit can use the pull request title as default.",
268808
- "default": false
270047
+ "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.",
270048
+ "default": false,
270049
+ "deprecated": true
268809
270050
  },
268810
270051
  "squash_merge_commit_title": {
268811
270052
  "type": "string",
@@ -271088,8 +272329,9 @@
271088
272329
  },
271089
272330
  "use_squash_pr_title_as_default": {
271090
272331
  "type": "boolean",
271091
- "description": "Whether a squash merge commit can use the pull request title as default.",
271092
- "default": false
272332
+ "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.",
272333
+ "default": false,
272334
+ "deprecated": true
271093
272335
  },
271094
272336
  "squash_merge_commit_title": {
271095
272337
  "type": "string",
@@ -272058,7 +273300,12 @@
272058
273300
  "description": "The reason for the current state",
272059
273301
  "example": "not_planned",
272060
273302
  "type": "string",
272061
- "nullable": true
273303
+ "nullable": true,
273304
+ "enum": [
273305
+ "completed",
273306
+ "reopened",
273307
+ "not_planned"
273308
+ ]
272062
273309
  },
272063
273310
  "title": {
272064
273311
  "description": "Title of the issue",
@@ -273936,8 +275183,9 @@
273936
275183
  },
273937
275184
  "use_squash_pr_title_as_default": {
273938
275185
  "type": "boolean",
273939
- "description": "Whether a squash merge commit can use the pull request title as default.",
273940
- "default": false
275186
+ "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.",
275187
+ "default": false,
275188
+ "deprecated": true
273941
275189
  },
273942
275190
  "squash_merge_commit_title": {
273943
275191
  "type": "string",
@@ -274915,7 +276163,12 @@
274915
276163
  "description": "The reason for the current state",
274916
276164
  "example": "not_planned",
274917
276165
  "type": "string",
274918
- "nullable": true
276166
+ "nullable": true,
276167
+ "enum": [
276168
+ "completed",
276169
+ "reopened",
276170
+ "not_planned"
276171
+ ]
274919
276172
  },
274920
276173
  "title": {
274921
276174
  "description": "Title of the issue",
@@ -276793,8 +278046,9 @@
276793
278046
  },
276794
278047
  "use_squash_pr_title_as_default": {
276795
278048
  "type": "boolean",
276796
- "description": "Whether a squash merge commit can use the pull request title as default.",
276797
- "default": false
278049
+ "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.",
278050
+ "default": false,
278051
+ "deprecated": true
276798
278052
  },
276799
278053
  "squash_merge_commit_title": {
276800
278054
  "type": "string",
@@ -280925,7 +282179,12 @@
280925
282179
  "description": "The reason for the current state",
280926
282180
  "example": "not_planned",
280927
282181
  "type": "string",
280928
- "nullable": true
282182
+ "nullable": true,
282183
+ "enum": [
282184
+ "completed",
282185
+ "reopened",
282186
+ "not_planned"
282187
+ ]
280929
282188
  },
280930
282189
  "title": {
280931
282190
  "description": "Title of the issue",
@@ -282803,8 +284062,9 @@
282803
284062
  },
282804
284063
  "use_squash_pr_title_as_default": {
282805
284064
  "type": "boolean",
282806
- "description": "Whether a squash merge commit can use the pull request title as default.",
282807
- "default": false
284065
+ "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.",
284066
+ "default": false,
284067
+ "deprecated": true
282808
284068
  },
282809
284069
  "squash_merge_commit_title": {
282810
284070
  "type": "string",
@@ -284838,7 +286098,12 @@
284838
286098
  "description": "The reason for the current state",
284839
286099
  "example": "not_planned",
284840
286100
  "type": "string",
284841
- "nullable": true
286101
+ "nullable": true,
286102
+ "enum": [
286103
+ "completed",
286104
+ "reopened",
286105
+ "not_planned"
286106
+ ]
284842
286107
  },
284843
286108
  "title": {
284844
286109
  "description": "Title of the issue",
@@ -286716,8 +287981,9 @@
286716
287981
  },
286717
287982
  "use_squash_pr_title_as_default": {
286718
287983
  "type": "boolean",
286719
- "description": "Whether a squash merge commit can use the pull request title as default.",
286720
- "default": false
287984
+ "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.",
287985
+ "default": false,
287986
+ "deprecated": true
286721
287987
  },
286722
287988
  "squash_merge_commit_title": {
286723
287989
  "type": "string",
@@ -288633,7 +289899,12 @@
288633
289899
  "description": "The reason for the current state",
288634
289900
  "example": "not_planned",
288635
289901
  "type": "string",
288636
- "nullable": true
289902
+ "nullable": true,
289903
+ "enum": [
289904
+ "completed",
289905
+ "reopened",
289906
+ "not_planned"
289907
+ ]
288637
289908
  },
288638
289909
  "title": {
288639
289910
  "description": "Title of the issue",
@@ -290511,8 +291782,9 @@
290511
291782
  },
290512
291783
  "use_squash_pr_title_as_default": {
290513
291784
  "type": "boolean",
290514
- "description": "Whether a squash merge commit can use the pull request title as default.",
290515
- "default": false
291785
+ "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.",
291786
+ "default": false,
291787
+ "deprecated": true
290516
291788
  },
290517
291789
  "squash_merge_commit_title": {
290518
291790
  "type": "string",
@@ -291333,6 +292605,11 @@
291333
292605
  },
291334
292606
  "state_reason": {
291335
292607
  "type": "string",
292608
+ "enum": [
292609
+ "completed",
292610
+ "not_planned",
292611
+ "reopened"
292612
+ ],
291336
292613
  "nullable": true,
291337
292614
  "description": "The reason for the current state",
291338
292615
  "example": "not_planned"
@@ -291462,7 +292739,12 @@
291462
292739
  "description": "The reason for the current state",
291463
292740
  "example": "not_planned",
291464
292741
  "type": "string",
291465
- "nullable": true
292742
+ "nullable": true,
292743
+ "enum": [
292744
+ "completed",
292745
+ "reopened",
292746
+ "not_planned"
292747
+ ]
291466
292748
  },
291467
292749
  "title": {
291468
292750
  "description": "Title of the issue",
@@ -293340,8 +294622,9 @@
293340
294622
  },
293341
294623
  "use_squash_pr_title_as_default": {
293342
294624
  "type": "boolean",
293343
- "description": "Whether a squash merge commit can use the pull request title as default.",
293344
- "default": false
294625
+ "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.",
294626
+ "default": false,
294627
+ "deprecated": true
293345
294628
  },
293346
294629
  "squash_merge_commit_title": {
293347
294630
  "type": "string",
@@ -294322,7 +295605,12 @@
294322
295605
  "description": "The reason for the current state",
294323
295606
  "example": "not_planned",
294324
295607
  "type": "string",
294325
- "nullable": true
295608
+ "nullable": true,
295609
+ "enum": [
295610
+ "completed",
295611
+ "reopened",
295612
+ "not_planned"
295613
+ ]
294326
295614
  },
294327
295615
  "title": {
294328
295616
  "description": "Title of the issue",
@@ -296200,8 +297488,9 @@
296200
297488
  },
296201
297489
  "use_squash_pr_title_as_default": {
296202
297490
  "type": "boolean",
296203
- "description": "Whether a squash merge commit can use the pull request title as default.",
296204
- "default": false
297491
+ "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.",
297492
+ "default": false,
297493
+ "deprecated": true
296205
297494
  },
296206
297495
  "squash_merge_commit_title": {
296207
297496
  "type": "string",
@@ -318179,7 +319468,12 @@
318179
319468
  "description": "The reason for the current state",
318180
319469
  "example": "not_planned",
318181
319470
  "type": "string",
318182
- "nullable": true
319471
+ "nullable": true,
319472
+ "enum": [
319473
+ "completed",
319474
+ "reopened",
319475
+ "not_planned"
319476
+ ]
318183
319477
  },
318184
319478
  "title": {
318185
319479
  "description": "Title of the issue",
@@ -320057,8 +321351,9 @@
320057
321351
  },
320058
321352
  "use_squash_pr_title_as_default": {
320059
321353
  "type": "boolean",
320060
- "description": "Whether a squash merge commit can use the pull request title as default.",
320061
- "default": false
321354
+ "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.",
321355
+ "default": false,
321356
+ "deprecated": true
320062
321357
  },
320063
321358
  "squash_merge_commit_title": {
320064
321359
  "type": "string",
@@ -329371,8 +330666,9 @@
329371
330666
  },
329372
330667
  "use_squash_pr_title_as_default": {
329373
330668
  "type": "boolean",
329374
- "description": "Whether a squash merge commit can use the pull request title as default.",
329375
- "default": false
330669
+ "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.",
330670
+ "default": false,
330671
+ "deprecated": true
329376
330672
  },
329377
330673
  "squash_merge_commit_title": {
329378
330674
  "type": "string",
@@ -335657,8 +336953,9 @@
335657
336953
  },
335658
336954
  "use_squash_pr_title_as_default": {
335659
336955
  "type": "boolean",
335660
- "description": "Whether a squash merge commit can use the pull request title as default.",
335661
- "default": false
336956
+ "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.",
336957
+ "default": false,
336958
+ "deprecated": true
335662
336959
  },
335663
336960
  "squash_merge_commit_title": {
335664
336961
  "type": "string",
@@ -336991,8 +338288,9 @@
336991
338288
  },
336992
338289
  "use_squash_pr_title_as_default": {
336993
338290
  "type": "boolean",
336994
- "description": "Whether a squash merge commit can use the pull request title as default.",
336995
- "default": false
338291
+ "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.",
338292
+ "default": false,
338293
+ "deprecated": true
336996
338294
  },
336997
338295
  "squash_merge_commit_title": {
336998
338296
  "type": "string",
@@ -352910,8 +354208,9 @@
352910
354208
  },
352911
354209
  "use_squash_pr_title_as_default": {
352912
354210
  "type": "boolean",
352913
- "description": "Whether a squash merge commit can use the pull request title as default.",
352914
- "default": false
354211
+ "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.",
354212
+ "default": false,
354213
+ "deprecated": true
352915
354214
  },
352916
354215
  "squash_merge_commit_title": {
352917
354216
  "type": "string",
@@ -353605,14 +354904,15 @@
353605
354904
  },
353606
354905
  "location": "WestUs2",
353607
354906
  "idle_timeout_minutes": 60,
353608
- "retention_period_minutes": "43200,",
353609
- "retention_expires_at": "null,",
354907
+ "retention_period_minutes": 43200,
354908
+ "retention_expires_at": null,
353610
354909
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
353611
354910
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
353612
354911
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
353613
354912
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
353614
354913
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
353615
- "recent_folders": []
354914
+ "recent_folders": [],
354915
+ "template": null
353616
354916
  }
353617
354917
  }
353618
354918
  }
@@ -355363,8 +356663,9 @@
355363
356663
  },
355364
356664
  "use_squash_pr_title_as_default": {
355365
356665
  "type": "boolean",
355366
- "description": "Whether a squash merge commit can use the pull request title as default.",
355367
- "default": false
356666
+ "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.",
356667
+ "default": false,
356668
+ "deprecated": true
355368
356669
  },
355369
356670
  "squash_merge_commit_title": {
355370
356671
  "type": "string",
@@ -356058,14 +357359,15 @@
356058
357359
  },
356059
357360
  "location": "WestUs2",
356060
357361
  "idle_timeout_minutes": 60,
356061
- "retention_period_minutes": "43200,",
356062
- "retention_expires_at": "null,",
357362
+ "retention_period_minutes": 43200,
357363
+ "retention_expires_at": null,
356063
357364
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
356064
357365
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
356065
357366
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
356066
357367
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
356067
357368
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
356068
- "recent_folders": []
357369
+ "recent_folders": [],
357370
+ "template": null
356069
357371
  }
356070
357372
  }
356071
357373
  }
@@ -361931,8 +363233,9 @@
361931
363233
  },
361932
363234
  "use_squash_pr_title_as_default": {
361933
363235
  "type": "boolean",
361934
- "description": "Whether a squash merge commit can use the pull request title as default.",
361935
- "default": false
363236
+ "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.",
363237
+ "default": false,
363238
+ "deprecated": true
361936
363239
  },
361937
363240
  "squash_merge_commit_title": {
361938
363241
  "type": "string",
@@ -363265,8 +364568,9 @@
363265
364568
  },
363266
364569
  "use_squash_pr_title_as_default": {
363267
364570
  "type": "boolean",
363268
- "description": "Whether a squash merge commit can use the pull request title as default.",
363269
- "default": false
364571
+ "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.",
364572
+ "default": false,
364573
+ "deprecated": true
363270
364574
  },
363271
364575
  "squash_merge_commit_title": {
363272
364576
  "type": "string",
@@ -366648,8 +367952,9 @@
366648
367952
  },
366649
367953
  "use_squash_pr_title_as_default": {
366650
367954
  "type": "boolean",
366651
- "description": "Whether a squash merge commit can use the pull request title as default.",
366652
- "default": false
367955
+ "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.",
367956
+ "default": false,
367957
+ "deprecated": true
366653
367958
  },
366654
367959
  "squash_merge_commit_title": {
366655
367960
  "type": "string",
@@ -367982,8 +369287,9 @@
367982
369287
  },
367983
369288
  "use_squash_pr_title_as_default": {
367984
369289
  "type": "boolean",
367985
- "description": "Whether a squash merge commit can use the pull request title as default.",
367986
- "default": false
369290
+ "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.",
369291
+ "default": false,
369292
+ "deprecated": true
367987
369293
  },
367988
369294
  "squash_merge_commit_title": {
367989
369295
  "type": "string",
@@ -387115,8 +388421,9 @@
387115
388421
  },
387116
388422
  "use_squash_pr_title_as_default": {
387117
388423
  "type": "boolean",
387118
- "description": "Whether a squash merge commit can use the pull request title as default.",
387119
- "default": false
388424
+ "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.",
388425
+ "default": false,
388426
+ "deprecated": true
387120
388427
  },
387121
388428
  "squash_merge_commit_title": {
387122
388429
  "type": "string",
@@ -388981,8 +390288,9 @@
388981
390288
  },
388982
390289
  "use_squash_pr_title_as_default": {
388983
390290
  "type": "boolean",
388984
- "description": "Whether a squash merge commit can use the pull request title as default.",
388985
- "default": false
390291
+ "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.",
390292
+ "default": false,
390293
+ "deprecated": true
388986
390294
  },
388987
390295
  "squash_merge_commit_title": {
388988
390296
  "type": "string",
@@ -390780,8 +392088,9 @@
390780
392088
  },
390781
392089
  "use_squash_pr_title_as_default": {
390782
392090
  "type": "boolean",
390783
- "description": "Whether a squash merge commit can use the pull request title as default.",
390784
- "default": false
392091
+ "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.",
392092
+ "default": false,
392093
+ "deprecated": true
390785
392094
  },
390786
392095
  "squash_merge_commit_title": {
390787
392096
  "type": "string",
@@ -398768,8 +400077,9 @@
398768
400077
  },
398769
400078
  "use_squash_pr_title_as_default": {
398770
400079
  "type": "boolean",
398771
- "description": "Whether a squash merge commit can use the pull request title as default.",
398772
- "default": false
400080
+ "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.",
400081
+ "default": false,
400082
+ "deprecated": true
398773
400083
  },
398774
400084
  "squash_merge_commit_title": {
398775
400085
  "type": "string",
@@ -401201,8 +402511,9 @@
401201
402511
  },
401202
402512
  "use_squash_pr_title_as_default": {
401203
402513
  "type": "boolean",
401204
- "description": "Whether a squash merge commit can use the pull request title as default.",
401205
- "default": false
402514
+ "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.",
402515
+ "default": false,
402516
+ "deprecated": true
401206
402517
  },
401207
402518
  "squash_merge_commit_title": {
401208
402519
  "type": "string",
@@ -403629,8 +404940,9 @@
403629
404940
  },
403630
404941
  "use_squash_pr_title_as_default": {
403631
404942
  "type": "boolean",
403632
- "description": "Whether a squash merge commit can use the pull request title as default.",
403633
- "default": false
404943
+ "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.",
404944
+ "default": false,
404945
+ "deprecated": true
403634
404946
  },
403635
404947
  "squash_merge_commit_title": {
403636
404948
  "type": "string",
@@ -416202,8 +417514,9 @@
416202
417514
  },
416203
417515
  "use_squash_pr_title_as_default": {
416204
417516
  "type": "boolean",
416205
- "description": "Whether a squash merge commit can use the pull request title as default.",
416206
- "default": false
417517
+ "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.",
417518
+ "default": false,
417519
+ "deprecated": true
416207
417520
  },
416208
417521
  "squash_merge_commit_title": {
416209
417522
  "type": "string",
@@ -418272,8 +419585,9 @@
418272
419585
  },
418273
419586
  "use_squash_pr_title_as_default": {
418274
419587
  "type": "boolean",
418275
- "description": "Whether a squash merge commit can use the pull request title as default.",
418276
- "default": false
419588
+ "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.",
419589
+ "default": false,
419590
+ "deprecated": true
418277
419591
  },
418278
419592
  "squash_merge_commit_title": {
418279
419593
  "type": "string",
@@ -423551,8 +424865,9 @@
423551
424865
  },
423552
424866
  "use_squash_pr_title_as_default": {
423553
424867
  "type": "boolean",
423554
- "description": "Whether a squash merge commit can use the pull request title as default.",
423555
- "default": false
424868
+ "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.",
424869
+ "default": false,
424870
+ "deprecated": true
423556
424871
  },
423557
424872
  "squash_merge_commit_title": {
423558
424873
  "type": "string",
@@ -426541,8 +427856,9 @@
426541
427856
  },
426542
427857
  "use_squash_pr_title_as_default": {
426543
427858
  "type": "boolean",
426544
- "description": "Whether a squash merge commit can use the pull request title as default.",
426545
- "default": false
427859
+ "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.",
427860
+ "default": false,
427861
+ "deprecated": true
426546
427862
  },
426547
427863
  "squash_merge_commit_title": {
426548
427864
  "type": "string",
@@ -427236,14 +428552,15 @@
427236
428552
  },
427237
428553
  "location": "WestUs2",
427238
428554
  "idle_timeout_minutes": 60,
427239
- "retention_period_minutes": "43200,",
427240
- "retention_expires_at": "null,",
428555
+ "retention_period_minutes": 43200,
428556
+ "retention_expires_at": null,
427241
428557
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
427242
428558
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
427243
428559
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
427244
428560
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
427245
428561
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
427246
- "recent_folders": []
428562
+ "recent_folders": [],
428563
+ "template": null
427247
428564
  }
427248
428565
  }
427249
428566
  }
@@ -428994,8 +430311,9 @@
428994
430311
  },
428995
430312
  "use_squash_pr_title_as_default": {
428996
430313
  "type": "boolean",
428997
- "description": "Whether a squash merge commit can use the pull request title as default.",
428998
- "default": false
430314
+ "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.",
430315
+ "default": false,
430316
+ "deprecated": true
428999
430317
  },
429000
430318
  "squash_merge_commit_title": {
429001
430319
  "type": "string",
@@ -429689,14 +431007,15 @@
429689
431007
  },
429690
431008
  "location": "WestUs2",
429691
431009
  "idle_timeout_minutes": 60,
429692
- "retention_period_minutes": "43200,",
429693
- "retention_expires_at": "null,",
431010
+ "retention_period_minutes": 43200,
431011
+ "retention_expires_at": null,
429694
431012
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
429695
431013
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
429696
431014
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
429697
431015
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
429698
431016
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
429699
- "recent_folders": []
431017
+ "recent_folders": [],
431018
+ "template": null
429700
431019
  }
429701
431020
  }
429702
431021
  }
@@ -431820,8 +433139,9 @@
431820
433139
  },
431821
433140
  "use_squash_pr_title_as_default": {
431822
433141
  "type": "boolean",
431823
- "description": "Whether a squash merge commit can use the pull request title as default.",
431824
- "default": false
433142
+ "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.",
433143
+ "default": false,
433144
+ "deprecated": true
431825
433145
  },
431826
433146
  "squash_merge_commit_title": {
431827
433147
  "type": "string",
@@ -434715,8 +436035,9 @@
434715
436035
  },
434716
436036
  "use_squash_pr_title_as_default": {
434717
436037
  "type": "boolean",
434718
- "description": "Whether a squash merge commit can use the pull request title as default.",
434719
- "default": false
436038
+ "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.",
436039
+ "default": false,
436040
+ "deprecated": true
434720
436041
  },
434721
436042
  "squash_merge_commit_title": {
434722
436043
  "type": "string",
@@ -435410,14 +436731,15 @@
435410
436731
  },
435411
436732
  "location": "WestUs2",
435412
436733
  "idle_timeout_minutes": 60,
435413
- "retention_period_minutes": "43200,",
435414
- "retention_expires_at": "null,",
436734
+ "retention_period_minutes": 43200,
436735
+ "retention_expires_at": null,
435415
436736
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
435416
436737
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
435417
436738
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
435418
436739
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
435419
436740
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
435420
- "recent_folders": []
436741
+ "recent_folders": [],
436742
+ "template": null
435421
436743
  }
435422
436744
  }
435423
436745
  }
@@ -437341,8 +438663,9 @@
437341
438663
  },
437342
438664
  "use_squash_pr_title_as_default": {
437343
438665
  "type": "boolean",
437344
- "description": "Whether a squash merge commit can use the pull request title as default.",
437345
- "default": false
438666
+ "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.",
438667
+ "default": false,
438668
+ "deprecated": true
437346
438669
  },
437347
438670
  "squash_merge_commit_title": {
437348
438671
  "type": "string",
@@ -438036,14 +439359,15 @@
438036
439359
  },
438037
439360
  "location": "WestUs2",
438038
439361
  "idle_timeout_minutes": 60,
438039
- "retention_period_minutes": "43200,",
438040
- "retention_expires_at": "null,",
439362
+ "retention_period_minutes": 43200,
439363
+ "retention_expires_at": null,
438041
439364
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
438042
439365
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
438043
439366
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
438044
439367
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
438045
439368
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
438046
- "recent_folders": []
439369
+ "recent_folders": [],
439370
+ "template": null
438047
439371
  }
438048
439372
  }
438049
439373
  }
@@ -440702,8 +442026,9 @@
440702
442026
  },
440703
442027
  "use_squash_pr_title_as_default": {
440704
442028
  "type": "boolean",
440705
- "description": "Whether a squash merge commit can use the pull request title as default.",
440706
- "default": false
442029
+ "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.",
442030
+ "default": false,
442031
+ "deprecated": true
440707
442032
  },
440708
442033
  "squash_merge_commit_title": {
440709
442034
  "type": "string",
@@ -441397,14 +442722,15 @@
441397
442722
  },
441398
442723
  "location": "WestUs2",
441399
442724
  "idle_timeout_minutes": 60,
441400
- "retention_period_minutes": "43200,",
441401
- "retention_expires_at": "null,",
442725
+ "retention_period_minutes": 43200,
442726
+ "retention_expires_at": null,
441402
442727
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
441403
442728
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
441404
442729
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
441405
442730
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
441406
442731
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
441407
- "recent_folders": []
442732
+ "recent_folders": [],
442733
+ "template": null
441408
442734
  }
441409
442735
  }
441410
442736
  }
@@ -443408,8 +444734,9 @@
443408
444734
  },
443409
444735
  "use_squash_pr_title_as_default": {
443410
444736
  "type": "boolean",
443411
- "description": "Whether a squash merge commit can use the pull request title as default.",
443412
- "default": false
444737
+ "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.",
444738
+ "default": false,
444739
+ "deprecated": true
443413
444740
  },
443414
444741
  "squash_merge_commit_title": {
443415
444742
  "type": "string",
@@ -444103,14 +445430,15 @@
444103
445430
  },
444104
445431
  "location": "WestUs2",
444105
445432
  "idle_timeout_minutes": 60,
444106
- "retention_period_minutes": "43200,",
444107
- "retention_expires_at": "null,",
445433
+ "retention_period_minutes": 43200,
445434
+ "retention_expires_at": null,
444108
445435
  "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
444109
445436
  "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
444110
445437
  "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
444111
445438
  "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
444112
445439
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls/1",
444113
- "recent_folders": []
445440
+ "recent_folders": [],
445441
+ "template": null
444114
445442
  }
444115
445443
  }
444116
445444
  }
@@ -449450,8 +450778,9 @@
449450
450778
  },
449451
450779
  "use_squash_pr_title_as_default": {
449452
450780
  "type": "boolean",
449453
- "description": "Whether a squash merge commit can use the pull request title as default.",
449454
- "default": false
450781
+ "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.",
450782
+ "default": false,
450783
+ "deprecated": true
449455
450784
  },
449456
450785
  "squash_merge_commit_title": {
449457
450786
  "type": "string",
@@ -450525,7 +451854,12 @@
450525
451854
  "description": "The reason for the current state",
450526
451855
  "example": "not_planned",
450527
451856
  "type": "string",
450528
- "nullable": true
451857
+ "nullable": true,
451858
+ "enum": [
451859
+ "completed",
451860
+ "reopened",
451861
+ "not_planned"
451862
+ ]
450529
451863
  },
450530
451864
  "title": {
450531
451865
  "description": "Title of the issue",
@@ -452403,8 +453737,9 @@
452403
453737
  },
452404
453738
  "use_squash_pr_title_as_default": {
452405
453739
  "type": "boolean",
452406
- "description": "Whether a squash merge commit can use the pull request title as default.",
452407
- "default": false
453740
+ "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.",
453741
+ "default": false,
453742
+ "deprecated": true
452408
453743
  },
452409
453744
  "squash_merge_commit_title": {
452410
453745
  "type": "string",
@@ -457257,8 +458592,9 @@
457257
458592
  },
457258
458593
  "use_squash_pr_title_as_default": {
457259
458594
  "type": "boolean",
457260
- "description": "Whether a squash merge commit can use the pull request title as default.",
457261
- "default": false
458595
+ "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.",
458596
+ "default": false,
458597
+ "deprecated": true
457262
458598
  },
457263
458599
  "squash_merge_commit_title": {
457264
458600
  "type": "string",
@@ -459006,8 +460342,9 @@
459006
460342
  },
459007
460343
  "use_squash_pr_title_as_default": {
459008
460344
  "type": "boolean",
459009
- "description": "Whether a squash merge commit can use the pull request title as default.",
459010
- "default": false
460345
+ "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.",
460346
+ "default": false,
460347
+ "deprecated": true
459011
460348
  },
459012
460349
  "squash_merge_commit_title": {
459013
460350
  "type": "string",
@@ -460745,8 +462082,9 @@
460745
462082
  },
460746
462083
  "use_squash_pr_title_as_default": {
460747
462084
  "type": "boolean",
460748
- "description": "Whether a squash merge commit can use the pull request title as default.",
460749
- "default": false
462085
+ "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.",
462086
+ "default": false,
462087
+ "deprecated": true
460750
462088
  },
460751
462089
  "squash_merge_commit_title": {
460752
462090
  "type": "string",
@@ -463060,8 +464398,9 @@
463060
464398
  },
463061
464399
  "use_squash_pr_title_as_default": {
463062
464400
  "type": "boolean",
463063
- "description": "Whether a squash merge commit can use the pull request title as default.",
463064
- "default": false
464401
+ "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.",
464402
+ "default": false,
464403
+ "deprecated": true
463065
464404
  },
463066
464405
  "squash_merge_commit_title": {
463067
464406
  "type": "string",
@@ -465423,8 +466762,9 @@
465423
466762
  },
465424
466763
  "use_squash_pr_title_as_default": {
465425
466764
  "type": "boolean",
465426
- "description": "Whether a squash merge commit can use the pull request title as default.",
465427
- "default": false
466765
+ "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.",
466766
+ "default": false,
466767
+ "deprecated": true
465428
466768
  },
465429
466769
  "squash_merge_commit_title": {
465430
466770
  "type": "string",
@@ -467506,8 +468846,9 @@
467506
468846
  },
467507
468847
  "use_squash_pr_title_as_default": {
467508
468848
  "type": "boolean",
467509
- "description": "Whether a squash merge commit can use the pull request title as default.",
467510
- "default": false
468849
+ "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.",
468850
+ "default": false,
468851
+ "deprecated": true
467511
468852
  },
467512
468853
  "squash_merge_commit_title": {
467513
468854
  "type": "string",
@@ -468206,15 +469547,15 @@
468206
469547
  },
468207
469548
  "/user/packages/{package_type}/{package_name}/versions": {
468208
469549
  "get": {
468209
- "summary": "Get all package versions for a package owned by the authenticated user",
468210
- "description": "Returns all package versions for a package owned by the authenticated user.\n\nTo use this endpoint, you must authenticate using an access token with the `packages:read` scope.\nIf `package_type` is not `container`, your token must also include the `repo` scope.",
469550
+ "summary": "List package versions for a package owned by the authenticated user",
469551
+ "description": "Lists package versions for a package owned by the authenticated user.\n\nTo use this endpoint, you must authenticate using an access token with the `packages:read` scope.\nIf `package_type` is not `container`, your token must also include the `repo` scope.",
468211
469552
  "tags": [
468212
469553
  "packages"
468213
469554
  ],
468214
469555
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
468215
469556
  "externalDocs": {
468216
469557
  "description": "API method documentation",
468217
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
469558
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
468218
469559
  },
468219
469560
  "parameters": [
468220
469561
  {
@@ -470780,8 +472121,9 @@
470780
472121
  },
470781
472122
  "use_squash_pr_title_as_default": {
470782
472123
  "type": "boolean",
470783
- "description": "Whether a squash merge commit can use the pull request title as default.",
470784
- "default": false
472124
+ "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.",
472125
+ "default": false,
472126
+ "deprecated": true
470785
472127
  },
470786
472128
  "squash_merge_commit_title": {
470787
472129
  "type": "string",
@@ -472403,8 +473745,9 @@
472403
473745
  },
472404
473746
  "use_squash_pr_title_as_default": {
472405
473747
  "type": "boolean",
472406
- "description": "Whether a squash merge commit can use the pull request title as default.",
472407
- "default": false
473748
+ "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.",
473749
+ "default": false,
473750
+ "deprecated": true
472408
473751
  },
472409
473752
  "squash_merge_commit_title": {
472410
473753
  "type": "string",
@@ -474439,8 +475782,9 @@
474439
475782
  },
474440
475783
  "use_squash_pr_title_as_default": {
474441
475784
  "type": "boolean",
474442
- "description": "Whether a squash merge commit can use the pull request title as default.",
474443
- "default": false
475785
+ "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.",
475786
+ "default": false,
475787
+ "deprecated": true
474444
475788
  },
474445
475789
  "squash_merge_commit_title": {
474446
475790
  "type": "string",
@@ -477308,8 +478652,9 @@
477308
478652
  },
477309
478653
  "use_squash_pr_title_as_default": {
477310
478654
  "type": "boolean",
477311
- "description": "Whether a squash merge commit can use the pull request title as default.",
477312
- "default": false
478655
+ "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.",
478656
+ "default": false,
478657
+ "deprecated": true
477313
478658
  },
477314
478659
  "squash_merge_commit_title": {
477315
478660
  "type": "string",
@@ -478645,8 +479990,9 @@
478645
479990
  },
478646
479991
  "use_squash_pr_title_as_default": {
478647
479992
  "type": "boolean",
478648
- "description": "Whether a squash merge commit can use the pull request title as default.",
478649
- "default": false
479993
+ "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.",
479994
+ "default": false,
479995
+ "deprecated": true
478650
479996
  },
478651
479997
  "squash_merge_commit_title": {
478652
479998
  "type": "string",
@@ -480905,8 +482251,9 @@
480905
482251
  },
480906
482252
  "use_squash_pr_title_as_default": {
480907
482253
  "type": "boolean",
480908
- "description": "Whether a squash merge commit can use the pull request title as default.",
480909
- "default": false
482254
+ "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.",
482255
+ "default": false,
482256
+ "deprecated": true
480910
482257
  },
480911
482258
  "squash_merge_commit_title": {
480912
482259
  "type": "string",
@@ -483019,7 +484366,12 @@
483019
484366
  "description": "The reason for the current state",
483020
484367
  "example": "not_planned",
483021
484368
  "type": "string",
483022
- "nullable": true
484369
+ "nullable": true,
484370
+ "enum": [
484371
+ "completed",
484372
+ "reopened",
484373
+ "not_planned"
484374
+ ]
483023
484375
  },
483024
484376
  "title": {
483025
484377
  "description": "Title of the issue",
@@ -484897,8 +486249,9 @@
484897
486249
  },
484898
486250
  "use_squash_pr_title_as_default": {
484899
486251
  "type": "boolean",
484900
- "description": "Whether a squash merge commit can use the pull request title as default.",
484901
- "default": false
486252
+ "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.",
486253
+ "default": false,
486254
+ "deprecated": true
484902
486255
  },
484903
486256
  "squash_merge_commit_title": {
484904
486257
  "type": "string",
@@ -486221,7 +487574,12 @@
486221
487574
  "description": "The reason for the current state",
486222
487575
  "example": "not_planned",
486223
487576
  "type": "string",
486224
- "nullable": true
487577
+ "nullable": true,
487578
+ "enum": [
487579
+ "completed",
487580
+ "reopened",
487581
+ "not_planned"
487582
+ ]
486225
487583
  },
486226
487584
  "title": {
486227
487585
  "description": "Title of the issue",
@@ -488099,8 +489457,9 @@
488099
489457
  },
488100
489458
  "use_squash_pr_title_as_default": {
488101
489459
  "type": "boolean",
488102
- "description": "Whether a squash merge commit can use the pull request title as default.",
488103
- "default": false
489460
+ "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.",
489461
+ "default": false,
489462
+ "deprecated": true
488104
489463
  },
488105
489464
  "squash_merge_commit_title": {
488106
489465
  "type": "string",
@@ -489425,7 +490784,12 @@
489425
490784
  "description": "The reason for the current state",
489426
490785
  "example": "not_planned",
489427
490786
  "type": "string",
489428
- "nullable": true
490787
+ "nullable": true,
490788
+ "enum": [
490789
+ "completed",
490790
+ "reopened",
490791
+ "not_planned"
490792
+ ]
489429
490793
  },
489430
490794
  "title": {
489431
490795
  "description": "Title of the issue",
@@ -491303,8 +492667,9 @@
491303
492667
  },
491304
492668
  "use_squash_pr_title_as_default": {
491305
492669
  "type": "boolean",
491306
- "description": "Whether a squash merge commit can use the pull request title as default.",
491307
- "default": false
492670
+ "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.",
492671
+ "default": false,
492672
+ "deprecated": true
491308
492673
  },
491309
492674
  "squash_merge_commit_title": {
491310
492675
  "type": "string",
@@ -496669,8 +498034,9 @@
496669
498034
  },
496670
498035
  "use_squash_pr_title_as_default": {
496671
498036
  "type": "boolean",
496672
- "description": "Whether a squash merge commit can use the pull request title as default.",
496673
- "default": false
498037
+ "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.",
498038
+ "default": false,
498039
+ "deprecated": true
496674
498040
  },
496675
498041
  "squash_merge_commit_title": {
496676
498042
  "type": "string",
@@ -498813,8 +500179,9 @@
498813
500179
  },
498814
500180
  "use_squash_pr_title_as_default": {
498815
500181
  "type": "boolean",
498816
- "description": "Whether a squash merge commit can use the pull request title as default.",
498817
- "default": false
500182
+ "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.",
500183
+ "default": false,
500184
+ "deprecated": true
498818
500185
  },
498819
500186
  "squash_merge_commit_title": {
498820
500187
  "type": "string",
@@ -499531,15 +500898,15 @@
499531
500898
  },
499532
500899
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
499533
500900
  "get": {
499534
- "summary": "Get all package versions for a package owned by a user",
499535
- "description": "Returns all package versions for a public package owned by a specified user.\n\nTo use this endpoint, you must authenticate using an access token with the `packages:read` scope.\nIf `package_type` is not `container`, your token must also include the `repo` scope.",
500901
+ "summary": "List package versions for a package owned by a user",
500902
+ "description": "Lists package versions for a public package owned by a specified user.\n\nTo use this endpoint, you must authenticate using an access token with the `packages:read` scope.\nIf `package_type` is not `container`, your token must also include the `repo` scope.",
499536
500903
  "tags": [
499537
500904
  "packages"
499538
500905
  ],
499539
500906
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
499540
500907
  "externalDocs": {
499541
500908
  "description": "API method documentation",
499542
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
500909
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
499543
500910
  },
499544
500911
  "parameters": [
499545
500912
  {
@@ -500950,7 +502317,12 @@
500950
502317
  "description": "The reason for the current state",
500951
502318
  "example": "not_planned",
500952
502319
  "type": "string",
500953
- "nullable": true
502320
+ "nullable": true,
502321
+ "enum": [
502322
+ "completed",
502323
+ "reopened",
502324
+ "not_planned"
502325
+ ]
500954
502326
  },
500955
502327
  "title": {
500956
502328
  "description": "Title of the issue",
@@ -502828,8 +504200,9 @@
502828
504200
  },
502829
504201
  "use_squash_pr_title_as_default": {
502830
504202
  "type": "boolean",
502831
- "description": "Whether a squash merge commit can use the pull request title as default.",
502832
- "default": false
504203
+ "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.",
504204
+ "default": false,
504205
+ "deprecated": true
502833
504206
  },
502834
504207
  "squash_merge_commit_title": {
502835
504208
  "type": "string",
@@ -504154,7 +505527,12 @@
504154
505527
  "description": "The reason for the current state",
504155
505528
  "example": "not_planned",
504156
505529
  "type": "string",
504157
- "nullable": true
505530
+ "nullable": true,
505531
+ "enum": [
505532
+ "completed",
505533
+ "reopened",
505534
+ "not_planned"
505535
+ ]
504158
505536
  },
504159
505537
  "title": {
504160
505538
  "description": "Title of the issue",
@@ -506032,8 +507410,9 @@
506032
507410
  },
506033
507411
  "use_squash_pr_title_as_default": {
506034
507412
  "type": "boolean",
506035
- "description": "Whether a squash merge commit can use the pull request title as default.",
506036
- "default": false
507413
+ "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.",
507414
+ "default": false,
507415
+ "deprecated": true
506037
507416
  },
506038
507417
  "squash_merge_commit_title": {
506039
507418
  "type": "string",
@@ -508720,8 +510099,9 @@
508720
510099
  },
508721
510100
  "use_squash_pr_title_as_default": {
508722
510101
  "type": "boolean",
508723
- "description": "Whether a squash merge commit can use the pull request title as default.",
508724
- "default": false
510102
+ "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.",
510103
+ "default": false,
510104
+ "deprecated": true
508725
510105
  },
508726
510106
  "squash_merge_commit_title": {
508727
510107
  "type": "string",
@@ -510669,8 +512049,9 @@
510669
512049
  },
510670
512050
  "use_squash_pr_title_as_default": {
510671
512051
  "type": "boolean",
510672
- "description": "Whether a squash merge commit can use the pull request title as default.",
510673
- "default": false
512052
+ "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.",
512053
+ "default": false,
512054
+ "deprecated": true
510674
512055
  },
510675
512056
  "squash_merge_commit_title": {
510676
512057
  "type": "string",
@@ -511871,8 +513252,9 @@
511871
513252
  },
511872
513253
  "use_squash_pr_title_as_default": {
511873
513254
  "type": "boolean",
511874
- "description": "Whether a squash merge commit can use the pull request title as default.",
511875
- "default": false
513255
+ "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.",
513256
+ "default": false,
513257
+ "deprecated": true
511876
513258
  },
511877
513259
  "squash_merge_commit_title": {
511878
513260
  "type": "string",
@@ -513701,8 +515083,9 @@
513701
515083
  },
513702
515084
  "use_squash_pr_title_as_default": {
513703
515085
  "type": "boolean",
513704
- "description": "Whether a squash merge commit can use the pull request title as default.",
513705
- "default": false
515086
+ "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.",
515087
+ "default": false,
515088
+ "deprecated": true
513706
515089
  },
513707
515090
  "squash_merge_commit_title": {
513708
515091
  "type": "string",