@octokit/openapi 6.6.0 → 6.6.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.6.0",
4
+ "version": "6.6.1",
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -47896,7 +47896,7 @@
47896
47896
  },
47897
47897
  "members_allowed_repository_creation_type": {
47898
47898
  "type": "string",
47899
- "description": "Specifies which types of repositories non-admin organization members can create. `private` is only available to repositories that are part of an organization on GitHub Enterprise Cloud. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
47899
+ "description": "Specifies which types of repositories non-admin organization members can create. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
47900
47900
  "enum": ["all", "private", "none"]
47901
47901
  },
47902
47902
  "members_can_create_pages": {
@@ -71521,6 +71521,7 @@
71521
71521
  },
71522
71522
  "exclude": {
71523
71523
  "type": "array",
71524
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
71524
71525
  "items": { "type": "string", "enum": ["repositories"] }
71525
71526
  }
71526
71527
  },
@@ -315573,6 +315574,14 @@
315573
315574
  },
315574
315575
  "required": ["repositories"],
315575
315576
  "type": "object"
315577
+ },
315578
+ "examples": {
315579
+ "default": {
315580
+ "value": {
315581
+ "repositories": ["octocat/Hello-World"],
315582
+ "lock_repositories": true
315583
+ }
315584
+ }
315576
315585
  }
315577
315586
  }
315578
315587
  }
@@ -350623,7 +350632,7 @@
350623
350632
  "/enterprise-installation/{enterprise_or_org}/server-statistics": {
350624
350633
  "get": {
350625
350634
  "summary": "Get GitHub Enterprise Server statistics",
350626
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350635
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350627
350636
  "operationId": "enterprise-admin/get-server-statistics",
350628
350637
  "tags": ["server-statistics", "enterprise-admin"],
350629
350638
  "externalDocs": {
@@ -350637,7 +350646,7 @@
350637
350646
  "/enterprises/{enterprise}/actions/oidc/customization/issuer": {
350638
350647
  "put": {
350639
350648
  "summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
350640
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350649
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350641
350650
  "tags": ["actions"],
350642
350651
  "operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
350643
350652
  "externalDocs": {
@@ -350651,7 +350660,7 @@
350651
350660
  "/enterprises/{enterprise}/actions/permissions/workflow": {
350652
350661
  "get": {
350653
350662
  "summary": "Get default workflow permissions for an enterprise",
350654
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350663
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350655
350664
  "tags": ["actions"],
350656
350665
  "operationId": "actions/get-github-actions-default-workflow-permissions-enterprise",
350657
350666
  "externalDocs": {
@@ -350663,7 +350672,7 @@
350663
350672
  },
350664
350673
  "put": {
350665
350674
  "summary": "Set default workflow permissions for an enterprise",
350666
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350675
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350667
350676
  "tags": ["actions"],
350668
350677
  "operationId": "actions/set-github-actions-default-workflow-permissions-enterprise",
350669
350678
  "externalDocs": {
@@ -350677,7 +350686,7 @@
350677
350686
  "/enterprises/{enterprise}/settings/billing/actions": {
350678
350687
  "get": {
350679
350688
  "summary": "Get GitHub Actions billing for an enterprise",
350680
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350689
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350681
350690
  "operationId": "billing/get-github-actions-billing-ghe",
350682
350691
  "tags": ["billing"],
350683
350692
  "externalDocs": {
@@ -350691,7 +350700,7 @@
350691
350700
  "/enterprises/{enterprise}/settings/billing/packages": {
350692
350701
  "get": {
350693
350702
  "summary": "Get GitHub Packages billing for an enterprise",
350694
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350703
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350695
350704
  "operationId": "billing/get-github-packages-billing-ghe",
350696
350705
  "tags": ["billing"],
350697
350706
  "externalDocs": {
@@ -350705,7 +350714,7 @@
350705
350714
  "/enterprises/{enterprise}/settings/billing/shared-storage": {
350706
350715
  "get": {
350707
350716
  "summary": "Get shared storage billing for an enterprise",
350708
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350717
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350709
350718
  "operationId": "billing/get-shared-storage-billing-ghe",
350710
350719
  "tags": ["billing"],
350711
350720
  "externalDocs": {
@@ -350719,7 +350728,7 @@
350719
350728
  "/marketplace_listing/accounts/{account_id}": {
350720
350729
  "get": {
350721
350730
  "summary": "Get a subscription plan for an account",
350722
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350731
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350723
350732
  "tags": ["apps"],
350724
350733
  "operationId": "apps/get-subscription-plan-for-account",
350725
350734
  "externalDocs": {
@@ -350733,7 +350742,7 @@
350733
350742
  "/marketplace_listing/plans": {
350734
350743
  "get": {
350735
350744
  "summary": "List plans",
350736
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350745
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350737
350746
  "tags": ["apps"],
350738
350747
  "operationId": "apps/list-plans",
350739
350748
  "externalDocs": {
@@ -350747,7 +350756,7 @@
350747
350756
  "/marketplace_listing/plans/{plan_id}/accounts": {
350748
350757
  "get": {
350749
350758
  "summary": "List accounts for a plan",
350750
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350759
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350751
350760
  "tags": ["apps"],
350752
350761
  "operationId": "apps/list-accounts-for-plan",
350753
350762
  "externalDocs": {
@@ -350761,7 +350770,7 @@
350761
350770
  "/marketplace_listing/stubbed/accounts/{account_id}": {
350762
350771
  "get": {
350763
350772
  "summary": "Get a subscription plan for an account (stubbed)",
350764
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350773
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350765
350774
  "tags": ["apps"],
350766
350775
  "operationId": "apps/get-subscription-plan-for-account-stubbed",
350767
350776
  "externalDocs": {
@@ -350775,7 +350784,7 @@
350775
350784
  "/marketplace_listing/stubbed/plans": {
350776
350785
  "get": {
350777
350786
  "summary": "List plans (stubbed)",
350778
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350787
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350779
350788
  "tags": ["apps"],
350780
350789
  "operationId": "apps/list-plans-stubbed",
350781
350790
  "externalDocs": {
@@ -350789,7 +350798,7 @@
350789
350798
  "/marketplace_listing/stubbed/plans/{plan_id}/accounts": {
350790
350799
  "get": {
350791
350800
  "summary": "List accounts for a plan (stubbed)",
350792
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350801
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350793
350802
  "tags": ["apps"],
350794
350803
  "operationId": "apps/list-accounts-for-plan-stubbed",
350795
350804
  "externalDocs": {
@@ -350803,7 +350812,7 @@
350803
350812
  "/orgs/{org}/actions/oidc/customization/sub": {
350804
350813
  "get": {
350805
350814
  "summary": "Get the customization template for an OIDC subject claim for an organization",
350806
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350815
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350807
350816
  "tags": ["oidc"],
350808
350817
  "operationId": "oidc/get-oidc-custom-sub-template-for-org",
350809
350818
  "externalDocs": {
@@ -350815,7 +350824,7 @@
350815
350824
  },
350816
350825
  "put": {
350817
350826
  "summary": "Set the customization template for an OIDC subject claim for an organization",
350818
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350827
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350819
350828
  "tags": ["oidc"],
350820
350829
  "operationId": "oidc/update-oidc-custom-sub-template-for-org",
350821
350830
  "externalDocs": {
@@ -350829,7 +350838,7 @@
350829
350838
  "/orgs/{org}/blocks": {
350830
350839
  "get": {
350831
350840
  "summary": "List users blocked by an organization",
350832
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350841
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350833
350842
  "tags": ["orgs"],
350834
350843
  "operationId": "orgs/list-blocked-users",
350835
350844
  "externalDocs": {
@@ -350843,7 +350852,7 @@
350843
350852
  "/orgs/{org}/blocks/{username}": {
350844
350853
  "get": {
350845
350854
  "summary": "Check if a user is blocked by an organization",
350846
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350855
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350847
350856
  "tags": ["orgs"],
350848
350857
  "operationId": "orgs/check-blocked-user",
350849
350858
  "externalDocs": {
@@ -350855,7 +350864,7 @@
350855
350864
  },
350856
350865
  "put": {
350857
350866
  "summary": "Block a user from an organization",
350858
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350867
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350859
350868
  "tags": ["orgs"],
350860
350869
  "operationId": "orgs/block-user",
350861
350870
  "externalDocs": {
@@ -350867,7 +350876,7 @@
350867
350876
  },
350868
350877
  "delete": {
350869
350878
  "summary": "Unblock a user from an organization",
350870
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350879
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350871
350880
  "tags": ["orgs"],
350872
350881
  "operationId": "orgs/unblock-user",
350873
350882
  "externalDocs": {
@@ -350881,7 +350890,7 @@
350881
350890
  "/orgs/{org}/codespaces": {
350882
350891
  "get": {
350883
350892
  "summary": "List codespaces for the organization",
350884
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350893
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350885
350894
  "tags": ["codespaces"],
350886
350895
  "operationId": "codespaces/list-in-organization",
350887
350896
  "externalDocs": {
@@ -350895,7 +350904,7 @@
350895
350904
  "/orgs/{org}/credential-authorizations": {
350896
350905
  "get": {
350897
350906
  "summary": "List SAML SSO authorizations for an organization",
350898
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350907
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350899
350908
  "tags": ["orgs"],
350900
350909
  "operationId": "orgs/list-saml-sso-authorizations",
350901
350910
  "externalDocs": {
@@ -350909,7 +350918,7 @@
350909
350918
  "/orgs/{org}/credential-authorizations/{credential_id}": {
350910
350919
  "delete": {
350911
350920
  "summary": "Remove a SAML SSO authorization for an organization",
350912
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350921
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350913
350922
  "tags": ["orgs"],
350914
350923
  "operationId": "orgs/remove-saml-sso-authorization",
350915
350924
  "externalDocs": {
@@ -350923,7 +350932,7 @@
350923
350932
  "/orgs/{org}/external-group/{group_id}": {
350924
350933
  "get": {
350925
350934
  "summary": "Get an external group",
350926
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350935
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350927
350936
  "tags": ["teams"],
350928
350937
  "operationId": "teams/external-idp-group-info-for-org",
350929
350938
  "externalDocs": {
@@ -350937,7 +350946,7 @@
350937
350946
  "/orgs/{org}/external-groups": {
350938
350947
  "get": {
350939
350948
  "summary": "List external groups in an organization",
350940
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350949
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350941
350950
  "tags": ["teams"],
350942
350951
  "operationId": "teams/list-external-idp-groups-for-org",
350943
350952
  "externalDocs": {
@@ -350951,7 +350960,7 @@
350951
350960
  "/orgs/{org}/failed_invitations": {
350952
350961
  "get": {
350953
350962
  "summary": "List failed organization invitations",
350954
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350963
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350955
350964
  "tags": ["orgs"],
350956
350965
  "operationId": "orgs/list-failed-invitations",
350957
350966
  "externalDocs": {
@@ -350965,7 +350974,7 @@
350965
350974
  "/orgs/{org}/interaction-limits": {
350966
350975
  "get": {
350967
350976
  "summary": "Get interaction restrictions for an organization",
350968
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350977
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350969
350978
  "tags": ["interactions"],
350970
350979
  "operationId": "interactions/get-restrictions-for-org",
350971
350980
  "externalDocs": {
@@ -350977,7 +350986,7 @@
350977
350986
  },
350978
350987
  "put": {
350979
350988
  "summary": "Set interaction restrictions for an organization",
350980
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
350989
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350981
350990
  "tags": ["interactions"],
350982
350991
  "operationId": "interactions/set-restrictions-for-org",
350983
350992
  "externalDocs": {
@@ -350989,7 +350998,7 @@
350989
350998
  },
350990
350999
  "delete": {
350991
351000
  "summary": "Remove interaction restrictions for an organization",
350992
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351001
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
350993
351002
  "tags": ["interactions"],
350994
351003
  "operationId": "interactions/remove-restrictions-for-org",
350995
351004
  "externalDocs": {
@@ -351003,7 +351012,7 @@
351003
351012
  "/orgs/{org}/invitations": {
351004
351013
  "get": {
351005
351014
  "summary": "List pending organization invitations",
351006
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351015
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351007
351016
  "tags": ["orgs"],
351008
351017
  "operationId": "orgs/list-pending-invitations",
351009
351018
  "externalDocs": {
@@ -351015,7 +351024,7 @@
351015
351024
  },
351016
351025
  "post": {
351017
351026
  "summary": "Create an organization invitation",
351018
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351027
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351019
351028
  "tags": ["orgs"],
351020
351029
  "operationId": "orgs/create-invitation",
351021
351030
  "externalDocs": {
@@ -351029,7 +351038,7 @@
351029
351038
  "/orgs/{org}/invitations/{invitation_id}": {
351030
351039
  "delete": {
351031
351040
  "summary": "Cancel an organization invitation",
351032
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351041
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351033
351042
  "tags": ["orgs"],
351034
351043
  "operationId": "orgs/cancel-invitation",
351035
351044
  "externalDocs": {
@@ -351043,7 +351052,7 @@
351043
351052
  "/orgs/{org}/invitations/{invitation_id}/teams": {
351044
351053
  "get": {
351045
351054
  "summary": "List organization invitation teams",
351046
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351055
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351047
351056
  "tags": ["orgs"],
351048
351057
  "operationId": "orgs/list-invitation-teams",
351049
351058
  "externalDocs": {
@@ -351057,7 +351066,7 @@
351057
351066
  "/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
351058
351067
  "delete": {
351059
351068
  "summary": "Delete a codespace from the organization",
351060
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351069
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351061
351070
  "tags": ["codespaces"],
351062
351071
  "operationId": "codespaces/delete-from-organization",
351063
351072
  "externalDocs": {
@@ -351071,7 +351080,7 @@
351071
351080
  "/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
351072
351081
  "post": {
351073
351082
  "summary": "Stop a codespace for an organization user",
351074
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351083
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351075
351084
  "tags": ["codespaces"],
351076
351085
  "operationId": "codespaces/stop-in-organization",
351077
351086
  "externalDocs": {
@@ -351085,7 +351094,7 @@
351085
351094
  "/orgs/{org}/migrations/{migration_id}/archive": {
351086
351095
  "get": {
351087
351096
  "summary": "Download an organization migration archive",
351088
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351097
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351089
351098
  "tags": ["migrations"],
351090
351099
  "operationId": "migrations/download-archive-for-org",
351091
351100
  "externalDocs": {
@@ -351097,7 +351106,7 @@
351097
351106
  },
351098
351107
  "delete": {
351099
351108
  "summary": "Delete an organization migration archive",
351100
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351109
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351101
351110
  "tags": ["migrations"],
351102
351111
  "operationId": "migrations/delete-archive-for-org",
351103
351112
  "externalDocs": {
@@ -351111,7 +351120,7 @@
351111
351120
  "/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": {
351112
351121
  "delete": {
351113
351122
  "summary": "Unlock an organization repository",
351114
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351123
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351115
351124
  "tags": ["migrations"],
351116
351125
  "operationId": "migrations/unlock-repo-for-org",
351117
351126
  "externalDocs": {
@@ -351125,7 +351134,7 @@
351125
351134
  "/orgs/{org}/migrations/{migration_id}/repositories": {
351126
351135
  "get": {
351127
351136
  "summary": "List repositories in an organization migration",
351128
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351137
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351129
351138
  "tags": ["migrations"],
351130
351139
  "operationId": "migrations/list-repos-for-org",
351131
351140
  "externalDocs": {
@@ -351139,7 +351148,7 @@
351139
351148
  "/orgs/{org}/packages": {
351140
351149
  "get": {
351141
351150
  "summary": "List packages for an organization",
351142
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351151
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351143
351152
  "tags": ["packages"],
351144
351153
  "operationId": "packages/list-packages-for-organization",
351145
351154
  "externalDocs": {
@@ -351153,7 +351162,7 @@
351153
351162
  "/orgs/{org}/packages/{package_type}/{package_name}": {
351154
351163
  "get": {
351155
351164
  "summary": "Get a package for an organization",
351156
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351165
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351157
351166
  "tags": ["packages"],
351158
351167
  "operationId": "packages/get-package-for-organization",
351159
351168
  "externalDocs": {
@@ -351165,7 +351174,7 @@
351165
351174
  },
351166
351175
  "delete": {
351167
351176
  "summary": "Delete a package for an organization",
351168
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351177
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351169
351178
  "tags": ["packages"],
351170
351179
  "operationId": "packages/delete-package-for-org",
351171
351180
  "externalDocs": {
@@ -351179,7 +351188,7 @@
351179
351188
  "/orgs/{org}/packages/{package_type}/{package_name}/restore": {
351180
351189
  "post": {
351181
351190
  "summary": "Restore a package for an organization",
351182
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351191
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351183
351192
  "tags": ["packages"],
351184
351193
  "operationId": "packages/restore-package-for-org",
351185
351194
  "externalDocs": {
@@ -351193,7 +351202,7 @@
351193
351202
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
351194
351203
  "get": {
351195
351204
  "summary": "Get all package versions for a package owned by an organization",
351196
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351205
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351197
351206
  "tags": ["packages"],
351198
351207
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
351199
351208
  "externalDocs": {
@@ -351207,7 +351216,7 @@
351207
351216
  "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}": {
351208
351217
  "get": {
351209
351218
  "summary": "Get a package version for an organization",
351210
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351219
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351211
351220
  "tags": ["packages"],
351212
351221
  "operationId": "packages/get-package-version-for-organization",
351213
351222
  "externalDocs": {
@@ -351219,7 +351228,7 @@
351219
351228
  },
351220
351229
  "delete": {
351221
351230
  "summary": "Delete package version for an organization",
351222
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351231
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351223
351232
  "tags": ["packages"],
351224
351233
  "operationId": "packages/delete-package-version-for-org",
351225
351234
  "externalDocs": {
@@ -351233,7 +351242,7 @@
351233
351242
  "/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
351234
351243
  "post": {
351235
351244
  "summary": "Restore package version for an organization",
351236
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351245
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351237
351246
  "tags": ["packages"],
351238
351247
  "operationId": "packages/restore-package-version-for-org",
351239
351248
  "externalDocs": {
@@ -351247,7 +351256,7 @@
351247
351256
  "/orgs/{org}/settings/billing/actions": {
351248
351257
  "get": {
351249
351258
  "summary": "Get GitHub Actions billing for an organization",
351250
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351259
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351251
351260
  "operationId": "billing/get-github-actions-billing-org",
351252
351261
  "tags": ["billing"],
351253
351262
  "externalDocs": {
@@ -351261,7 +351270,7 @@
351261
351270
  "/orgs/{org}/settings/billing/packages": {
351262
351271
  "get": {
351263
351272
  "summary": "Get GitHub Packages billing for an organization",
351264
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351273
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351265
351274
  "operationId": "billing/get-github-packages-billing-org",
351266
351275
  "tags": ["billing"],
351267
351276
  "externalDocs": {
@@ -351275,7 +351284,7 @@
351275
351284
  "/orgs/{org}/settings/billing/shared-storage": {
351276
351285
  "get": {
351277
351286
  "summary": "Get shared storage billing for an organization",
351278
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351287
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351279
351288
  "operationId": "billing/get-shared-storage-billing-org",
351280
351289
  "tags": ["billing"],
351281
351290
  "externalDocs": {
@@ -351289,7 +351298,7 @@
351289
351298
  "/orgs/{org}/team-sync/groups": {
351290
351299
  "get": {
351291
351300
  "summary": "List IdP groups for an organization",
351292
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351301
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351293
351302
  "tags": ["teams"],
351294
351303
  "operationId": "teams/list-idp-groups-for-org",
351295
351304
  "externalDocs": {
@@ -351303,7 +351312,7 @@
351303
351312
  "/orgs/{org}/teams/{team_slug}/external-groups": {
351304
351313
  "get": {
351305
351314
  "summary": "List a connection between an external group and a team",
351306
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351315
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351307
351316
  "tags": ["teams"],
351308
351317
  "operationId": "teams/list-linked-external-idp-groups-to-team-for-org",
351309
351318
  "externalDocs": {
@@ -351315,7 +351324,7 @@
351315
351324
  },
351316
351325
  "delete": {
351317
351326
  "summary": "Remove the connection between an external group and a team",
351318
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351327
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351319
351328
  "tags": ["teams"],
351320
351329
  "operationId": "teams/unlink-external-idp-group-from-team-for-org",
351321
351330
  "externalDocs": {
@@ -351327,7 +351336,7 @@
351327
351336
  },
351328
351337
  "patch": {
351329
351338
  "summary": "Update the connection between an external group and a team",
351330
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351339
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351331
351340
  "tags": ["teams"],
351332
351341
  "operationId": "teams/link-external-idp-group-to-team-for-org",
351333
351342
  "externalDocs": {
@@ -351341,7 +351350,7 @@
351341
351350
  "/orgs/{org}/teams/{team_slug}/invitations": {
351342
351351
  "get": {
351343
351352
  "summary": "List pending team invitations",
351344
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351353
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351345
351354
  "tags": ["teams"],
351346
351355
  "operationId": "teams/list-pending-invitations-in-org",
351347
351356
  "externalDocs": {
@@ -351355,7 +351364,7 @@
351355
351364
  "/orgs/{org}/teams/{team_slug}/team-sync/group-mappings": {
351356
351365
  "get": {
351357
351366
  "summary": "List IdP groups for a team",
351358
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351367
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351359
351368
  "tags": ["teams"],
351360
351369
  "operationId": "teams/list-idp-groups-in-org",
351361
351370
  "externalDocs": {
@@ -351367,7 +351376,7 @@
351367
351376
  },
351368
351377
  "patch": {
351369
351378
  "summary": "Create or update IdP group connections",
351370
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351379
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351371
351380
  "tags": ["teams"],
351372
351381
  "operationId": "teams/create-or-update-idp-group-connections-in-org",
351373
351382
  "externalDocs": {
@@ -351381,7 +351390,7 @@
351381
351390
  "/repos/{owner}/{repo}/actions/caches": {
351382
351391
  "get": {
351383
351392
  "summary": "List GitHub Actions caches for a repository",
351384
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351393
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351385
351394
  "tags": ["actions"],
351386
351395
  "operationId": "actions/get-actions-cache-list",
351387
351396
  "externalDocs": {
@@ -351393,7 +351402,7 @@
351393
351402
  },
351394
351403
  "delete": {
351395
351404
  "summary": "Delete GitHub Actions caches for a repository (using a cache key)",
351396
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351405
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351397
351406
  "tags": ["actions"],
351398
351407
  "operationId": "actions/delete-actions-cache-by-key",
351399
351408
  "externalDocs": {
@@ -351407,7 +351416,7 @@
351407
351416
  "/repos/{owner}/{repo}/actions/caches/{cache_id}": {
351408
351417
  "delete": {
351409
351418
  "summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
351410
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351419
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351411
351420
  "tags": ["actions"],
351412
351421
  "operationId": "actions/delete-actions-cache-by-id",
351413
351422
  "externalDocs": {
@@ -351421,7 +351430,7 @@
351421
351430
  "/repos/{owner}/{repo}/actions/oidc/customization/sub": {
351422
351431
  "get": {
351423
351432
  "summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
351424
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351433
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351425
351434
  "tags": ["actions"],
351426
351435
  "operationId": "actions/get-custom-oidc-sub-claim-for-repo",
351427
351436
  "externalDocs": {
@@ -351433,7 +351442,7 @@
351433
351442
  },
351434
351443
  "put": {
351435
351444
  "summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
351436
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351445
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351437
351446
  "tags": ["actions"],
351438
351447
  "operationId": "actions/set-custom-oidc-sub-claim-for-repo",
351439
351448
  "externalDocs": {
@@ -351447,7 +351456,7 @@
351447
351456
  "/repos/{owner}/{repo}/actions/permissions/workflow": {
351448
351457
  "get": {
351449
351458
  "summary": "Get default workflow permissions for a repository",
351450
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351459
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351451
351460
  "tags": ["actions"],
351452
351461
  "operationId": "actions/get-github-actions-default-workflow-permissions-repository",
351453
351462
  "externalDocs": {
@@ -351459,7 +351468,7 @@
351459
351468
  },
351460
351469
  "put": {
351461
351470
  "summary": "Set default workflow permissions for a repository",
351462
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351471
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351463
351472
  "tags": ["actions"],
351464
351473
  "operationId": "actions/set-github-actions-default-workflow-permissions-repository",
351465
351474
  "externalDocs": {
@@ -351473,7 +351482,7 @@
351473
351482
  "/repos/{owner}/{repo}/actions/runs/{run_id}/approve": {
351474
351483
  "post": {
351475
351484
  "summary": "Approve a workflow run for a fork pull request",
351476
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351485
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351477
351486
  "tags": ["actions"],
351478
351487
  "operationId": "actions/approve-workflow-run",
351479
351488
  "externalDocs": {
@@ -351487,7 +351496,7 @@
351487
351496
  "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {
351488
351497
  "get": {
351489
351498
  "summary": "Get workflow run usage",
351490
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351499
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351491
351500
  "tags": ["actions"],
351492
351501
  "operationId": "actions/get-workflow-run-usage",
351493
351502
  "externalDocs": {
@@ -351501,7 +351510,7 @@
351501
351510
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": {
351502
351511
  "get": {
351503
351512
  "summary": "Get workflow usage",
351504
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351513
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351505
351514
  "tags": ["actions"],
351506
351515
  "operationId": "actions/get-workflow-usage",
351507
351516
  "externalDocs": {
@@ -351515,7 +351524,7 @@
351515
351524
  "/repos/{owner}/{repo}/automated-security-fixes": {
351516
351525
  "put": {
351517
351526
  "summary": "Enable automated security fixes",
351518
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351527
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351519
351528
  "tags": ["repos"],
351520
351529
  "operationId": "repos/enable-automated-security-fixes",
351521
351530
  "externalDocs": {
@@ -351527,7 +351536,7 @@
351527
351536
  },
351528
351537
  "delete": {
351529
351538
  "summary": "Disable automated security fixes",
351530
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351539
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351531
351540
  "tags": ["repos"],
351532
351541
  "operationId": "repos/disable-automated-security-fixes",
351533
351542
  "externalDocs": {
@@ -351541,7 +351550,7 @@
351541
351550
  "/repos/{owner}/{repo}/codespaces": {
351542
351551
  "get": {
351543
351552
  "summary": "List codespaces in a repository for the authenticated user",
351544
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351553
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351545
351554
  "tags": ["codespaces"],
351546
351555
  "operationId": "codespaces/list-in-repository-for-authenticated-user",
351547
351556
  "externalDocs": {
@@ -351553,7 +351562,7 @@
351553
351562
  },
351554
351563
  "post": {
351555
351564
  "summary": "Create a codespace in a repository",
351556
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351565
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351557
351566
  "tags": ["codespaces"],
351558
351567
  "operationId": "codespaces/create-with-repo-for-authenticated-user",
351559
351568
  "externalDocs": {
@@ -351567,7 +351576,7 @@
351567
351576
  "/repos/{owner}/{repo}/codespaces/devcontainers": {
351568
351577
  "get": {
351569
351578
  "summary": "List devcontainer configurations in a repository for the authenticated user",
351570
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351579
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351571
351580
  "tags": ["codespaces"],
351572
351581
  "operationId": "codespaces/list-devcontainers-in-repository-for-authenticated-user",
351573
351582
  "externalDocs": {
@@ -351581,7 +351590,7 @@
351581
351590
  "/repos/{owner}/{repo}/codespaces/machines": {
351582
351591
  "get": {
351583
351592
  "summary": "List available machine types for a repository",
351584
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351593
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351585
351594
  "tags": ["codespaces"],
351586
351595
  "operationId": "codespaces/repo-machines-for-authenticated-user",
351587
351596
  "externalDocs": {
@@ -351595,7 +351604,7 @@
351595
351604
  "/repos/{owner}/{repo}/codespaces/secrets": {
351596
351605
  "get": {
351597
351606
  "summary": "List repository secrets",
351598
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351607
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351599
351608
  "tags": ["codespaces"],
351600
351609
  "operationId": "codespaces/list-repo-secrets",
351601
351610
  "externalDocs": {
@@ -351609,7 +351618,7 @@
351609
351618
  "/repos/{owner}/{repo}/codespaces/secrets/public-key": {
351610
351619
  "get": {
351611
351620
  "summary": "Get a repository public key",
351612
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351621
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351613
351622
  "tags": ["codespaces"],
351614
351623
  "operationId": "codespaces/get-repo-public-key",
351615
351624
  "externalDocs": {
@@ -351623,7 +351632,7 @@
351623
351632
  "/repos/{owner}/{repo}/codespaces/secrets/{secret_name}": {
351624
351633
  "get": {
351625
351634
  "summary": "Get a repository secret",
351626
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351635
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351627
351636
  "tags": ["codespaces"],
351628
351637
  "operationId": "codespaces/get-repo-secret",
351629
351638
  "externalDocs": {
@@ -351635,7 +351644,7 @@
351635
351644
  },
351636
351645
  "put": {
351637
351646
  "summary": "Create or update a repository secret",
351638
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351647
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351639
351648
  "tags": ["codespaces"],
351640
351649
  "operationId": "codespaces/create-or-update-repo-secret",
351641
351650
  "externalDocs": {
@@ -351647,7 +351656,7 @@
351647
351656
  },
351648
351657
  "delete": {
351649
351658
  "summary": "Delete a repository secret",
351650
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351659
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351651
351660
  "tags": ["codespaces"],
351652
351661
  "operationId": "codespaces/delete-repo-secret",
351653
351662
  "externalDocs": {
@@ -351661,7 +351670,7 @@
351661
351670
  "/repos/{owner}/{repo}/community/profile": {
351662
351671
  "get": {
351663
351672
  "summary": "Get community profile metrics",
351664
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351673
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351665
351674
  "tags": ["repos"],
351666
351675
  "operationId": "repos/get-community-profile-metrics",
351667
351676
  "externalDocs": {
@@ -351675,7 +351684,7 @@
351675
351684
  "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": {
351676
351685
  "get": {
351677
351686
  "summary": "Get a diff of the dependencies between commits",
351678
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351687
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351679
351688
  "tags": ["dependency-graph"],
351680
351689
  "operationId": "dependency-graph/diff-range",
351681
351690
  "externalDocs": {
@@ -351689,7 +351698,7 @@
351689
351698
  "/repos/{owner}/{repo}/dependency-graph/snapshots": {
351690
351699
  "post": {
351691
351700
  "summary": "Create a snapshot of dependencies for a repository",
351692
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351701
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351693
351702
  "tags": ["dependency-graph"],
351694
351703
  "operationId": "dependency-graph/create-repository-snapshot",
351695
351704
  "externalDocs": {
@@ -351703,7 +351712,7 @@
351703
351712
  "/repos/{owner}/{repo}/import": {
351704
351713
  "get": {
351705
351714
  "summary": "Get an import status",
351706
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351715
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351707
351716
  "tags": ["migrations"],
351708
351717
  "operationId": "migrations/get-import-status",
351709
351718
  "externalDocs": {
@@ -351715,7 +351724,7 @@
351715
351724
  },
351716
351725
  "put": {
351717
351726
  "summary": "Start an import",
351718
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351727
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351719
351728
  "tags": ["migrations"],
351720
351729
  "operationId": "migrations/start-import",
351721
351730
  "externalDocs": {
@@ -351727,7 +351736,7 @@
351727
351736
  },
351728
351737
  "delete": {
351729
351738
  "summary": "Cancel an import",
351730
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351739
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351731
351740
  "tags": ["migrations"],
351732
351741
  "operationId": "migrations/cancel-import",
351733
351742
  "externalDocs": {
@@ -351739,7 +351748,7 @@
351739
351748
  },
351740
351749
  "patch": {
351741
351750
  "summary": "Update an import",
351742
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351751
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351743
351752
  "tags": ["migrations"],
351744
351753
  "operationId": "migrations/update-import",
351745
351754
  "externalDocs": {
@@ -351753,7 +351762,7 @@
351753
351762
  "/repos/{owner}/{repo}/import/authors": {
351754
351763
  "get": {
351755
351764
  "summary": "Get commit authors",
351756
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351765
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351757
351766
  "tags": ["migrations"],
351758
351767
  "operationId": "migrations/get-commit-authors",
351759
351768
  "externalDocs": {
@@ -351767,7 +351776,7 @@
351767
351776
  "/repos/{owner}/{repo}/import/authors/{author_id}": {
351768
351777
  "patch": {
351769
351778
  "summary": "Map a commit author",
351770
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351779
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351771
351780
  "tags": ["migrations"],
351772
351781
  "operationId": "migrations/map-commit-author",
351773
351782
  "externalDocs": {
@@ -351781,7 +351790,7 @@
351781
351790
  "/repos/{owner}/{repo}/import/large_files": {
351782
351791
  "get": {
351783
351792
  "summary": "Get large files",
351784
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351793
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351785
351794
  "tags": ["migrations"],
351786
351795
  "operationId": "migrations/get-large-files",
351787
351796
  "externalDocs": {
@@ -351795,7 +351804,7 @@
351795
351804
  "/repos/{owner}/{repo}/import/lfs": {
351796
351805
  "patch": {
351797
351806
  "summary": "Update Git LFS preference",
351798
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351807
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351799
351808
  "tags": ["migrations"],
351800
351809
  "operationId": "migrations/set-lfs-preference",
351801
351810
  "externalDocs": {
@@ -351809,7 +351818,7 @@
351809
351818
  "/repos/{owner}/{repo}/interaction-limits": {
351810
351819
  "get": {
351811
351820
  "summary": "Get interaction restrictions for a repository",
351812
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351821
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351813
351822
  "tags": ["interactions"],
351814
351823
  "operationId": "interactions/get-restrictions-for-repo",
351815
351824
  "externalDocs": {
@@ -351821,7 +351830,7 @@
351821
351830
  },
351822
351831
  "put": {
351823
351832
  "summary": "Set interaction restrictions for a repository",
351824
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351833
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351825
351834
  "tags": ["interactions"],
351826
351835
  "operationId": "interactions/set-restrictions-for-repo",
351827
351836
  "externalDocs": {
@@ -351833,7 +351842,7 @@
351833
351842
  },
351834
351843
  "delete": {
351835
351844
  "summary": "Remove interaction restrictions for a repository",
351836
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351845
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351837
351846
  "tags": ["interactions"],
351838
351847
  "operationId": "interactions/remove-restrictions-for-repo",
351839
351848
  "externalDocs": {
@@ -351847,7 +351856,7 @@
351847
351856
  "/repos/{owner}/{repo}/pages/health": {
351848
351857
  "get": {
351849
351858
  "summary": "Get a DNS health check for GitHub Pages",
351850
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351859
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351851
351860
  "tags": ["repos"],
351852
351861
  "operationId": "repos/get-pages-health-check",
351853
351862
  "externalDocs": {
@@ -351861,7 +351870,7 @@
351861
351870
  "/repos/{owner}/{repo}/pulls/{pull_number}/codespaces": {
351862
351871
  "post": {
351863
351872
  "summary": "Create a codespace from a pull request",
351864
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351873
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351865
351874
  "tags": ["codespaces"],
351866
351875
  "operationId": "codespaces/create-with-pr-for-authenticated-user",
351867
351876
  "externalDocs": {
@@ -351875,7 +351884,7 @@
351875
351884
  "/repos/{owner}/{repo}/traffic/clones": {
351876
351885
  "get": {
351877
351886
  "summary": "Get repository clones",
351878
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351887
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351879
351888
  "tags": ["repos"],
351880
351889
  "operationId": "repos/get-clones",
351881
351890
  "externalDocs": {
@@ -351889,7 +351898,7 @@
351889
351898
  "/repos/{owner}/{repo}/traffic/popular/paths": {
351890
351899
  "get": {
351891
351900
  "summary": "Get top referral paths",
351892
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351901
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351893
351902
  "tags": ["repos"],
351894
351903
  "operationId": "repos/get-top-paths",
351895
351904
  "externalDocs": {
@@ -351903,7 +351912,7 @@
351903
351912
  "/repos/{owner}/{repo}/traffic/popular/referrers": {
351904
351913
  "get": {
351905
351914
  "summary": "Get top referral sources",
351906
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351915
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351907
351916
  "tags": ["repos"],
351908
351917
  "operationId": "repos/get-top-referrers",
351909
351918
  "externalDocs": {
@@ -351917,7 +351926,7 @@
351917
351926
  "/repos/{owner}/{repo}/traffic/views": {
351918
351927
  "get": {
351919
351928
  "summary": "Get page views",
351920
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351929
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351921
351930
  "tags": ["repos"],
351922
351931
  "operationId": "repos/get-views",
351923
351932
  "externalDocs": {
@@ -351931,7 +351940,7 @@
351931
351940
  "/repos/{owner}/{repo}/vulnerability-alerts": {
351932
351941
  "get": {
351933
351942
  "summary": "Check if vulnerability alerts are enabled for a repository",
351934
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351943
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351935
351944
  "tags": ["repos"],
351936
351945
  "operationId": "repos/check-vulnerability-alerts",
351937
351946
  "externalDocs": {
@@ -351943,7 +351952,7 @@
351943
351952
  },
351944
351953
  "put": {
351945
351954
  "summary": "Enable vulnerability alerts",
351946
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351955
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351947
351956
  "tags": ["repos"],
351948
351957
  "operationId": "repos/enable-vulnerability-alerts",
351949
351958
  "externalDocs": {
@@ -351955,7 +351964,7 @@
351955
351964
  },
351956
351965
  "delete": {
351957
351966
  "summary": "Disable vulnerability alerts",
351958
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351967
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351959
351968
  "tags": ["repos"],
351960
351969
  "operationId": "repos/disable-vulnerability-alerts",
351961
351970
  "externalDocs": {
@@ -351969,7 +351978,7 @@
351969
351978
  "/scim/v2/enterprises/{enterprise}/Groups": {
351970
351979
  "get": {
351971
351980
  "summary": "List provisioned SCIM groups for an enterprise",
351972
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351981
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351973
351982
  "operationId": "enterprise-admin/list-provisioned-groups-enterprise",
351974
351983
  "tags": ["enterprise-admin"],
351975
351984
  "externalDocs": {
@@ -351981,7 +351990,7 @@
351981
351990
  },
351982
351991
  "post": {
351983
351992
  "summary": "Provision a SCIM enterprise group and invite users",
351984
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
351993
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351985
351994
  "operationId": "enterprise-admin/provision-and-invite-enterprise-group",
351986
351995
  "tags": ["enterprise-admin"],
351987
351996
  "externalDocs": {
@@ -351995,7 +352004,7 @@
351995
352004
  "/scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}": {
351996
352005
  "get": {
351997
352006
  "summary": "Get SCIM provisioning information for an enterprise group",
351998
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352007
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
351999
352008
  "operationId": "enterprise-admin/get-provisioning-information-for-enterprise-group",
352000
352009
  "tags": ["enterprise-admin"],
352001
352010
  "externalDocs": {
@@ -352007,7 +352016,7 @@
352007
352016
  },
352008
352017
  "put": {
352009
352018
  "summary": "Set SCIM information for a provisioned enterprise group",
352010
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352019
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352011
352020
  "operationId": "enterprise-admin/set-information-for-provisioned-enterprise-group",
352012
352021
  "tags": ["enterprise-admin"],
352013
352022
  "externalDocs": {
@@ -352019,7 +352028,7 @@
352019
352028
  },
352020
352029
  "delete": {
352021
352030
  "summary": "Delete a SCIM group from an enterprise",
352022
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352031
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352023
352032
  "operationId": "enterprise-admin/delete-scim-group-from-enterprise",
352024
352033
  "tags": ["enterprise-admin"],
352025
352034
  "externalDocs": {
@@ -352031,7 +352040,7 @@
352031
352040
  },
352032
352041
  "patch": {
352033
352042
  "summary": "Update an attribute for a SCIM enterprise group",
352034
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352043
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352035
352044
  "operationId": "enterprise-admin/update-attribute-for-enterprise-group",
352036
352045
  "tags": ["enterprise-admin"],
352037
352046
  "externalDocs": {
@@ -352045,7 +352054,7 @@
352045
352054
  "/scim/v2/enterprises/{enterprise}/Users": {
352046
352055
  "get": {
352047
352056
  "summary": "List SCIM provisioned identities for an enterprise",
352048
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352057
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352049
352058
  "operationId": "enterprise-admin/list-provisioned-identities-enterprise",
352050
352059
  "tags": ["enterprise-admin"],
352051
352060
  "externalDocs": {
@@ -352057,7 +352066,7 @@
352057
352066
  },
352058
352067
  "post": {
352059
352068
  "summary": "Provision and invite a SCIM enterprise user",
352060
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352069
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352061
352070
  "operationId": "enterprise-admin/provision-and-invite-enterprise-user",
352062
352071
  "tags": ["enterprise-admin"],
352063
352072
  "externalDocs": {
@@ -352071,7 +352080,7 @@
352071
352080
  "/scim/v2/enterprises/{enterprise}/Users/{scim_user_id}": {
352072
352081
  "get": {
352073
352082
  "summary": "Get SCIM provisioning information for an enterprise user",
352074
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352083
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352075
352084
  "operationId": "enterprise-admin/get-provisioning-information-for-enterprise-user",
352076
352085
  "tags": ["enterprise-admin"],
352077
352086
  "externalDocs": {
@@ -352083,7 +352092,7 @@
352083
352092
  },
352084
352093
  "put": {
352085
352094
  "summary": "Set SCIM information for a provisioned enterprise user",
352086
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352095
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352087
352096
  "operationId": "enterprise-admin/set-information-for-provisioned-enterprise-user",
352088
352097
  "tags": ["enterprise-admin"],
352089
352098
  "externalDocs": {
@@ -352095,7 +352104,7 @@
352095
352104
  },
352096
352105
  "delete": {
352097
352106
  "summary": "Delete a SCIM user from an enterprise",
352098
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352107
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352099
352108
  "operationId": "enterprise-admin/delete-user-from-enterprise",
352100
352109
  "tags": ["enterprise-admin"],
352101
352110
  "externalDocs": {
@@ -352107,7 +352116,7 @@
352107
352116
  },
352108
352117
  "patch": {
352109
352118
  "summary": "Update an attribute for a SCIM enterprise user",
352110
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352119
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352111
352120
  "operationId": "enterprise-admin/update-attribute-for-enterprise-user",
352112
352121
  "tags": ["enterprise-admin"],
352113
352122
  "externalDocs": {
@@ -352121,7 +352130,7 @@
352121
352130
  "/scim/v2/organizations/{org}/Users": {
352122
352131
  "get": {
352123
352132
  "summary": "List SCIM provisioned identities",
352124
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352133
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352125
352134
  "tags": ["scim"],
352126
352135
  "operationId": "scim/list-provisioned-identities",
352127
352136
  "externalDocs": {
@@ -352133,7 +352142,7 @@
352133
352142
  },
352134
352143
  "post": {
352135
352144
  "summary": "Provision and invite a SCIM user",
352136
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352145
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352137
352146
  "tags": ["scim"],
352138
352147
  "operationId": "scim/provision-and-invite-user",
352139
352148
  "externalDocs": {
@@ -352147,7 +352156,7 @@
352147
352156
  "/scim/v2/organizations/{org}/Users/{scim_user_id}": {
352148
352157
  "get": {
352149
352158
  "summary": "Get SCIM provisioning information for a user",
352150
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352159
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352151
352160
  "tags": ["scim"],
352152
352161
  "operationId": "scim/get-provisioning-information-for-user",
352153
352162
  "externalDocs": {
@@ -352159,7 +352168,7 @@
352159
352168
  },
352160
352169
  "put": {
352161
352170
  "summary": "Update a provisioned organization membership",
352162
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352171
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352163
352172
  "tags": ["scim"],
352164
352173
  "operationId": "scim/set-information-for-provisioned-user",
352165
352174
  "externalDocs": {
@@ -352171,7 +352180,7 @@
352171
352180
  },
352172
352181
  "delete": {
352173
352182
  "summary": "Delete a SCIM user from an organization",
352174
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352183
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352175
352184
  "tags": ["scim"],
352176
352185
  "operationId": "scim/delete-user-from-org",
352177
352186
  "externalDocs": {
@@ -352183,7 +352192,7 @@
352183
352192
  },
352184
352193
  "patch": {
352185
352194
  "summary": "Update an attribute for a SCIM user",
352186
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352195
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352187
352196
  "tags": ["scim"],
352188
352197
  "operationId": "scim/update-attribute-for-user",
352189
352198
  "externalDocs": {
@@ -352197,7 +352206,7 @@
352197
352206
  "/teams/{team_id}/invitations": {
352198
352207
  "get": {
352199
352208
  "summary": "List pending team invitations (Legacy)",
352200
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352209
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352201
352210
  "tags": ["teams"],
352202
352211
  "operationId": "teams/list-pending-invitations-legacy",
352203
352212
  "externalDocs": {
@@ -352212,7 +352221,7 @@
352212
352221
  "/teams/{team_id}/team-sync/group-mappings": {
352213
352222
  "get": {
352214
352223
  "summary": "List IdP groups for a team (Legacy)",
352215
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352224
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352216
352225
  "tags": ["teams"],
352217
352226
  "operationId": "teams/list-idp-groups-for-legacy",
352218
352227
  "externalDocs": {
@@ -352225,7 +352234,7 @@
352225
352234
  },
352226
352235
  "patch": {
352227
352236
  "summary": "Create or update IdP group connections (Legacy)",
352228
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352237
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352229
352238
  "tags": ["teams"],
352230
352239
  "operationId": "teams/create-or-update-idp-group-connections-legacy",
352231
352240
  "externalDocs": {
@@ -352240,7 +352249,7 @@
352240
352249
  "/user/blocks": {
352241
352250
  "get": {
352242
352251
  "summary": "List users blocked by the authenticated user",
352243
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352252
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352244
352253
  "tags": ["users"],
352245
352254
  "operationId": "users/list-blocked-by-authenticated-user",
352246
352255
  "externalDocs": {
@@ -352254,7 +352263,7 @@
352254
352263
  "/user/blocks/{username}": {
352255
352264
  "get": {
352256
352265
  "summary": "Check if a user is blocked by the authenticated user",
352257
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352266
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352258
352267
  "tags": ["users"],
352259
352268
  "operationId": "users/check-blocked",
352260
352269
  "externalDocs": {
@@ -352266,7 +352275,7 @@
352266
352275
  },
352267
352276
  "put": {
352268
352277
  "summary": "Block a user",
352269
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352278
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352270
352279
  "tags": ["users"],
352271
352280
  "operationId": "users/block",
352272
352281
  "externalDocs": {
@@ -352278,7 +352287,7 @@
352278
352287
  },
352279
352288
  "delete": {
352280
352289
  "summary": "Unblock a user",
352281
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352290
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352282
352291
  "tags": ["users"],
352283
352292
  "operationId": "users/unblock",
352284
352293
  "externalDocs": {
@@ -352292,7 +352301,7 @@
352292
352301
  "/user/codespaces": {
352293
352302
  "get": {
352294
352303
  "summary": "List codespaces for the authenticated user",
352295
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352304
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352296
352305
  "tags": ["codespaces"],
352297
352306
  "operationId": "codespaces/list-for-authenticated-user",
352298
352307
  "externalDocs": {
@@ -352304,7 +352313,7 @@
352304
352313
  },
352305
352314
  "post": {
352306
352315
  "summary": "Create a codespace for the authenticated user",
352307
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352316
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352308
352317
  "tags": ["codespaces"],
352309
352318
  "operationId": "codespaces/create-for-authenticated-user",
352310
352319
  "externalDocs": {
@@ -352318,7 +352327,7 @@
352318
352327
  "/user/codespaces/secrets": {
352319
352328
  "get": {
352320
352329
  "summary": "List secrets for the authenticated user",
352321
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352330
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352322
352331
  "tags": ["codespaces"],
352323
352332
  "operationId": "codespaces/list-secrets-for-authenticated-user",
352324
352333
  "externalDocs": {
@@ -352332,7 +352341,7 @@
352332
352341
  "/user/codespaces/secrets/public-key": {
352333
352342
  "get": {
352334
352343
  "summary": "Get public key for the authenticated user",
352335
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352344
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352336
352345
  "tags": ["codespaces"],
352337
352346
  "operationId": "codespaces/get-public-key-for-authenticated-user",
352338
352347
  "externalDocs": {
@@ -352346,7 +352355,7 @@
352346
352355
  "/user/codespaces/secrets/{secret_name}": {
352347
352356
  "get": {
352348
352357
  "summary": "Get a secret for the authenticated user",
352349
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352358
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352350
352359
  "tags": ["codespaces"],
352351
352360
  "operationId": "codespaces/get-secret-for-authenticated-user",
352352
352361
  "externalDocs": {
@@ -352358,7 +352367,7 @@
352358
352367
  },
352359
352368
  "put": {
352360
352369
  "summary": "Create or update a secret for the authenticated user",
352361
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352370
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352362
352371
  "tags": ["codespaces"],
352363
352372
  "operationId": "codespaces/create-or-update-secret-for-authenticated-user",
352364
352373
  "externalDocs": {
@@ -352370,7 +352379,7 @@
352370
352379
  },
352371
352380
  "delete": {
352372
352381
  "summary": "Delete a secret for the authenticated user",
352373
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352382
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352374
352383
  "tags": ["codespaces"],
352375
352384
  "operationId": "codespaces/delete-secret-for-authenticated-user",
352376
352385
  "externalDocs": {
@@ -352384,7 +352393,7 @@
352384
352393
  "/user/codespaces/secrets/{secret_name}/repositories": {
352385
352394
  "get": {
352386
352395
  "summary": "List selected repositories for a user secret",
352387
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352396
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352388
352397
  "tags": ["codespaces"],
352389
352398
  "operationId": "codespaces/list-repositories-for-secret-for-authenticated-user",
352390
352399
  "externalDocs": {
@@ -352396,7 +352405,7 @@
352396
352405
  },
352397
352406
  "put": {
352398
352407
  "summary": "Set selected repositories for a user secret",
352399
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352408
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352400
352409
  "tags": ["codespaces"],
352401
352410
  "operationId": "codespaces/set-repositories-for-secret-for-authenticated-user",
352402
352411
  "externalDocs": {
@@ -352410,7 +352419,7 @@
352410
352419
  "/user/codespaces/secrets/{secret_name}/repositories/{repository_id}": {
352411
352420
  "put": {
352412
352421
  "summary": "Add a selected repository to a user secret",
352413
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352422
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352414
352423
  "tags": ["codespaces"],
352415
352424
  "operationId": "codespaces/add-repository-for-secret-for-authenticated-user",
352416
352425
  "externalDocs": {
@@ -352422,7 +352431,7 @@
352422
352431
  },
352423
352432
  "delete": {
352424
352433
  "summary": "Remove a selected repository from a user secret",
352425
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352434
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352426
352435
  "tags": ["codespaces"],
352427
352436
  "operationId": "codespaces/remove-repository-for-secret-for-authenticated-user",
352428
352437
  "externalDocs": {
@@ -352436,7 +352445,7 @@
352436
352445
  "/user/codespaces/{codespace_name}": {
352437
352446
  "get": {
352438
352447
  "summary": "Get a codespace for the authenticated user",
352439
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352448
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352440
352449
  "tags": ["codespaces"],
352441
352450
  "operationId": "codespaces/get-for-authenticated-user",
352442
352451
  "externalDocs": {
@@ -352448,7 +352457,7 @@
352448
352457
  },
352449
352458
  "delete": {
352450
352459
  "summary": "Delete a codespace for the authenticated user",
352451
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352460
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352452
352461
  "tags": ["codespaces"],
352453
352462
  "operationId": "codespaces/delete-for-authenticated-user",
352454
352463
  "externalDocs": {
@@ -352460,7 +352469,7 @@
352460
352469
  },
352461
352470
  "patch": {
352462
352471
  "summary": "Update a codespace for the authenticated user",
352463
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352472
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352464
352473
  "tags": ["codespaces"],
352465
352474
  "operationId": "codespaces/update-for-authenticated-user",
352466
352475
  "externalDocs": {
@@ -352474,7 +352483,7 @@
352474
352483
  "/user/codespaces/{codespace_name}/exports": {
352475
352484
  "post": {
352476
352485
  "summary": "Export a codespace for the authenticated user",
352477
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352486
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352478
352487
  "tags": ["codespaces"],
352479
352488
  "operationId": "codespaces/export-for-authenticated-user",
352480
352489
  "x-octokit": { "api.github.com": "removed" },
@@ -352484,7 +352493,7 @@
352484
352493
  "/user/codespaces/{codespace_name}/exports/{export_id}": {
352485
352494
  "get": {
352486
352495
  "summary": "Get details about a codespace export",
352487
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352496
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352488
352497
  "tags": ["codespaces"],
352489
352498
  "operationId": "codespaces/get-export-details-for-authenticated-user",
352490
352499
  "x-octokit": { "api.github.com": "removed" },
@@ -352494,7 +352503,7 @@
352494
352503
  "/user/codespaces/{codespace_name}/machines": {
352495
352504
  "get": {
352496
352505
  "summary": "List machine types for a codespace",
352497
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352506
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352498
352507
  "tags": ["codespaces"],
352499
352508
  "operationId": "codespaces/codespace-machines-for-authenticated-user",
352500
352509
  "externalDocs": {
@@ -352508,7 +352517,7 @@
352508
352517
  "/user/codespaces/{codespace_name}/start": {
352509
352518
  "post": {
352510
352519
  "summary": "Start a codespace for the authenticated user",
352511
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352520
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352512
352521
  "tags": ["codespaces"],
352513
352522
  "operationId": "codespaces/start-for-authenticated-user",
352514
352523
  "externalDocs": {
@@ -352522,7 +352531,7 @@
352522
352531
  "/user/codespaces/{codespace_name}/stop": {
352523
352532
  "post": {
352524
352533
  "summary": "Stop a codespace for the authenticated user",
352525
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352534
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352526
352535
  "tags": ["codespaces"],
352527
352536
  "operationId": "codespaces/stop-for-authenticated-user",
352528
352537
  "externalDocs": {
@@ -352536,7 +352545,7 @@
352536
352545
  "/user/email/visibility": {
352537
352546
  "patch": {
352538
352547
  "summary": "Set primary email visibility for the authenticated user",
352539
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352548
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352540
352549
  "tags": ["users"],
352541
352550
  "operationId": "users/set-primary-email-visibility-for-authenticated-user",
352542
352551
  "externalDocs": {
@@ -352550,7 +352559,7 @@
352550
352559
  "/user/interaction-limits": {
352551
352560
  "get": {
352552
352561
  "summary": "Get interaction restrictions for your public repositories",
352553
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352562
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352554
352563
  "tags": ["interactions"],
352555
352564
  "operationId": "interactions/get-restrictions-for-authenticated-user",
352556
352565
  "externalDocs": {
@@ -352562,7 +352571,7 @@
352562
352571
  },
352563
352572
  "put": {
352564
352573
  "summary": "Set interaction restrictions for your public repositories",
352565
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352574
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352566
352575
  "tags": ["interactions"],
352567
352576
  "operationId": "interactions/set-restrictions-for-authenticated-user",
352568
352577
  "externalDocs": {
@@ -352574,7 +352583,7 @@
352574
352583
  },
352575
352584
  "delete": {
352576
352585
  "summary": "Remove interaction restrictions from your public repositories",
352577
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352586
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352578
352587
  "tags": ["interactions"],
352579
352588
  "operationId": "interactions/remove-restrictions-for-authenticated-user",
352580
352589
  "externalDocs": {
@@ -352588,7 +352597,7 @@
352588
352597
  "/user/marketplace_purchases": {
352589
352598
  "get": {
352590
352599
  "summary": "List subscriptions for the authenticated user",
352591
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352600
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352592
352601
  "tags": ["apps"],
352593
352602
  "operationId": "apps/list-subscriptions-for-authenticated-user",
352594
352603
  "externalDocs": {
@@ -352602,7 +352611,7 @@
352602
352611
  "/user/marketplace_purchases/stubbed": {
352603
352612
  "get": {
352604
352613
  "summary": "List subscriptions for the authenticated user (stubbed)",
352605
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352614
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352606
352615
  "tags": ["apps"],
352607
352616
  "operationId": "apps/list-subscriptions-for-authenticated-user-stubbed",
352608
352617
  "externalDocs": {
@@ -352616,7 +352625,7 @@
352616
352625
  "/user/migrations/{migration_id}": {
352617
352626
  "get": {
352618
352627
  "summary": "Get a user migration status",
352619
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352628
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352620
352629
  "tags": ["migrations"],
352621
352630
  "operationId": "migrations/get-status-for-authenticated-user",
352622
352631
  "externalDocs": {
@@ -352630,7 +352639,7 @@
352630
352639
  "/user/migrations/{migration_id}/repos/{repo_name}/lock": {
352631
352640
  "delete": {
352632
352641
  "summary": "Unlock a user repository",
352633
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352642
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352634
352643
  "tags": ["migrations"],
352635
352644
  "operationId": "migrations/unlock-repo-for-authenticated-user",
352636
352645
  "externalDocs": {
@@ -352644,7 +352653,7 @@
352644
352653
  "/user/packages": {
352645
352654
  "get": {
352646
352655
  "summary": "List packages for the authenticated user's namespace",
352647
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352656
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352648
352657
  "tags": ["packages"],
352649
352658
  "operationId": "packages/list-packages-for-authenticated-user",
352650
352659
  "externalDocs": {
@@ -352658,7 +352667,7 @@
352658
352667
  "/user/packages/{package_type}/{package_name}": {
352659
352668
  "get": {
352660
352669
  "summary": "Get a package for the authenticated user",
352661
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352670
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352662
352671
  "tags": ["packages"],
352663
352672
  "operationId": "packages/get-package-for-authenticated-user",
352664
352673
  "externalDocs": {
@@ -352670,7 +352679,7 @@
352670
352679
  },
352671
352680
  "delete": {
352672
352681
  "summary": "Delete a package for the authenticated user",
352673
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352682
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352674
352683
  "tags": ["packages"],
352675
352684
  "operationId": "packages/delete-package-for-authenticated-user",
352676
352685
  "externalDocs": {
@@ -352684,7 +352693,7 @@
352684
352693
  "/user/packages/{package_type}/{package_name}/restore": {
352685
352694
  "post": {
352686
352695
  "summary": "Restore a package for the authenticated user",
352687
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352696
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352688
352697
  "tags": ["packages"],
352689
352698
  "operationId": "packages/restore-package-for-authenticated-user",
352690
352699
  "externalDocs": {
@@ -352698,7 +352707,7 @@
352698
352707
  "/user/packages/{package_type}/{package_name}/versions": {
352699
352708
  "get": {
352700
352709
  "summary": "Get all package versions for a package owned by the authenticated user",
352701
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352710
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352702
352711
  "tags": ["packages"],
352703
352712
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
352704
352713
  "externalDocs": {
@@ -352712,7 +352721,7 @@
352712
352721
  "/user/packages/{package_type}/{package_name}/versions/{package_version_id}": {
352713
352722
  "get": {
352714
352723
  "summary": "Get a package version for the authenticated user",
352715
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352724
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352716
352725
  "tags": ["packages"],
352717
352726
  "operationId": "packages/get-package-version-for-authenticated-user",
352718
352727
  "externalDocs": {
@@ -352724,7 +352733,7 @@
352724
352733
  },
352725
352734
  "delete": {
352726
352735
  "summary": "Delete a package version for the authenticated user",
352727
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352736
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352728
352737
  "tags": ["packages"],
352729
352738
  "operationId": "packages/delete-package-version-for-authenticated-user",
352730
352739
  "externalDocs": {
@@ -352738,7 +352747,7 @@
352738
352747
  "/user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
352739
352748
  "post": {
352740
352749
  "summary": "Restore a package version for the authenticated user",
352741
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352750
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352742
352751
  "tags": ["packages"],
352743
352752
  "operationId": "packages/restore-package-version-for-authenticated-user",
352744
352753
  "externalDocs": {
@@ -352752,7 +352761,7 @@
352752
352761
  "/users/{username}/packages": {
352753
352762
  "get": {
352754
352763
  "summary": "List packages for a user",
352755
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352764
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352756
352765
  "tags": ["packages"],
352757
352766
  "operationId": "packages/list-packages-for-user",
352758
352767
  "externalDocs": {
@@ -352766,7 +352775,7 @@
352766
352775
  "/users/{username}/packages/{package_type}/{package_name}": {
352767
352776
  "get": {
352768
352777
  "summary": "Get a package for a user",
352769
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352778
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352770
352779
  "tags": ["packages"],
352771
352780
  "operationId": "packages/get-package-for-user",
352772
352781
  "externalDocs": {
@@ -352778,7 +352787,7 @@
352778
352787
  },
352779
352788
  "delete": {
352780
352789
  "summary": "Delete a package for a user",
352781
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352790
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352782
352791
  "tags": ["packages"],
352783
352792
  "operationId": "packages/delete-package-for-user",
352784
352793
  "externalDocs": {
@@ -352792,7 +352801,7 @@
352792
352801
  "/users/{username}/packages/{package_type}/{package_name}/restore": {
352793
352802
  "post": {
352794
352803
  "summary": "Restore a package for a user",
352795
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352804
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352796
352805
  "tags": ["packages"],
352797
352806
  "operationId": "packages/restore-package-for-user",
352798
352807
  "externalDocs": {
@@ -352806,7 +352815,7 @@
352806
352815
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
352807
352816
  "get": {
352808
352817
  "summary": "Get all package versions for a package owned by a user",
352809
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352818
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352810
352819
  "tags": ["packages"],
352811
352820
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
352812
352821
  "externalDocs": {
@@ -352820,7 +352829,7 @@
352820
352829
  "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}": {
352821
352830
  "get": {
352822
352831
  "summary": "Get a package version for a user",
352823
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352832
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352824
352833
  "tags": ["packages"],
352825
352834
  "operationId": "packages/get-package-version-for-user",
352826
352835
  "externalDocs": {
@@ -352832,7 +352841,7 @@
352832
352841
  },
352833
352842
  "delete": {
352834
352843
  "summary": "Delete package version for a user",
352835
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352844
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352836
352845
  "tags": ["packages"],
352837
352846
  "operationId": "packages/delete-package-version-for-user",
352838
352847
  "externalDocs": {
@@ -352846,7 +352855,7 @@
352846
352855
  "/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore": {
352847
352856
  "post": {
352848
352857
  "summary": "Restore package version for a user",
352849
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352858
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352850
352859
  "tags": ["packages"],
352851
352860
  "operationId": "packages/restore-package-version-for-user",
352852
352861
  "externalDocs": {
@@ -352860,7 +352869,7 @@
352860
352869
  "/users/{username}/settings/billing/actions": {
352861
352870
  "get": {
352862
352871
  "summary": "Get GitHub Actions billing for a user",
352863
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352872
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352864
352873
  "operationId": "billing/get-github-actions-billing-user",
352865
352874
  "tags": ["billing"],
352866
352875
  "externalDocs": {
@@ -352874,7 +352883,7 @@
352874
352883
  "/users/{username}/settings/billing/packages": {
352875
352884
  "get": {
352876
352885
  "summary": "Get GitHub Packages billing for a user",
352877
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352886
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352878
352887
  "operationId": "billing/get-github-packages-billing-user",
352879
352888
  "tags": ["billing"],
352880
352889
  "externalDocs": {
@@ -352888,7 +352897,7 @@
352888
352897
  "/users/{username}/settings/billing/shared-storage": {
352889
352898
  "get": {
352890
352899
  "summary": "Get shared storage billing for a user",
352891
- "description": "This endpoint does not exist ghes-3.5. It was added in api.github.com",
352900
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.5. It was added in api.github.com",
352892
352901
  "operationId": "billing/get-shared-storage-billing-user",
352893
352902
  "tags": ["billing"],
352894
352903
  "externalDocs": {