@octokit/openapi 7.9.1 → 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 +1734 -485
  2. package/generated/api.github.com.json +508 -24
  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 +8 -6
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +8 -6
  7. package/generated/ghes-3.2.deref.json +9 -7
  8. package/generated/ghes-3.2.json +9 -7
  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 +9 -7
  12. package/generated/ghes-3.3.json +9 -7
  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 +9 -7
  16. package/generated/ghes-3.4.json +11 -9
  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 +8 -6
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +8 -6
  21. package/generated/ghes-3.5.deref.json +9 -7
  22. package/generated/ghes-3.5.json +11 -9
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +46 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +125 -20
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +110 -6
  26. package/generated/ghes-3.6.deref.json +405 -212
  27. package/generated/ghes-3.6.json +116 -20
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +8 -6
  30. package/generated/github.ae-diff-to-api.github.com.json +8 -6
  31. package/generated/github.ae.deref.json +101 -13
  32. package/generated/github.ae.json +101 -13
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.1",
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": {
@@ -10081,7 +10081,7 @@
10081
10081
  },
10082
10082
  "examples": {
10083
10083
  "default": {
10084
- "$ref": "#/components/examples/organization-custom-repository-role-example-old"
10084
+ "$ref": "#/components/examples/organization-custom-repository-role-example"
10085
10085
  }
10086
10086
  }
10087
10087
  }
@@ -10094,7 +10094,13 @@
10094
10094
  "category": "orgs",
10095
10095
  "subcategory": "custom_roles"
10096
10096
  },
10097
- "x-octokit": {}
10097
+ "x-octokit": {
10098
+ "diff": {
10099
+ "api.github.com": {
10100
+ "type": "changed"
10101
+ }
10102
+ }
10103
+ }
10098
10104
  }
10099
10105
  },
10100
10106
  "/orgs/{org}": {
@@ -16080,8 +16086,9 @@
16080
16086
  },
16081
16087
  "use_squash_pr_title_as_default": {
16082
16088
  "type": "boolean",
16083
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
16084
- "default": false
16089
+ "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.",
16090
+ "default": false,
16091
+ "deprecated": true
16085
16092
  },
16086
16093
  "squash_merge_commit_title": {
16087
16094
  "type": "string",
@@ -20306,8 +20313,9 @@
20306
20313
  },
20307
20314
  "use_squash_pr_title_as_default": {
20308
20315
  "type": "boolean",
20309
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
20310
- "default": false
20316
+ "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.",
20317
+ "default": false,
20318
+ "deprecated": true
20311
20319
  },
20312
20320
  "squash_merge_commit_title": {
20313
20321
  "type": "string",
@@ -23568,7 +23576,7 @@
23568
23576
  },
23569
23577
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
23570
23578
  "get": {
23571
- "summary": "List workflow runs",
23579
+ "summary": "List workflow runs for a workflow",
23572
23580
  "description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
23573
23581
  "tags": [
23574
23582
  "actions"
@@ -30758,7 +30766,7 @@
30758
30766
  },
30759
30767
  "sha": {
30760
30768
  "type": "string",
30761
- "description": "The blob SHA of the file being replaced."
30769
+ "description": "The blob SHA of the file being deleted."
30762
30770
  },
30763
30771
  "branch": {
30764
30772
  "type": "string",
@@ -54507,6 +54515,70 @@
54507
54515
  }
54508
54516
  }
54509
54517
  },
54518
+ "/orgs/{org}/custom_roles": {
54519
+ "post": {
54520
+ "summary": "Create a custom role",
54521
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
54522
+ "tags": [
54523
+ "orgs"
54524
+ ],
54525
+ "operationId": "orgs/create-custom-role",
54526
+ "externalDocs": {
54527
+ "description": "API method documentation",
54528
+ "url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
54529
+ },
54530
+ "x-octokit": {
54531
+ "api.github.com": "removed"
54532
+ },
54533
+ "responses": {
54534
+ "501": {
54535
+ "description": "Not Implemented"
54536
+ }
54537
+ }
54538
+ }
54539
+ },
54540
+ "/orgs/{org}/custom_roles/{role_id}": {
54541
+ "delete": {
54542
+ "summary": "Delete a custom role",
54543
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
54544
+ "tags": [
54545
+ "orgs"
54546
+ ],
54547
+ "operationId": "orgs/delete-custom-role",
54548
+ "externalDocs": {
54549
+ "description": "API method documentation",
54550
+ "url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
54551
+ },
54552
+ "x-octokit": {
54553
+ "api.github.com": "removed"
54554
+ },
54555
+ "responses": {
54556
+ "501": {
54557
+ "description": "Not Implemented"
54558
+ }
54559
+ }
54560
+ },
54561
+ "patch": {
54562
+ "summary": "Update a custom role",
54563
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
54564
+ "tags": [
54565
+ "orgs"
54566
+ ],
54567
+ "operationId": "orgs/update-custom-role",
54568
+ "externalDocs": {
54569
+ "description": "API method documentation",
54570
+ "url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
54571
+ },
54572
+ "x-octokit": {
54573
+ "api.github.com": "removed"
54574
+ },
54575
+ "responses": {
54576
+ "501": {
54577
+ "description": "Not Implemented"
54578
+ }
54579
+ }
54580
+ }
54581
+ },
54510
54582
  "/orgs/{org}/external-group/{group_id}": {
54511
54583
  "get": {
54512
54584
  "summary": "Get an external group",
@@ -54573,6 +54645,28 @@
54573
54645
  }
54574
54646
  }
54575
54647
  },
54648
+ "/orgs/{org}/fine_grained_permissions": {
54649
+ "get": {
54650
+ "summary": "List fine-grained permissions for an organization",
54651
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
54652
+ "tags": [
54653
+ "orgs"
54654
+ ],
54655
+ "operationId": "orgs/list-fine-grained-permissions",
54656
+ "externalDocs": {
54657
+ "description": "API method documentation",
54658
+ "url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
54659
+ },
54660
+ "x-octokit": {
54661
+ "api.github.com": "removed"
54662
+ },
54663
+ "responses": {
54664
+ "501": {
54665
+ "description": "Not Implemented"
54666
+ }
54667
+ }
54668
+ }
54669
+ },
54576
54670
  "/orgs/{org}/interaction-limits": {
54577
54671
  "get": {
54578
54672
  "summary": "Get interaction restrictions for an organization",
@@ -54939,7 +55033,7 @@
54939
55033
  },
54940
55034
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
54941
55035
  "get": {
54942
- "summary": "Get all package versions for a package owned by an organization",
55036
+ "summary": "List package versions for a package owned by an organization",
54943
55037
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
54944
55038
  "tags": [
54945
55039
  "packages"
@@ -54947,7 +55041,7 @@
54947
55041
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
54948
55042
  "externalDocs": {
54949
55043
  "description": "API method documentation",
54950
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
55044
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
54951
55045
  },
54952
55046
  "x-octokit": {
54953
55047
  "api.github.com": "removed"
@@ -57422,7 +57516,7 @@
57422
57516
  },
57423
57517
  "/user/packages/{package_type}/{package_name}/versions": {
57424
57518
  "get": {
57425
- "summary": "Get all package versions for a package owned by the authenticated user",
57519
+ "summary": "List package versions for a package owned by the authenticated user",
57426
57520
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
57427
57521
  "tags": [
57428
57522
  "packages"
@@ -57430,7 +57524,7 @@
57430
57524
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
57431
57525
  "externalDocs": {
57432
57526
  "description": "API method documentation",
57433
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
57527
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
57434
57528
  },
57435
57529
  "x-octokit": {
57436
57530
  "api.github.com": "removed"
@@ -57678,7 +57772,7 @@
57678
57772
  },
57679
57773
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
57680
57774
  "get": {
57681
- "summary": "Get all package versions for a package owned by a user",
57775
+ "summary": "List package versions for a package owned by a user",
57682
57776
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
57683
57777
  "tags": [
57684
57778
  "packages"
@@ -57686,7 +57780,7 @@
57686
57780
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
57687
57781
  "externalDocs": {
57688
57782
  "description": "API method documentation",
57689
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
57783
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
57690
57784
  },
57691
57785
  "x-octokit": {
57692
57786
  "api.github.com": "removed"
@@ -60863,8 +60957,9 @@
60863
60957
  },
60864
60958
  "use_squash_pr_title_as_default": {
60865
60959
  "type": "boolean",
60866
- "description": "Whether a squash merge commit can use the pull request title as default.",
60867
- "default": false
60960
+ "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.",
60961
+ "default": false,
60962
+ "deprecated": true
60868
60963
  },
60869
60964
  "squash_merge_commit_title": {
60870
60965
  "type": "string",
@@ -64970,8 +65065,9 @@
64970
65065
  },
64971
65066
  "use_squash_pr_title_as_default": {
64972
65067
  "type": "boolean",
64973
- "description": "Whether a squash merge commit can use the pull request title as default.",
64974
- "default": false
65068
+ "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.",
65069
+ "default": false,
65070
+ "deprecated": true
64975
65071
  },
64976
65072
  "squash_merge_commit_title": {
64977
65073
  "type": "string",
@@ -87785,7 +87881,7 @@
87785
87881
  }
87786
87882
  ]
87787
87883
  },
87788
- "organization-custom-repository-role-example-old": {
87884
+ "organization-custom-repository-role-example": {
87789
87885
  "value": {
87790
87886
  "total_count": 2,
87791
87887
  "custom_roles": [
@@ -11861,6 +11861,13 @@
11861
11861
  "/orgs/{org}/credential-authorizations/{credential_id}": [
11862
11862
  "delete"
11863
11863
  ],
11864
+ "/orgs/{org}/custom_roles": [
11865
+ "post"
11866
+ ],
11867
+ "/orgs/{org}/custom_roles/{role_id}": [
11868
+ "delete",
11869
+ "patch"
11870
+ ],
11864
11871
  "/orgs/{org}/dependabot/secrets": [
11865
11872
  "get"
11866
11873
  ],
@@ -11886,6 +11893,9 @@
11886
11893
  "/orgs/{org}/failed_invitations": [
11887
11894
  "get"
11888
11895
  ],
11896
+ "/orgs/{org}/fine_grained_permissions": [
11897
+ "get"
11898
+ ],
11889
11899
  "/orgs/{org}/interaction-limits": [
11890
11900
  "get",
11891
11901
  "put",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.1",
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": {
@@ -41676,8 +41676,9 @@
41676
41676
  },
41677
41677
  "use_squash_pr_title_as_default": {
41678
41678
  "type": "boolean",
41679
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
41680
- "default": false
41679
+ "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.",
41680
+ "default": false,
41681
+ "deprecated": true
41681
41682
  },
41682
41683
  "squash_merge_commit_title": {
41683
41684
  "type": "string",
@@ -52468,8 +52469,9 @@
52468
52469
  },
52469
52470
  "use_squash_pr_title_as_default": {
52470
52471
  "type": "boolean",
52471
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
52472
- "default": false
52472
+ "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.",
52473
+ "default": false,
52474
+ "deprecated": true
52473
52475
  },
52474
52476
  "squash_merge_commit_title": {
52475
52477
  "type": "string",
@@ -72907,7 +72909,7 @@
72907
72909
  },
72908
72910
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
72909
72911
  "get": {
72910
- "summary": "List workflow runs",
72912
+ "summary": "List workflow runs for a workflow",
72911
72913
  "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/github-ae@latest/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.",
72912
72914
  "tags": [
72913
72915
  "actions"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.1",
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": {
@@ -5118,8 +5118,9 @@
5118
5118
  },
5119
5119
  "use_squash_pr_title_as_default": {
5120
5120
  "type": "boolean",
5121
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
5122
- "default": false
5121
+ "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.",
5122
+ "default": false,
5123
+ "deprecated": true
5123
5124
  },
5124
5125
  "squash_merge_commit_title": {
5125
5126
  "type": "string",
@@ -5619,8 +5620,9 @@
5619
5620
  },
5620
5621
  "use_squash_pr_title_as_default": {
5621
5622
  "type": "boolean",
5622
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
5623
- "default": false
5623
+ "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.",
5624
+ "default": false,
5625
+ "deprecated": true
5624
5626
  },
5625
5627
  "squash_merge_commit_title": {
5626
5628
  "type": "string",
@@ -6125,7 +6127,7 @@
6125
6127
  },
6126
6128
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
6127
6129
  "get": {
6128
- "summary": "List workflow runs",
6130
+ "summary": "List workflow runs for a workflow",
6129
6131
  "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/github-ae@latest/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.",
6130
6132
  "tags": [
6131
6133
  "actions"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.1",
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": {
@@ -68032,8 +68032,9 @@
68032
68032
  },
68033
68033
  "use_squash_pr_title_as_default": {
68034
68034
  "type": "boolean",
68035
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
68036
- "default": false
68035
+ "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.",
68036
+ "default": false,
68037
+ "deprecated": true
68037
68038
  },
68038
68039
  "squash_merge_commit_title": {
68039
68040
  "type": "string",
@@ -93241,8 +93242,9 @@
93241
93242
  },
93242
93243
  "use_squash_pr_title_as_default": {
93243
93244
  "type": "boolean",
93244
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
93245
- "default": false
93245
+ "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.",
93246
+ "default": false,
93247
+ "deprecated": true
93246
93248
  },
93247
93249
  "squash_merge_commit_title": {
93248
93250
  "type": "string",
@@ -118442,7 +118444,7 @@
118442
118444
  },
118443
118445
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
118444
118446
  "get": {
118445
- "summary": "List workflow runs",
118447
+ "summary": "List workflow runs for a workflow",
118446
118448
  "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/github-ae@latest/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.",
118447
118449
  "tags": [
118448
118450
  "actions"
@@ -181322,7 +181324,7 @@
181322
181324
  },
181323
181325
  "sha": {
181324
181326
  "type": "string",
181325
- "description": "The blob SHA of the file being replaced."
181327
+ "description": "The blob SHA of the file being deleted."
181326
181328
  },
181327
181329
  "branch": {
181328
181330
  "type": "string",
@@ -387732,6 +387734,70 @@
387732
387734
  }
387733
387735
  }
387734
387736
  },
387737
+ "/orgs/{org}/custom_roles": {
387738
+ "post": {
387739
+ "summary": "Create a custom role",
387740
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
387741
+ "tags": [
387742
+ "orgs"
387743
+ ],
387744
+ "operationId": "orgs/create-custom-role",
387745
+ "externalDocs": {
387746
+ "description": "API method documentation",
387747
+ "url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
387748
+ },
387749
+ "x-octokit": {
387750
+ "api.github.com": "removed"
387751
+ },
387752
+ "responses": {
387753
+ "501": {
387754
+ "description": "Not Implemented"
387755
+ }
387756
+ }
387757
+ }
387758
+ },
387759
+ "/orgs/{org}/custom_roles/{role_id}": {
387760
+ "delete": {
387761
+ "summary": "Delete a custom role",
387762
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
387763
+ "tags": [
387764
+ "orgs"
387765
+ ],
387766
+ "operationId": "orgs/delete-custom-role",
387767
+ "externalDocs": {
387768
+ "description": "API method documentation",
387769
+ "url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
387770
+ },
387771
+ "x-octokit": {
387772
+ "api.github.com": "removed"
387773
+ },
387774
+ "responses": {
387775
+ "501": {
387776
+ "description": "Not Implemented"
387777
+ }
387778
+ }
387779
+ },
387780
+ "patch": {
387781
+ "summary": "Update a custom role",
387782
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
387783
+ "tags": [
387784
+ "orgs"
387785
+ ],
387786
+ "operationId": "orgs/update-custom-role",
387787
+ "externalDocs": {
387788
+ "description": "API method documentation",
387789
+ "url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
387790
+ },
387791
+ "x-octokit": {
387792
+ "api.github.com": "removed"
387793
+ },
387794
+ "responses": {
387795
+ "501": {
387796
+ "description": "Not Implemented"
387797
+ }
387798
+ }
387799
+ }
387800
+ },
387735
387801
  "/orgs/{org}/dependabot/secrets": {
387736
387802
  "get": {
387737
387803
  "summary": "List organization secrets",
@@ -387966,6 +388032,28 @@
387966
388032
  }
387967
388033
  }
387968
388034
  },
388035
+ "/orgs/{org}/fine_grained_permissions": {
388036
+ "get": {
388037
+ "summary": "List fine-grained permissions for an organization",
388038
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388039
+ "tags": [
388040
+ "orgs"
388041
+ ],
388042
+ "operationId": "orgs/list-fine-grained-permissions",
388043
+ "externalDocs": {
388044
+ "description": "API method documentation",
388045
+ "url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
388046
+ },
388047
+ "x-octokit": {
388048
+ "api.github.com": "removed"
388049
+ },
388050
+ "responses": {
388051
+ "501": {
388052
+ "description": "Not Implemented"
388053
+ }
388054
+ }
388055
+ }
388056
+ },
387969
388057
  "/orgs/{org}/interaction-limits": {
387970
388058
  "get": {
387971
388059
  "summary": "Get interaction restrictions for an organization",
@@ -388332,7 +388420,7 @@
388332
388420
  },
388333
388421
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
388334
388422
  "get": {
388335
- "summary": "Get all package versions for a package owned by an organization",
388423
+ "summary": "List package versions for a package owned by an organization",
388336
388424
  "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388337
388425
  "tags": [
388338
388426
  "packages"
@@ -388340,7 +388428,7 @@
388340
388428
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
388341
388429
  "externalDocs": {
388342
388430
  "description": "API method documentation",
388343
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
388431
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
388344
388432
  },
388345
388433
  "x-octokit": {
388346
388434
  "api.github.com": "removed"
@@ -391567,7 +391655,7 @@
391567
391655
  },
391568
391656
  "/user/packages/{package_type}/{package_name}/versions": {
391569
391657
  "get": {
391570
- "summary": "Get all package versions for a package owned by the authenticated user",
391658
+ "summary": "List package versions for a package owned by the authenticated user",
391571
391659
  "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
391572
391660
  "tags": [
391573
391661
  "packages"
@@ -391575,7 +391663,7 @@
391575
391663
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
391576
391664
  "externalDocs": {
391577
391665
  "description": "API method documentation",
391578
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
391666
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
391579
391667
  },
391580
391668
  "x-octokit": {
391581
391669
  "api.github.com": "removed"
@@ -391867,7 +391955,7 @@
391867
391955
  },
391868
391956
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
391869
391957
  "get": {
391870
- "summary": "Get all package versions for a package owned by a user",
391958
+ "summary": "List package versions for a package owned by a user",
391871
391959
  "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
391872
391960
  "tags": [
391873
391961
  "packages"
@@ -391875,7 +391963,7 @@
391875
391963
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
391876
391964
  "externalDocs": {
391877
391965
  "description": "API method documentation",
391878
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
391966
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
391879
391967
  },
391880
391968
  "x-octokit": {
391881
391969
  "api.github.com": "removed"