@octokit/openapi 7.9.1 → 7.12.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 (35) hide show
  1. package/generated/api.github.com.deref.json +2592 -690
  2. package/generated/api.github.com.json +567 -30
  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 +763 -130
  8. package/generated/ghes-3.2.json +53 -10
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +21 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +615 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +25 -1
  12. package/generated/ghes-3.3.deref.json +768 -135
  13. package/generated/ghes-3.3.json +53 -10
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +18 -2
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +18 -2
  16. package/generated/ghes-3.4.deref.json +768 -130
  17. package/generated/ghes-3.4.json +55 -12
  18. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +21 -0
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +753 -132
  22. package/generated/ghes-3.5-diff-to-ghes-3.6.json +32 -6
  23. package/generated/ghes-3.5.deref.json +773 -135
  24. package/generated/ghes-3.5.json +55 -12
  25. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +46 -0
  26. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +141 -20
  27. package/generated/ghes-3.6-diff-to-api.github.com.json +126 -6
  28. package/generated/ghes-3.6.deref.json +1254 -421
  29. package/generated/ghes-3.6.json +160 -23
  30. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
  31. package/generated/github.ae-diff-to-api.github.com.deref.json +24 -6
  32. package/generated/github.ae-diff-to-api.github.com.json +24 -6
  33. package/generated/github.ae.deref.json +1019 -290
  34. package/generated/github.ae.json +145 -16
  35. package/package.json +1 -6
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.1",
4
+ "version": "7.12.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",
@@ -69740,17 +69741,717 @@
69740
69741
  "subcategory": null
69741
69742
  },
69742
69743
  "x-octokit": {}
69743
- },
69744
- "post": {
69745
- "summary": "Create a team",
69746
- "description": "To create a team, the authenticated user must be a member or owner of `{org}`. By default, organization members can create teams. Organization owners can limit team creation to organization owners. For more information, see \"[Setting team creation permissions](https://docs.github.com/en/articles/setting-team-creation-permissions-in-your-organization).\"\n\nWhen you create a new team, you automatically become a team maintainer without explicitly adding yourself to the optional array of `maintainers`. For more information, see \"[About teams](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-teams)\".",
69744
+ },
69745
+ "post": {
69746
+ "summary": "Create a team",
69747
+ "description": "To create a team, the authenticated user must be a member or owner of `{org}`. By default, organization members can create teams. Organization owners can limit team creation to organization owners. For more information, see \"[Setting team creation permissions](https://docs.github.com/en/articles/setting-team-creation-permissions-in-your-organization).\"\n\nWhen you create a new team, you automatically become a team maintainer without explicitly adding yourself to the optional array of `maintainers`. For more information, see \"[About teams](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/about-teams)\".",
69748
+ "tags": [
69749
+ "teams"
69750
+ ],
69751
+ "operationId": "teams/create",
69752
+ "externalDocs": {
69753
+ "description": "API method documentation",
69754
+ "url": "https://docs.github.com/github-ae@latest/rest/reference/teams#create-a-team"
69755
+ },
69756
+ "parameters": [
69757
+ {
69758
+ "name": "org",
69759
+ "description": "The organization name. The name is not case sensitive.",
69760
+ "in": "path",
69761
+ "required": true,
69762
+ "schema": {
69763
+ "type": "string"
69764
+ }
69765
+ }
69766
+ ],
69767
+ "requestBody": {
69768
+ "required": true,
69769
+ "content": {
69770
+ "application/json": {
69771
+ "schema": {
69772
+ "type": "object",
69773
+ "properties": {
69774
+ "name": {
69775
+ "type": "string",
69776
+ "description": "The name of the team."
69777
+ },
69778
+ "description": {
69779
+ "type": "string",
69780
+ "description": "The description of the team."
69781
+ },
69782
+ "maintainers": {
69783
+ "type": "array",
69784
+ "description": "List GitHub IDs for organization members who will become team maintainers.",
69785
+ "items": {
69786
+ "type": "string"
69787
+ }
69788
+ },
69789
+ "repo_names": {
69790
+ "type": "array",
69791
+ "description": "The full name (e.g., \"organization-name/repository-name\") of repositories to add the team to.",
69792
+ "items": {
69793
+ "type": "string"
69794
+ }
69795
+ },
69796
+ "privacy": {
69797
+ "type": "string",
69798
+ "description": "The level of privacy this team should have. The options are: \n**For a non-nested team:** \n\\* `secret` - only visible to organization owners and members of this team. \n\\* `closed` - visible to all members of this organization. \nDefault: `secret` \n**For a parent or child team:** \n\\* `closed` - visible to all members of this organization. \nDefault for child team: `closed`",
69799
+ "enum": [
69800
+ "secret",
69801
+ "closed"
69802
+ ]
69803
+ },
69804
+ "permission": {
69805
+ "type": "string",
69806
+ "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.",
69807
+ "enum": [
69808
+ "pull",
69809
+ "push"
69810
+ ],
69811
+ "default": "pull"
69812
+ },
69813
+ "parent_team_id": {
69814
+ "type": "integer",
69815
+ "description": "The ID of a team to set as the parent team."
69816
+ }
69817
+ },
69818
+ "required": [
69819
+ "name"
69820
+ ]
69821
+ },
69822
+ "examples": {
69823
+ "default": {
69824
+ "value": {
69825
+ "name": "Justice League",
69826
+ "description": "A great team",
69827
+ "permission": "push",
69828
+ "privacy": "closed"
69829
+ }
69830
+ }
69831
+ }
69832
+ }
69833
+ }
69834
+ },
69835
+ "responses": {
69836
+ "201": {
69837
+ "description": "Response",
69838
+ "content": {
69839
+ "application/json": {
69840
+ "schema": {
69841
+ "title": "Full Team",
69842
+ "description": "Groups of organization members that gives permissions on specified repositories.",
69843
+ "type": "object",
69844
+ "properties": {
69845
+ "id": {
69846
+ "description": "Unique identifier of the team",
69847
+ "example": 42,
69848
+ "type": "integer"
69849
+ },
69850
+ "node_id": {
69851
+ "type": "string",
69852
+ "example": "MDQ6VGVhbTE="
69853
+ },
69854
+ "url": {
69855
+ "description": "URL for the team",
69856
+ "example": "https://api.github.com/organizations/1/team/1",
69857
+ "type": "string",
69858
+ "format": "uri"
69859
+ },
69860
+ "html_url": {
69861
+ "type": "string",
69862
+ "format": "uri",
69863
+ "example": "https://github.com/orgs/rails/teams/core"
69864
+ },
69865
+ "name": {
69866
+ "description": "Name of the team",
69867
+ "example": "Developers",
69868
+ "type": "string"
69869
+ },
69870
+ "slug": {
69871
+ "type": "string",
69872
+ "example": "justice-league"
69873
+ },
69874
+ "description": {
69875
+ "type": "string",
69876
+ "example": "A great team.",
69877
+ "nullable": true
69878
+ },
69879
+ "privacy": {
69880
+ "description": "The level of privacy this team should have",
69881
+ "type": "string",
69882
+ "enum": [
69883
+ "closed",
69884
+ "secret"
69885
+ ],
69886
+ "example": "closed"
69887
+ },
69888
+ "permission": {
69889
+ "description": "Permission that the team will have for its repositories",
69890
+ "example": "push",
69891
+ "type": "string"
69892
+ },
69893
+ "members_url": {
69894
+ "type": "string",
69895
+ "example": "https://api.github.com/organizations/1/team/1/members{/member}"
69896
+ },
69897
+ "repositories_url": {
69898
+ "type": "string",
69899
+ "format": "uri",
69900
+ "example": "https://api.github.com/organizations/1/team/1/repos"
69901
+ },
69902
+ "parent": {
69903
+ "title": "Team Simple",
69904
+ "description": "Groups of organization members that gives permissions on specified repositories.",
69905
+ "type": "object",
69906
+ "properties": {
69907
+ "id": {
69908
+ "description": "Unique identifier of the team",
69909
+ "type": "integer",
69910
+ "example": 1
69911
+ },
69912
+ "node_id": {
69913
+ "type": "string",
69914
+ "example": "MDQ6VGVhbTE="
69915
+ },
69916
+ "url": {
69917
+ "description": "URL for the team",
69918
+ "type": "string",
69919
+ "format": "uri",
69920
+ "example": "https://api.github.com/organizations/1/team/1"
69921
+ },
69922
+ "members_url": {
69923
+ "type": "string",
69924
+ "example": "https://api.github.com/organizations/1/team/1/members{/member}"
69925
+ },
69926
+ "name": {
69927
+ "description": "Name of the team",
69928
+ "type": "string",
69929
+ "example": "Justice League"
69930
+ },
69931
+ "description": {
69932
+ "description": "Description of the team",
69933
+ "type": "string",
69934
+ "nullable": true,
69935
+ "example": "A great team."
69936
+ },
69937
+ "permission": {
69938
+ "description": "Permission that the team will have for its repositories",
69939
+ "type": "string",
69940
+ "example": "admin"
69941
+ },
69942
+ "privacy": {
69943
+ "description": "The level of privacy this team should have",
69944
+ "type": "string",
69945
+ "example": "closed"
69946
+ },
69947
+ "html_url": {
69948
+ "type": "string",
69949
+ "format": "uri",
69950
+ "example": "https://github.com/orgs/rails/teams/core"
69951
+ },
69952
+ "repositories_url": {
69953
+ "type": "string",
69954
+ "format": "uri",
69955
+ "example": "https://api.github.com/organizations/1/team/1/repos"
69956
+ },
69957
+ "slug": {
69958
+ "type": "string",
69959
+ "example": "justice-league"
69960
+ },
69961
+ "ldap_dn": {
69962
+ "description": "Distinguished Name (DN) that team maps to within LDAP environment",
69963
+ "example": "uid=example,ou=users,dc=github,dc=com",
69964
+ "type": "string"
69965
+ }
69966
+ },
69967
+ "required": [
69968
+ "id",
69969
+ "node_id",
69970
+ "url",
69971
+ "members_url",
69972
+ "name",
69973
+ "description",
69974
+ "permission",
69975
+ "html_url",
69976
+ "repositories_url",
69977
+ "slug"
69978
+ ],
69979
+ "nullable": true
69980
+ },
69981
+ "members_count": {
69982
+ "type": "integer",
69983
+ "example": 3
69984
+ },
69985
+ "repos_count": {
69986
+ "type": "integer",
69987
+ "example": 10
69988
+ },
69989
+ "created_at": {
69990
+ "type": "string",
69991
+ "format": "date-time",
69992
+ "example": "2017-07-14T16:53:42Z"
69993
+ },
69994
+ "updated_at": {
69995
+ "type": "string",
69996
+ "format": "date-time",
69997
+ "example": "2017-08-17T12:37:15Z"
69998
+ },
69999
+ "organization": {
70000
+ "title": "Team Organization",
70001
+ "description": "Team Organization",
70002
+ "type": "object",
70003
+ "properties": {
70004
+ "login": {
70005
+ "type": "string",
70006
+ "example": "github"
70007
+ },
70008
+ "id": {
70009
+ "type": "integer",
70010
+ "example": 1
70011
+ },
70012
+ "node_id": {
70013
+ "type": "string",
70014
+ "example": "MDEyOk9yZ2FuaXphdGlvbjE="
70015
+ },
70016
+ "url": {
70017
+ "type": "string",
70018
+ "format": "uri",
70019
+ "example": "https://api.github.com/orgs/github"
70020
+ },
70021
+ "repos_url": {
70022
+ "type": "string",
70023
+ "format": "uri",
70024
+ "example": "https://api.github.com/orgs/github/repos"
70025
+ },
70026
+ "events_url": {
70027
+ "type": "string",
70028
+ "format": "uri",
70029
+ "example": "https://api.github.com/orgs/github/events"
70030
+ },
70031
+ "hooks_url": {
70032
+ "type": "string",
70033
+ "example": "https://api.github.com/orgs/github/hooks"
70034
+ },
70035
+ "issues_url": {
70036
+ "type": "string",
70037
+ "example": "https://api.github.com/orgs/github/issues"
70038
+ },
70039
+ "members_url": {
70040
+ "type": "string",
70041
+ "example": "https://api.github.com/orgs/github/members{/member}"
70042
+ },
70043
+ "public_members_url": {
70044
+ "type": "string",
70045
+ "example": "https://api.github.com/orgs/github/public_members{/member}"
70046
+ },
70047
+ "avatar_url": {
70048
+ "type": "string",
70049
+ "example": "https://github.com/images/error/octocat_happy.gif"
70050
+ },
70051
+ "description": {
70052
+ "type": "string",
70053
+ "example": "A great organization",
70054
+ "nullable": true
70055
+ },
70056
+ "name": {
70057
+ "type": "string",
70058
+ "example": "github"
70059
+ },
70060
+ "company": {
70061
+ "type": "string",
70062
+ "example": "GitHub"
70063
+ },
70064
+ "blog": {
70065
+ "type": "string",
70066
+ "format": "uri",
70067
+ "example": "https://github.com/blog"
70068
+ },
70069
+ "location": {
70070
+ "type": "string",
70071
+ "example": "San Francisco"
70072
+ },
70073
+ "email": {
70074
+ "type": "string",
70075
+ "format": "email",
70076
+ "example": "octocat@github.com"
70077
+ },
70078
+ "twitter_username": {
70079
+ "type": "string",
70080
+ "example": "github",
70081
+ "nullable": true
70082
+ },
70083
+ "is_verified": {
70084
+ "type": "boolean",
70085
+ "example": true
70086
+ },
70087
+ "has_organization_projects": {
70088
+ "type": "boolean",
70089
+ "example": true
70090
+ },
70091
+ "has_repository_projects": {
70092
+ "type": "boolean",
70093
+ "example": true
70094
+ },
70095
+ "public_repos": {
70096
+ "type": "integer",
70097
+ "example": 2
70098
+ },
70099
+ "public_gists": {
70100
+ "type": "integer",
70101
+ "example": 1
70102
+ },
70103
+ "followers": {
70104
+ "type": "integer",
70105
+ "example": 20
70106
+ },
70107
+ "following": {
70108
+ "type": "integer",
70109
+ "example": 0
70110
+ },
70111
+ "html_url": {
70112
+ "type": "string",
70113
+ "format": "uri",
70114
+ "example": "https://github.com/octocat"
70115
+ },
70116
+ "created_at": {
70117
+ "type": "string",
70118
+ "format": "date-time",
70119
+ "example": "2008-01-14T04:33:35Z"
70120
+ },
70121
+ "type": {
70122
+ "type": "string",
70123
+ "example": "Organization"
70124
+ },
70125
+ "total_private_repos": {
70126
+ "type": "integer",
70127
+ "example": 100
70128
+ },
70129
+ "owned_private_repos": {
70130
+ "type": "integer",
70131
+ "example": 100
70132
+ },
70133
+ "private_gists": {
70134
+ "type": "integer",
70135
+ "example": 81,
70136
+ "nullable": true
70137
+ },
70138
+ "disk_usage": {
70139
+ "type": "integer",
70140
+ "example": 10000,
70141
+ "nullable": true
70142
+ },
70143
+ "collaborators": {
70144
+ "type": "integer",
70145
+ "example": 8,
70146
+ "nullable": true
70147
+ },
70148
+ "billing_email": {
70149
+ "type": "string",
70150
+ "format": "email",
70151
+ "example": "org@example.com",
70152
+ "nullable": true
70153
+ },
70154
+ "plan": {
70155
+ "type": "object",
70156
+ "properties": {
70157
+ "name": {
70158
+ "type": "string"
70159
+ },
70160
+ "space": {
70161
+ "type": "integer"
70162
+ },
70163
+ "private_repos": {
70164
+ "type": "integer"
70165
+ },
70166
+ "filled_seats": {
70167
+ "type": "integer"
70168
+ },
70169
+ "seats": {
70170
+ "type": "integer"
70171
+ }
70172
+ },
70173
+ "required": [
70174
+ "name",
70175
+ "space",
70176
+ "private_repos"
70177
+ ]
70178
+ },
70179
+ "default_repository_permission": {
70180
+ "type": "string",
70181
+ "nullable": true
70182
+ },
70183
+ "members_can_create_repositories": {
70184
+ "type": "boolean",
70185
+ "example": true,
70186
+ "nullable": true
70187
+ },
70188
+ "two_factor_requirement_enabled": {
70189
+ "type": "boolean",
70190
+ "example": true,
70191
+ "nullable": true
70192
+ },
70193
+ "members_allowed_repository_creation_type": {
70194
+ "type": "string",
70195
+ "example": "all"
70196
+ },
70197
+ "members_can_create_public_repositories": {
70198
+ "type": "boolean",
70199
+ "example": true
70200
+ },
70201
+ "members_can_create_private_repositories": {
70202
+ "type": "boolean",
70203
+ "example": true
70204
+ },
70205
+ "members_can_create_internal_repositories": {
70206
+ "type": "boolean",
70207
+ "example": true
70208
+ },
70209
+ "members_can_create_pages": {
70210
+ "type": "boolean",
70211
+ "example": true
70212
+ },
70213
+ "members_can_create_public_pages": {
70214
+ "type": "boolean",
70215
+ "example": true
70216
+ },
70217
+ "members_can_create_private_pages": {
70218
+ "type": "boolean",
70219
+ "example": true
70220
+ },
70221
+ "members_can_fork_private_repositories": {
70222
+ "type": "boolean",
70223
+ "example": false,
70224
+ "nullable": true
70225
+ },
70226
+ "web_commit_signoff_required": {
70227
+ "type": "boolean",
70228
+ "example": false
70229
+ },
70230
+ "updated_at": {
70231
+ "type": "string",
70232
+ "format": "date-time"
70233
+ }
70234
+ },
70235
+ "required": [
70236
+ "login",
70237
+ "url",
70238
+ "id",
70239
+ "node_id",
70240
+ "repos_url",
70241
+ "events_url",
70242
+ "hooks_url",
70243
+ "issues_url",
70244
+ "members_url",
70245
+ "public_members_url",
70246
+ "avatar_url",
70247
+ "description",
70248
+ "html_url",
70249
+ "has_organization_projects",
70250
+ "has_repository_projects",
70251
+ "public_repos",
70252
+ "public_gists",
70253
+ "followers",
70254
+ "following",
70255
+ "type",
70256
+ "created_at",
70257
+ "updated_at"
70258
+ ]
70259
+ },
70260
+ "ldap_dn": {
70261
+ "description": "Distinguished Name (DN) that team maps to within LDAP environment",
70262
+ "example": "uid=example,ou=users,dc=github,dc=com",
70263
+ "type": "string"
70264
+ }
70265
+ },
70266
+ "required": [
70267
+ "id",
70268
+ "node_id",
70269
+ "url",
70270
+ "members_url",
70271
+ "name",
70272
+ "description",
70273
+ "permission",
70274
+ "html_url",
70275
+ "repositories_url",
70276
+ "slug",
70277
+ "created_at",
70278
+ "updated_at",
70279
+ "members_count",
70280
+ "repos_count",
70281
+ "organization"
70282
+ ]
70283
+ },
70284
+ "examples": {
70285
+ "default": {
70286
+ "value": {
70287
+ "id": 1,
70288
+ "node_id": "MDQ6VGVhbTE=",
70289
+ "url": "https://api.github.com/teams/1",
70290
+ "html_url": "https://github.com/orgs/github/teams/justice-league",
70291
+ "name": "Justice League",
70292
+ "slug": "justice-league",
70293
+ "description": "A great team.",
70294
+ "privacy": "closed",
70295
+ "permission": "admin",
70296
+ "members_url": "https://api.github.com/teams/1/members{/member}",
70297
+ "repositories_url": "https://api.github.com/teams/1/repos",
70298
+ "parent": null,
70299
+ "members_count": 3,
70300
+ "repos_count": 10,
70301
+ "created_at": "2017-07-14T16:53:42Z",
70302
+ "updated_at": "2017-08-17T12:37:15Z",
70303
+ "organization": {
70304
+ "login": "github",
70305
+ "id": 1,
70306
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
70307
+ "url": "https://api.github.com/orgs/github",
70308
+ "repos_url": "https://api.github.com/orgs/github/repos",
70309
+ "events_url": "https://api.github.com/orgs/github/events",
70310
+ "hooks_url": "https://api.github.com/orgs/github/hooks",
70311
+ "issues_url": "https://api.github.com/orgs/github/issues",
70312
+ "members_url": "https://api.github.com/orgs/github/members{/member}",
70313
+ "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
70314
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
70315
+ "description": "A great organization",
70316
+ "name": "github",
70317
+ "company": "GitHub",
70318
+ "blog": "https://github.com/blog",
70319
+ "location": "San Francisco",
70320
+ "email": "octocat@github.com",
70321
+ "is_verified": true,
70322
+ "has_organization_projects": true,
70323
+ "has_repository_projects": true,
70324
+ "public_repos": 2,
70325
+ "public_gists": 1,
70326
+ "followers": 20,
70327
+ "following": 0,
70328
+ "html_url": "https://github.com/octocat",
70329
+ "created_at": "2008-01-14T04:33:35Z",
70330
+ "updated_at": "2017-08-17T12:37:15Z",
70331
+ "type": "Organization"
70332
+ }
70333
+ }
70334
+ }
70335
+ }
70336
+ }
70337
+ }
70338
+ },
70339
+ "403": {
70340
+ "description": "Forbidden",
70341
+ "content": {
70342
+ "application/json": {
70343
+ "schema": {
70344
+ "title": "Basic Error",
70345
+ "description": "Basic Error",
70346
+ "type": "object",
70347
+ "properties": {
70348
+ "message": {
70349
+ "type": "string"
70350
+ },
70351
+ "documentation_url": {
70352
+ "type": "string"
70353
+ },
70354
+ "url": {
70355
+ "type": "string"
70356
+ },
70357
+ "status": {
70358
+ "type": "string"
70359
+ }
70360
+ }
70361
+ }
70362
+ }
70363
+ }
70364
+ },
70365
+ "422": {
70366
+ "description": "Validation failed",
70367
+ "content": {
70368
+ "application/json": {
70369
+ "schema": {
70370
+ "title": "Validation Error",
70371
+ "description": "Validation Error",
70372
+ "type": "object",
70373
+ "required": [
70374
+ "message",
70375
+ "documentation_url"
70376
+ ],
70377
+ "properties": {
70378
+ "message": {
70379
+ "type": "string"
70380
+ },
70381
+ "documentation_url": {
70382
+ "type": "string"
70383
+ },
70384
+ "errors": {
70385
+ "type": "array",
70386
+ "items": {
70387
+ "type": "object",
70388
+ "required": [
70389
+ "code"
70390
+ ],
70391
+ "properties": {
70392
+ "resource": {
70393
+ "type": "string"
70394
+ },
70395
+ "field": {
70396
+ "type": "string"
70397
+ },
70398
+ "message": {
70399
+ "type": "string"
70400
+ },
70401
+ "code": {
70402
+ "type": "string"
70403
+ },
70404
+ "index": {
70405
+ "type": "integer"
70406
+ },
70407
+ "value": {
70408
+ "oneOf": [
70409
+ {
70410
+ "type": "string",
70411
+ "nullable": true
70412
+ },
70413
+ {
70414
+ "type": "integer",
70415
+ "nullable": true
70416
+ },
70417
+ {
70418
+ "type": "array",
70419
+ "nullable": true,
70420
+ "items": {
70421
+ "type": "string"
70422
+ }
70423
+ }
70424
+ ]
70425
+ }
70426
+ }
70427
+ }
70428
+ }
70429
+ }
70430
+ }
70431
+ }
70432
+ }
70433
+ }
70434
+ },
70435
+ "x-github": {
70436
+ "githubCloudOnly": false,
70437
+ "enabledForGitHubApps": true,
70438
+ "category": "teams",
70439
+ "subcategory": null
70440
+ },
70441
+ "x-octokit": {}
70442
+ }
70443
+ },
70444
+ "/orgs/{org}/teams/{team_slug}": {
70445
+ "get": {
70446
+ "summary": "Get a team by name",
70447
+ "description": "Gets a team using the team's `slug`. GitHub AE generates the `slug` from the team `name`.\n\n**Note:** You can also specify a team by `org_id` and `team_id` using the route `GET /organizations/{org_id}/team/{team_id}`.",
69747
70448
  "tags": [
69748
70449
  "teams"
69749
70450
  ],
69750
- "operationId": "teams/create",
70451
+ "operationId": "teams/get-by-name",
69751
70452
  "externalDocs": {
69752
70453
  "description": "API method documentation",
69753
- "url": "https://docs.github.com/github-ae@latest/rest/reference/teams#create-a-team"
70454
+ "url": "https://docs.github.com/github-ae@latest/rest/reference/teams#get-a-team-by-name"
69754
70455
  },
69755
70456
  "parameters": [
69756
70457
  {
@@ -69761,78 +70462,19 @@
69761
70462
  "schema": {
69762
70463
  "type": "string"
69763
70464
  }
69764
- }
69765
- ],
69766
- "requestBody": {
69767
- "required": true,
69768
- "content": {
69769
- "application/json": {
69770
- "schema": {
69771
- "type": "object",
69772
- "properties": {
69773
- "name": {
69774
- "type": "string",
69775
- "description": "The name of the team."
69776
- },
69777
- "description": {
69778
- "type": "string",
69779
- "description": "The description of the team."
69780
- },
69781
- "maintainers": {
69782
- "type": "array",
69783
- "description": "List GitHub IDs for organization members who will become team maintainers.",
69784
- "items": {
69785
- "type": "string"
69786
- }
69787
- },
69788
- "repo_names": {
69789
- "type": "array",
69790
- "description": "The full name (e.g., \"organization-name/repository-name\") of repositories to add the team to.",
69791
- "items": {
69792
- "type": "string"
69793
- }
69794
- },
69795
- "privacy": {
69796
- "type": "string",
69797
- "description": "The level of privacy this team should have. The options are: \n**For a non-nested team:** \n\\* `secret` - only visible to organization owners and members of this team. \n\\* `closed` - visible to all members of this organization. \nDefault: `secret` \n**For a parent or child team:** \n\\* `closed` - visible to all members of this organization. \nDefault for child team: `closed`",
69798
- "enum": [
69799
- "secret",
69800
- "closed"
69801
- ]
69802
- },
69803
- "permission": {
69804
- "type": "string",
69805
- "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.",
69806
- "enum": [
69807
- "pull",
69808
- "push"
69809
- ],
69810
- "default": "pull"
69811
- },
69812
- "parent_team_id": {
69813
- "type": "integer",
69814
- "description": "The ID of a team to set as the parent team."
69815
- }
69816
- },
69817
- "required": [
69818
- "name"
69819
- ]
69820
- },
69821
- "examples": {
69822
- "default": {
69823
- "value": {
69824
- "name": "Justice League",
69825
- "description": "A great team",
69826
- "permission": "push",
69827
- "privacy": "closed"
69828
- }
69829
- }
69830
- }
70465
+ },
70466
+ {
70467
+ "name": "team_slug",
70468
+ "description": "The slug of the team name.",
70469
+ "in": "path",
70470
+ "required": true,
70471
+ "schema": {
70472
+ "type": "string"
69831
70473
  }
69832
70474
  }
69833
- },
70475
+ ],
69834
70476
  "responses": {
69835
- "201": {
70477
+ "200": {
69836
70478
  "description": "Response",
69837
70479
  "content": {
69838
70480
  "application/json": {
@@ -70335,8 +70977,8 @@
70335
70977
  }
70336
70978
  }
70337
70979
  },
70338
- "403": {
70339
- "description": "Forbidden",
70980
+ "404": {
70981
+ "description": "Resource not found",
70340
70982
  "content": {
70341
70983
  "application/json": {
70342
70984
  "schema": {
@@ -70360,75 +71002,6 @@
70360
71002
  }
70361
71003
  }
70362
71004
  }
70363
- },
70364
- "422": {
70365
- "description": "Validation failed",
70366
- "content": {
70367
- "application/json": {
70368
- "schema": {
70369
- "title": "Validation Error",
70370
- "description": "Validation Error",
70371
- "type": "object",
70372
- "required": [
70373
- "message",
70374
- "documentation_url"
70375
- ],
70376
- "properties": {
70377
- "message": {
70378
- "type": "string"
70379
- },
70380
- "documentation_url": {
70381
- "type": "string"
70382
- },
70383
- "errors": {
70384
- "type": "array",
70385
- "items": {
70386
- "type": "object",
70387
- "required": [
70388
- "code"
70389
- ],
70390
- "properties": {
70391
- "resource": {
70392
- "type": "string"
70393
- },
70394
- "field": {
70395
- "type": "string"
70396
- },
70397
- "message": {
70398
- "type": "string"
70399
- },
70400
- "code": {
70401
- "type": "string"
70402
- },
70403
- "index": {
70404
- "type": "integer"
70405
- },
70406
- "value": {
70407
- "oneOf": [
70408
- {
70409
- "type": "string",
70410
- "nullable": true
70411
- },
70412
- {
70413
- "type": "integer",
70414
- "nullable": true
70415
- },
70416
- {
70417
- "type": "array",
70418
- "nullable": true,
70419
- "items": {
70420
- "type": "string"
70421
- }
70422
- }
70423
- ]
70424
- }
70425
- }
70426
- }
70427
- }
70428
- }
70429
- }
70430
- }
70431
- }
70432
71005
  }
70433
71006
  },
70434
71007
  "x-github": {
@@ -70438,19 +71011,17 @@
70438
71011
  "subcategory": null
70439
71012
  },
70440
71013
  "x-octokit": {}
70441
- }
70442
- },
70443
- "/orgs/{org}/teams/{team_slug}": {
70444
- "get": {
70445
- "summary": "Get a team by name",
70446
- "description": "Gets a team using the team's `slug`. GitHub AE generates the `slug` from the team `name`.\n\n**Note:** You can also specify a team by `org_id` and `team_id` using the route `GET /organizations/{org_id}/team/{team_id}`.",
71014
+ },
71015
+ "patch": {
71016
+ "summary": "Update a team",
71017
+ "description": "To edit a team, the authenticated user must either be an organization owner or a team maintainer.\n\n**Note:** You can also specify a team by `org_id` and `team_id` using the route `PATCH /organizations/{org_id}/team/{team_id}`.",
70447
71018
  "tags": [
70448
71019
  "teams"
70449
71020
  ],
70450
- "operationId": "teams/get-by-name",
71021
+ "operationId": "teams/update-in-org",
70451
71022
  "externalDocs": {
70452
71023
  "description": "API method documentation",
70453
- "url": "https://docs.github.com/github-ae@latest/rest/reference/teams#get-a-team-by-name"
71024
+ "url": "https://docs.github.com/github-ae@latest/rest/reference/teams#update-a-team"
70454
71025
  },
70455
71026
  "parameters": [
70456
71027
  {
@@ -70472,9 +71043,61 @@
70472
71043
  }
70473
71044
  }
70474
71045
  ],
71046
+ "requestBody": {
71047
+ "required": false,
71048
+ "content": {
71049
+ "application/json": {
71050
+ "schema": {
71051
+ "type": "object",
71052
+ "properties": {
71053
+ "name": {
71054
+ "type": "string",
71055
+ "description": "The name of the team."
71056
+ },
71057
+ "description": {
71058
+ "type": "string",
71059
+ "description": "The description of the team."
71060
+ },
71061
+ "privacy": {
71062
+ "type": "string",
71063
+ "description": "The level of privacy this team should have. Editing teams without specifying this parameter leaves `privacy` intact. When a team is nested, the `privacy` for parent teams cannot be `secret`. The options are: \n**For a non-nested team:** \n\\* `secret` - only visible to organization owners and members of this team. \n\\* `closed` - visible to all members of this organization. \n**For a parent or child team:** \n\\* `closed` - visible to all members of this organization.",
71064
+ "enum": [
71065
+ "secret",
71066
+ "closed"
71067
+ ]
71068
+ },
71069
+ "permission": {
71070
+ "type": "string",
71071
+ "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.",
71072
+ "enum": [
71073
+ "pull",
71074
+ "push",
71075
+ "admin"
71076
+ ],
71077
+ "default": "pull"
71078
+ },
71079
+ "parent_team_id": {
71080
+ "type": "integer",
71081
+ "description": "The ID of a team to set as the parent team.",
71082
+ "nullable": true
71083
+ }
71084
+ }
71085
+ },
71086
+ "examples": {
71087
+ "default": {
71088
+ "value": {
71089
+ "name": "new team name",
71090
+ "description": "new team description",
71091
+ "privacy": "closed"
71092
+ }
71093
+ }
71094
+ }
71095
+ }
71096
+ }
71097
+ },
70475
71098
  "responses": {
70476
71099
  "200": {
70477
- "description": "Response",
71100
+ "description": "Response when the updated information already exists",
70478
71101
  "content": {
70479
71102
  "application/json": {
70480
71103
  "schema": {
@@ -70976,125 +71599,6 @@
70976
71599
  }
70977
71600
  }
70978
71601
  },
70979
- "404": {
70980
- "description": "Resource not found",
70981
- "content": {
70982
- "application/json": {
70983
- "schema": {
70984
- "title": "Basic Error",
70985
- "description": "Basic Error",
70986
- "type": "object",
70987
- "properties": {
70988
- "message": {
70989
- "type": "string"
70990
- },
70991
- "documentation_url": {
70992
- "type": "string"
70993
- },
70994
- "url": {
70995
- "type": "string"
70996
- },
70997
- "status": {
70998
- "type": "string"
70999
- }
71000
- }
71001
- }
71002
- }
71003
- }
71004
- }
71005
- },
71006
- "x-github": {
71007
- "githubCloudOnly": false,
71008
- "enabledForGitHubApps": true,
71009
- "category": "teams",
71010
- "subcategory": null
71011
- },
71012
- "x-octokit": {}
71013
- },
71014
- "patch": {
71015
- "summary": "Update a team",
71016
- "description": "To edit a team, the authenticated user must either be an organization owner or a team maintainer.\n\n**Note:** You can also specify a team by `org_id` and `team_id` using the route `PATCH /organizations/{org_id}/team/{team_id}`.",
71017
- "tags": [
71018
- "teams"
71019
- ],
71020
- "operationId": "teams/update-in-org",
71021
- "externalDocs": {
71022
- "description": "API method documentation",
71023
- "url": "https://docs.github.com/github-ae@latest/rest/reference/teams#update-a-team"
71024
- },
71025
- "parameters": [
71026
- {
71027
- "name": "org",
71028
- "description": "The organization name. The name is not case sensitive.",
71029
- "in": "path",
71030
- "required": true,
71031
- "schema": {
71032
- "type": "string"
71033
- }
71034
- },
71035
- {
71036
- "name": "team_slug",
71037
- "description": "The slug of the team name.",
71038
- "in": "path",
71039
- "required": true,
71040
- "schema": {
71041
- "type": "string"
71042
- }
71043
- }
71044
- ],
71045
- "requestBody": {
71046
- "required": false,
71047
- "content": {
71048
- "application/json": {
71049
- "schema": {
71050
- "type": "object",
71051
- "properties": {
71052
- "name": {
71053
- "type": "string",
71054
- "description": "The name of the team."
71055
- },
71056
- "description": {
71057
- "type": "string",
71058
- "description": "The description of the team."
71059
- },
71060
- "privacy": {
71061
- "type": "string",
71062
- "description": "The level of privacy this team should have. Editing teams without specifying this parameter leaves `privacy` intact. When a team is nested, the `privacy` for parent teams cannot be `secret`. The options are: \n**For a non-nested team:** \n\\* `secret` - only visible to organization owners and members of this team. \n\\* `closed` - visible to all members of this organization. \n**For a parent or child team:** \n\\* `closed` - visible to all members of this organization.",
71063
- "enum": [
71064
- "secret",
71065
- "closed"
71066
- ]
71067
- },
71068
- "permission": {
71069
- "type": "string",
71070
- "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.",
71071
- "enum": [
71072
- "pull",
71073
- "push",
71074
- "admin"
71075
- ],
71076
- "default": "pull"
71077
- },
71078
- "parent_team_id": {
71079
- "type": "integer",
71080
- "description": "The ID of a team to set as the parent team.",
71081
- "nullable": true
71082
- }
71083
- }
71084
- },
71085
- "examples": {
71086
- "default": {
71087
- "value": {
71088
- "name": "new team name",
71089
- "description": "new team description",
71090
- "privacy": "closed"
71091
- }
71092
- }
71093
- }
71094
- }
71095
- }
71096
- },
71097
- "responses": {
71098
71602
  "201": {
71099
71603
  "description": "Response",
71100
71604
  "content": {
@@ -71597,6 +72101,127 @@
71597
72101
  }
71598
72102
  }
71599
72103
  }
72104
+ },
72105
+ "403": {
72106
+ "description": "Forbidden",
72107
+ "content": {
72108
+ "application/json": {
72109
+ "schema": {
72110
+ "title": "Basic Error",
72111
+ "description": "Basic Error",
72112
+ "type": "object",
72113
+ "properties": {
72114
+ "message": {
72115
+ "type": "string"
72116
+ },
72117
+ "documentation_url": {
72118
+ "type": "string"
72119
+ },
72120
+ "url": {
72121
+ "type": "string"
72122
+ },
72123
+ "status": {
72124
+ "type": "string"
72125
+ }
72126
+ }
72127
+ }
72128
+ }
72129
+ }
72130
+ },
72131
+ "404": {
72132
+ "description": "Resource not found",
72133
+ "content": {
72134
+ "application/json": {
72135
+ "schema": {
72136
+ "title": "Basic Error",
72137
+ "description": "Basic Error",
72138
+ "type": "object",
72139
+ "properties": {
72140
+ "message": {
72141
+ "type": "string"
72142
+ },
72143
+ "documentation_url": {
72144
+ "type": "string"
72145
+ },
72146
+ "url": {
72147
+ "type": "string"
72148
+ },
72149
+ "status": {
72150
+ "type": "string"
72151
+ }
72152
+ }
72153
+ }
72154
+ }
72155
+ }
72156
+ },
72157
+ "422": {
72158
+ "description": "Validation failed",
72159
+ "content": {
72160
+ "application/json": {
72161
+ "schema": {
72162
+ "title": "Validation Error",
72163
+ "description": "Validation Error",
72164
+ "type": "object",
72165
+ "required": [
72166
+ "message",
72167
+ "documentation_url"
72168
+ ],
72169
+ "properties": {
72170
+ "message": {
72171
+ "type": "string"
72172
+ },
72173
+ "documentation_url": {
72174
+ "type": "string"
72175
+ },
72176
+ "errors": {
72177
+ "type": "array",
72178
+ "items": {
72179
+ "type": "object",
72180
+ "required": [
72181
+ "code"
72182
+ ],
72183
+ "properties": {
72184
+ "resource": {
72185
+ "type": "string"
72186
+ },
72187
+ "field": {
72188
+ "type": "string"
72189
+ },
72190
+ "message": {
72191
+ "type": "string"
72192
+ },
72193
+ "code": {
72194
+ "type": "string"
72195
+ },
72196
+ "index": {
72197
+ "type": "integer"
72198
+ },
72199
+ "value": {
72200
+ "oneOf": [
72201
+ {
72202
+ "type": "string",
72203
+ "nullable": true
72204
+ },
72205
+ {
72206
+ "type": "integer",
72207
+ "nullable": true
72208
+ },
72209
+ {
72210
+ "type": "array",
72211
+ "nullable": true,
72212
+ "items": {
72213
+ "type": "string"
72214
+ }
72215
+ }
72216
+ ]
72217
+ }
72218
+ }
72219
+ }
72220
+ }
72221
+ }
72222
+ }
72223
+ }
72224
+ }
71600
72225
  }
71601
72226
  },
71602
72227
  "x-github": {
@@ -93241,8 +93866,9 @@
93241
93866
  },
93242
93867
  "use_squash_pr_title_as_default": {
93243
93868
  "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
93869
+ "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.",
93870
+ "default": false,
93871
+ "deprecated": true
93246
93872
  },
93247
93873
  "squash_merge_commit_title": {
93248
93874
  "type": "string",
@@ -118442,7 +119068,7 @@
118442
119068
  },
118443
119069
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
118444
119070
  "get": {
118445
- "summary": "List workflow runs",
119071
+ "summary": "List workflow runs for a workflow",
118446
119072
  "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
119073
  "tags": [
118448
119074
  "actions"
@@ -159489,6 +160115,22 @@
159489
160115
  "default": "all"
159490
160116
  }
159491
160117
  },
160118
+ {
160119
+ "name": "permission",
160120
+ "description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
160121
+ "in": "query",
160122
+ "required": false,
160123
+ "schema": {
160124
+ "type": "string",
160125
+ "enum": [
160126
+ "pull",
160127
+ "triage",
160128
+ "push",
160129
+ "maintain",
160130
+ "admin"
160131
+ ]
160132
+ }
160133
+ },
159492
160134
  {
159493
160135
  "name": "per_page",
159494
160136
  "description": "The number of results per page (max 100).",
@@ -177788,6 +178430,7 @@
177788
178430
  "description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
177789
178431
  "in": "path",
177790
178432
  "required": true,
178433
+ "x-multi-segment": true,
177791
178434
  "schema": {
177792
178435
  "type": "string"
177793
178436
  }
@@ -180565,7 +181208,7 @@
180565
181208
  },
180566
181209
  "put": {
180567
181210
  "summary": "Create or update file contents",
180568
- "description": "Creates a new file or replaces an existing file in a repository.",
181211
+ "description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
180569
181212
  "tags": [
180570
181213
  "repos"
180571
181214
  ],
@@ -181322,7 +181965,7 @@
181322
181965
  },
181323
181966
  "sha": {
181324
181967
  "type": "string",
181325
- "description": "The blob SHA of the file being replaced."
181968
+ "description": "The blob SHA of the file being deleted."
181326
181969
  },
181327
181970
  "branch": {
181328
181971
  "type": "string",
@@ -201744,7 +202387,7 @@
201744
202387
  "/repos/{owner}/{repo}/git/trees/{tree_sha}": {
201745
202388
  "get": {
201746
202389
  "summary": "Get a tree",
201747
- "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
202390
+ "description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
201748
202391
  "tags": [
201749
202392
  "git"
201750
202393
  ],
@@ -202054,7 +202697,7 @@
202054
202697
  "/repos/{owner}/{repo}/hooks": {
202055
202698
  "get": {
202056
202699
  "summary": "List repository webhooks",
202057
- "description": "",
202700
+ "description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
202058
202701
  "tags": [
202059
202702
  "repos"
202060
202703
  ],
@@ -387732,6 +388375,70 @@
387732
388375
  }
387733
388376
  }
387734
388377
  },
388378
+ "/orgs/{org}/custom_roles": {
388379
+ "post": {
388380
+ "summary": "Create a custom role",
388381
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388382
+ "tags": [
388383
+ "orgs"
388384
+ ],
388385
+ "operationId": "orgs/create-custom-role",
388386
+ "externalDocs": {
388387
+ "description": "API method documentation",
388388
+ "url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
388389
+ },
388390
+ "x-octokit": {
388391
+ "api.github.com": "removed"
388392
+ },
388393
+ "responses": {
388394
+ "501": {
388395
+ "description": "Not Implemented"
388396
+ }
388397
+ }
388398
+ }
388399
+ },
388400
+ "/orgs/{org}/custom_roles/{role_id}": {
388401
+ "delete": {
388402
+ "summary": "Delete a custom role",
388403
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388404
+ "tags": [
388405
+ "orgs"
388406
+ ],
388407
+ "operationId": "orgs/delete-custom-role",
388408
+ "externalDocs": {
388409
+ "description": "API method documentation",
388410
+ "url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
388411
+ },
388412
+ "x-octokit": {
388413
+ "api.github.com": "removed"
388414
+ },
388415
+ "responses": {
388416
+ "501": {
388417
+ "description": "Not Implemented"
388418
+ }
388419
+ }
388420
+ },
388421
+ "patch": {
388422
+ "summary": "Update a custom role",
388423
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388424
+ "tags": [
388425
+ "orgs"
388426
+ ],
388427
+ "operationId": "orgs/update-custom-role",
388428
+ "externalDocs": {
388429
+ "description": "API method documentation",
388430
+ "url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
388431
+ },
388432
+ "x-octokit": {
388433
+ "api.github.com": "removed"
388434
+ },
388435
+ "responses": {
388436
+ "501": {
388437
+ "description": "Not Implemented"
388438
+ }
388439
+ }
388440
+ }
388441
+ },
387735
388442
  "/orgs/{org}/dependabot/secrets": {
387736
388443
  "get": {
387737
388444
  "summary": "List organization secrets",
@@ -387966,6 +388673,28 @@
387966
388673
  }
387967
388674
  }
387968
388675
  },
388676
+ "/orgs/{org}/fine_grained_permissions": {
388677
+ "get": {
388678
+ "summary": "List fine-grained permissions for an organization",
388679
+ "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388680
+ "tags": [
388681
+ "orgs"
388682
+ ],
388683
+ "operationId": "orgs/list-fine-grained-permissions",
388684
+ "externalDocs": {
388685
+ "description": "API method documentation",
388686
+ "url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
388687
+ },
388688
+ "x-octokit": {
388689
+ "api.github.com": "removed"
388690
+ },
388691
+ "responses": {
388692
+ "501": {
388693
+ "description": "Not Implemented"
388694
+ }
388695
+ }
388696
+ }
388697
+ },
387969
388698
  "/orgs/{org}/interaction-limits": {
387970
388699
  "get": {
387971
388700
  "summary": "Get interaction restrictions for an organization",
@@ -388332,7 +389061,7 @@
388332
389061
  },
388333
389062
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
388334
389063
  "get": {
388335
- "summary": "Get all package versions for a package owned by an organization",
389064
+ "summary": "List package versions for a package owned by an organization",
388336
389065
  "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
388337
389066
  "tags": [
388338
389067
  "packages"
@@ -388340,7 +389069,7 @@
388340
389069
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
388341
389070
  "externalDocs": {
388342
389071
  "description": "API method documentation",
388343
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
389072
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
388344
389073
  },
388345
389074
  "x-octokit": {
388346
389075
  "api.github.com": "removed"
@@ -391567,7 +392296,7 @@
391567
392296
  },
391568
392297
  "/user/packages/{package_type}/{package_name}/versions": {
391569
392298
  "get": {
391570
- "summary": "Get all package versions for a package owned by the authenticated user",
392299
+ "summary": "List package versions for a package owned by the authenticated user",
391571
392300
  "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
391572
392301
  "tags": [
391573
392302
  "packages"
@@ -391575,7 +392304,7 @@
391575
392304
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
391576
392305
  "externalDocs": {
391577
392306
  "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"
392307
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
391579
392308
  },
391580
392309
  "x-octokit": {
391581
392310
  "api.github.com": "removed"
@@ -391867,7 +392596,7 @@
391867
392596
  },
391868
392597
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
391869
392598
  "get": {
391870
- "summary": "Get all package versions for a package owned by a user",
392599
+ "summary": "List package versions for a package owned by a user",
391871
392600
  "description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
391872
392601
  "tags": [
391873
392602
  "packages"
@@ -391875,7 +392604,7 @@
391875
392604
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
391876
392605
  "externalDocs": {
391877
392606
  "description": "API method documentation",
391878
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
392607
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
391879
392608
  },
391880
392609
  "x-octokit": {
391881
392610
  "api.github.com": "removed"