@octokit/openapi 6.5.0 → 6.6.2
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.
- package/generated/api.github.com.deref.json +48 -5
- package/generated/api.github.com.json +54 -3
- package/generated/ghes-3.2-anicca-diff-to-ghes-3.3.deref.json +3232 -174
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +148129 -3632
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +19589 -2088
- package/generated/ghes-3.2.deref.json +146 -792
- package/generated/ghes-3.2.json +185 -185
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +40 -6
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +96 -54
- package/generated/ghes-3.3.deref.json +81 -47
- package/generated/ghes-3.3.json +178 -136
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +49 -49
- package/generated/ghes-3.4.deref.json +71 -28
- package/generated/ghes-3.4.json +147 -96
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +11 -2
- package/generated/ghes-3.5-diff-to-api.github.com.json +205 -422
- package/generated/ghes-3.5.deref.json +220 -177
- package/generated/ghes-3.5.json +591 -766
- package/generated/github.ae-diff-to-api.github.com.deref.json +10 -1
- package/generated/github.ae-diff-to-api.github.com.json +153 -338
- package/generated/github.ae.deref.json +267 -258
- package/generated/github.ae.json +667 -852
- package/package.json +7 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.6.2",
|
|
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" },
|
|
@@ -14458,6 +14458,18 @@
|
|
|
14458
14458
|
"type": "string"
|
|
14459
14459
|
}
|
|
14460
14460
|
}
|
|
14461
|
+
},
|
|
14462
|
+
"examples": {
|
|
14463
|
+
"default": {
|
|
14464
|
+
"summary": "Create an authorization",
|
|
14465
|
+
"value": {
|
|
14466
|
+
"scopes": ["public_repo"],
|
|
14467
|
+
"note": "optional note",
|
|
14468
|
+
"note_url": "http://optional/note/url",
|
|
14469
|
+
"client_id": "abcde12345fghij67890",
|
|
14470
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f"
|
|
14471
|
+
}
|
|
14472
|
+
}
|
|
14461
14473
|
}
|
|
14462
14474
|
}
|
|
14463
14475
|
}
|
|
@@ -15091,9 +15103,9 @@
|
|
|
15091
15103
|
"name": "client_id",
|
|
15092
15104
|
"in": "path",
|
|
15093
15105
|
"required": true,
|
|
15094
|
-
"description": "The client ID of the
|
|
15106
|
+
"description": "The client ID of the OAuth app.",
|
|
15095
15107
|
"schema": { "type": "string" },
|
|
15096
|
-
"examples": { "default": { "value": "
|
|
15108
|
+
"examples": { "default": { "value": "abcde12345fghij67890" } }
|
|
15097
15109
|
}
|
|
15098
15110
|
],
|
|
15099
15111
|
"requestBody": {
|
|
@@ -15130,6 +15142,17 @@
|
|
|
15130
15142
|
},
|
|
15131
15143
|
"required": ["client_secret"],
|
|
15132
15144
|
"type": "object"
|
|
15145
|
+
},
|
|
15146
|
+
"examples": {
|
|
15147
|
+
"default": {
|
|
15148
|
+
"summary": "Create an authorization for an app",
|
|
15149
|
+
"value": {
|
|
15150
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
|
|
15151
|
+
"scopes": ["public_repo"],
|
|
15152
|
+
"note": "optional note",
|
|
15153
|
+
"note_url": "http://optional/note/url"
|
|
15154
|
+
}
|
|
15155
|
+
}
|
|
15133
15156
|
}
|
|
15134
15157
|
}
|
|
15135
15158
|
}
|
|
@@ -16248,9 +16271,9 @@
|
|
|
16248
16271
|
"name": "client_id",
|
|
16249
16272
|
"in": "path",
|
|
16250
16273
|
"required": true,
|
|
16251
|
-
"description": "The client ID of the
|
|
16274
|
+
"description": "The client ID of the OAuth app.",
|
|
16252
16275
|
"schema": { "type": "string" },
|
|
16253
|
-
"examples": { "default": { "value": "
|
|
16276
|
+
"examples": { "default": { "value": "abcde12345fghij67890" } }
|
|
16254
16277
|
},
|
|
16255
16278
|
{
|
|
16256
16279
|
"name": "fingerprint",
|
|
@@ -16289,6 +16312,17 @@
|
|
|
16289
16312
|
},
|
|
16290
16313
|
"required": ["client_secret"],
|
|
16291
16314
|
"type": "object"
|
|
16315
|
+
},
|
|
16316
|
+
"examples": {
|
|
16317
|
+
"default": {
|
|
16318
|
+
"summary": "Create an authorization for an app and fingerprint",
|
|
16319
|
+
"value": {
|
|
16320
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
|
|
16321
|
+
"scopes": ["public_repo"],
|
|
16322
|
+
"note": "optional note",
|
|
16323
|
+
"note_url": "http://optional/note/url"
|
|
16324
|
+
}
|
|
16325
|
+
}
|
|
16292
16326
|
}
|
|
16293
16327
|
}
|
|
16294
16328
|
}
|
|
@@ -47108,7 +47142,7 @@
|
|
|
47108
47142
|
},
|
|
47109
47143
|
"members_allowed_repository_creation_type": {
|
|
47110
47144
|
"type": "string",
|
|
47111
|
-
"description": "Specifies which types of repositories non-admin organization members can create.
|
|
47145
|
+
"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.",
|
|
47112
47146
|
"enum": ["all", "private", "none"]
|
|
47113
47147
|
},
|
|
47114
47148
|
"members_can_create_pages": {
|
|
@@ -327812,7 +327846,7 @@
|
|
|
327812
327846
|
"/enterprises/{enterprise}/actions/runners/{runner_id}/labels": {
|
|
327813
327847
|
"get": {
|
|
327814
327848
|
"summary": "List labels for a self-hosted runner for an enterprise",
|
|
327815
|
-
"description": "This endpoint does not exist
|
|
327849
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327816
327850
|
"tags": ["enterprise-admin"],
|
|
327817
327851
|
"operationId": "enterprise-admin/list-labels-for-self-hosted-runner-for-enterprise",
|
|
327818
327852
|
"externalDocs": {
|
|
@@ -327824,7 +327858,7 @@
|
|
|
327824
327858
|
},
|
|
327825
327859
|
"put": {
|
|
327826
327860
|
"summary": "Set custom labels for a self-hosted runner for an enterprise",
|
|
327827
|
-
"description": "This endpoint does not exist
|
|
327861
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327828
327862
|
"tags": ["enterprise-admin"],
|
|
327829
327863
|
"operationId": "enterprise-admin/set-custom-labels-for-self-hosted-runner-for-enterprise",
|
|
327830
327864
|
"externalDocs": {
|
|
@@ -327836,7 +327870,7 @@
|
|
|
327836
327870
|
},
|
|
327837
327871
|
"post": {
|
|
327838
327872
|
"summary": "Add custom labels to a self-hosted runner for an enterprise",
|
|
327839
|
-
"description": "This endpoint does not exist
|
|
327873
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327840
327874
|
"tags": ["enterprise-admin"],
|
|
327841
327875
|
"operationId": "enterprise-admin/add-custom-labels-to-self-hosted-runner-for-enterprise",
|
|
327842
327876
|
"externalDocs": {
|
|
@@ -327848,7 +327882,7 @@
|
|
|
327848
327882
|
},
|
|
327849
327883
|
"delete": {
|
|
327850
327884
|
"summary": "Remove all custom labels from a self-hosted runner for an enterprise",
|
|
327851
|
-
"description": "This endpoint does not exist
|
|
327885
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327852
327886
|
"tags": ["enterprise-admin"],
|
|
327853
327887
|
"operationId": "enterprise-admin/remove-all-custom-labels-from-self-hosted-runner-for-enterprise",
|
|
327854
327888
|
"externalDocs": {
|
|
@@ -327862,7 +327896,7 @@
|
|
|
327862
327896
|
"/enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}": {
|
|
327863
327897
|
"delete": {
|
|
327864
327898
|
"summary": "Remove a custom label from a self-hosted runner for an enterprise",
|
|
327865
|
-
"description": "This endpoint does not exist
|
|
327899
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327866
327900
|
"tags": ["enterprise-admin"],
|
|
327867
327901
|
"operationId": "enterprise-admin/remove-custom-label-from-self-hosted-runner-for-enterprise",
|
|
327868
327902
|
"externalDocs": {
|
|
@@ -327876,7 +327910,7 @@
|
|
|
327876
327910
|
"/enterprises/{enterprise}/secret-scanning/alerts": {
|
|
327877
327911
|
"get": {
|
|
327878
327912
|
"summary": "List secret scanning alerts for an enterprise",
|
|
327879
|
-
"description": "This endpoint does not exist
|
|
327913
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327880
327914
|
"tags": ["secret-scanning"],
|
|
327881
327915
|
"operationId": "secret-scanning/list-alerts-for-enterprise",
|
|
327882
327916
|
"externalDocs": {
|
|
@@ -327890,7 +327924,7 @@
|
|
|
327890
327924
|
"/enterprises/{enterprise}/settings/billing/advanced-security": {
|
|
327891
327925
|
"get": {
|
|
327892
327926
|
"summary": "Get GitHub Advanced Security active committers for an enterprise",
|
|
327893
|
-
"description": "This endpoint does not exist
|
|
327927
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327894
327928
|
"tags": ["billing"],
|
|
327895
327929
|
"operationId": "billing/get-github-advanced-security-billing-ghe",
|
|
327896
327930
|
"externalDocs": {
|
|
@@ -327904,7 +327938,7 @@
|
|
|
327904
327938
|
"/organizations/{organization_id}/custom_roles": {
|
|
327905
327939
|
"get": {
|
|
327906
327940
|
"summary": "List custom repository roles in an organization",
|
|
327907
|
-
"description": "This endpoint does not exist
|
|
327941
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327908
327942
|
"tags": ["orgs"],
|
|
327909
327943
|
"operationId": "orgs/list-custom-roles",
|
|
327910
327944
|
"externalDocs": {
|
|
@@ -327918,7 +327952,7 @@
|
|
|
327918
327952
|
"/orgs/{org}/actions/runners/{runner_id}/labels": {
|
|
327919
327953
|
"get": {
|
|
327920
327954
|
"summary": "List labels for a self-hosted runner for an organization",
|
|
327921
|
-
"description": "This endpoint does not exist
|
|
327955
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327922
327956
|
"tags": ["actions"],
|
|
327923
327957
|
"operationId": "actions/list-labels-for-self-hosted-runner-for-org",
|
|
327924
327958
|
"externalDocs": {
|
|
@@ -327930,7 +327964,7 @@
|
|
|
327930
327964
|
},
|
|
327931
327965
|
"put": {
|
|
327932
327966
|
"summary": "Set custom labels for a self-hosted runner for an organization",
|
|
327933
|
-
"description": "This endpoint does not exist
|
|
327967
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327934
327968
|
"tags": ["actions"],
|
|
327935
327969
|
"operationId": "actions/set-custom-labels-for-self-hosted-runner-for-org",
|
|
327936
327970
|
"externalDocs": {
|
|
@@ -327942,7 +327976,7 @@
|
|
|
327942
327976
|
},
|
|
327943
327977
|
"post": {
|
|
327944
327978
|
"summary": "Add custom labels to a self-hosted runner for an organization",
|
|
327945
|
-
"description": "This endpoint does not exist
|
|
327979
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327946
327980
|
"tags": ["actions"],
|
|
327947
327981
|
"operationId": "actions/add-custom-labels-to-self-hosted-runner-for-org",
|
|
327948
327982
|
"externalDocs": {
|
|
@@ -327954,7 +327988,7 @@
|
|
|
327954
327988
|
},
|
|
327955
327989
|
"delete": {
|
|
327956
327990
|
"summary": "Remove all custom labels from a self-hosted runner for an organization",
|
|
327957
|
-
"description": "This endpoint does not exist
|
|
327991
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327958
327992
|
"tags": ["actions"],
|
|
327959
327993
|
"operationId": "actions/remove-all-custom-labels-from-self-hosted-runner-for-org",
|
|
327960
327994
|
"externalDocs": {
|
|
@@ -327968,7 +328002,7 @@
|
|
|
327968
328002
|
"/orgs/{org}/actions/runners/{runner_id}/labels/{name}": {
|
|
327969
328003
|
"delete": {
|
|
327970
328004
|
"summary": "Remove a custom label from a self-hosted runner for an organization",
|
|
327971
|
-
"description": "This endpoint does not exist
|
|
328005
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327972
328006
|
"tags": ["actions"],
|
|
327973
328007
|
"operationId": "actions/remove-custom-label-from-self-hosted-runner-for-org",
|
|
327974
328008
|
"externalDocs": {
|
|
@@ -327982,7 +328016,7 @@
|
|
|
327982
328016
|
"/orgs/{org}/dependabot/secrets": {
|
|
327983
328017
|
"get": {
|
|
327984
328018
|
"summary": "List organization secrets",
|
|
327985
|
-
"description": "This endpoint does not exist
|
|
328019
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
327986
328020
|
"tags": ["dependabot"],
|
|
327987
328021
|
"operationId": "dependabot/list-org-secrets",
|
|
327988
328022
|
"externalDocs": {
|
|
@@ -327996,7 +328030,7 @@
|
|
|
327996
328030
|
"/orgs/{org}/dependabot/secrets/public-key": {
|
|
327997
328031
|
"get": {
|
|
327998
328032
|
"summary": "Get an organization public key",
|
|
327999
|
-
"description": "This endpoint does not exist
|
|
328033
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328000
328034
|
"tags": ["dependabot"],
|
|
328001
328035
|
"operationId": "dependabot/get-org-public-key",
|
|
328002
328036
|
"externalDocs": {
|
|
@@ -328010,7 +328044,7 @@
|
|
|
328010
328044
|
"/orgs/{org}/dependabot/secrets/{secret_name}": {
|
|
328011
328045
|
"get": {
|
|
328012
328046
|
"summary": "Get an organization secret",
|
|
328013
|
-
"description": "This endpoint does not exist
|
|
328047
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328014
328048
|
"tags": ["dependabot"],
|
|
328015
328049
|
"operationId": "dependabot/get-org-secret",
|
|
328016
328050
|
"externalDocs": {
|
|
@@ -328022,7 +328056,7 @@
|
|
|
328022
328056
|
},
|
|
328023
328057
|
"put": {
|
|
328024
328058
|
"summary": "Create or update an organization secret",
|
|
328025
|
-
"description": "This endpoint does not exist
|
|
328059
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328026
328060
|
"tags": ["dependabot"],
|
|
328027
328061
|
"operationId": "dependabot/create-or-update-org-secret",
|
|
328028
328062
|
"externalDocs": {
|
|
@@ -328034,7 +328068,7 @@
|
|
|
328034
328068
|
},
|
|
328035
328069
|
"delete": {
|
|
328036
328070
|
"summary": "Delete an organization secret",
|
|
328037
|
-
"description": "This endpoint does not exist
|
|
328071
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328038
328072
|
"tags": ["dependabot"],
|
|
328039
328073
|
"operationId": "dependabot/delete-org-secret",
|
|
328040
328074
|
"externalDocs": {
|
|
@@ -328048,7 +328082,7 @@
|
|
|
328048
328082
|
"/orgs/{org}/dependabot/secrets/{secret_name}/repositories": {
|
|
328049
328083
|
"get": {
|
|
328050
328084
|
"summary": "List selected repositories for an organization secret",
|
|
328051
|
-
"description": "This endpoint does not exist
|
|
328085
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328052
328086
|
"tags": ["dependabot"],
|
|
328053
328087
|
"operationId": "dependabot/list-selected-repos-for-org-secret",
|
|
328054
328088
|
"externalDocs": {
|
|
@@ -328060,7 +328094,7 @@
|
|
|
328060
328094
|
},
|
|
328061
328095
|
"put": {
|
|
328062
328096
|
"summary": "Set selected repositories for an organization secret",
|
|
328063
|
-
"description": "This endpoint does not exist
|
|
328097
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328064
328098
|
"tags": ["dependabot"],
|
|
328065
328099
|
"operationId": "dependabot/set-selected-repos-for-org-secret",
|
|
328066
328100
|
"externalDocs": {
|
|
@@ -328074,7 +328108,7 @@
|
|
|
328074
328108
|
"/orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}": {
|
|
328075
328109
|
"put": {
|
|
328076
328110
|
"summary": "Add selected repository to an organization secret",
|
|
328077
|
-
"description": "This endpoint does not exist
|
|
328111
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328078
328112
|
"tags": ["dependabot"],
|
|
328079
328113
|
"operationId": "dependabot/add-selected-repo-to-org-secret",
|
|
328080
328114
|
"externalDocs": {
|
|
@@ -328086,7 +328120,7 @@
|
|
|
328086
328120
|
},
|
|
328087
328121
|
"delete": {
|
|
328088
328122
|
"summary": "Remove selected repository from an organization secret",
|
|
328089
|
-
"description": "This endpoint does not exist
|
|
328123
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328090
328124
|
"tags": ["dependabot"],
|
|
328091
328125
|
"operationId": "dependabot/remove-selected-repo-from-org-secret",
|
|
328092
328126
|
"externalDocs": {
|
|
@@ -328100,7 +328134,7 @@
|
|
|
328100
328134
|
"/orgs/{org}/migrations": {
|
|
328101
328135
|
"get": {
|
|
328102
328136
|
"summary": "List organization migrations",
|
|
328103
|
-
"description": "This endpoint does not exist
|
|
328137
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328104
328138
|
"tags": ["migrations"],
|
|
328105
328139
|
"operationId": "migrations/list-for-org",
|
|
328106
328140
|
"externalDocs": {
|
|
@@ -328112,7 +328146,7 @@
|
|
|
328112
328146
|
},
|
|
328113
328147
|
"post": {
|
|
328114
328148
|
"summary": "Start an organization migration",
|
|
328115
|
-
"description": "This endpoint does not exist
|
|
328149
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328116
328150
|
"tags": ["migrations"],
|
|
328117
328151
|
"operationId": "migrations/start-for-org",
|
|
328118
328152
|
"externalDocs": {
|
|
@@ -328126,7 +328160,7 @@
|
|
|
328126
328160
|
"/orgs/{org}/migrations/{migration_id}": {
|
|
328127
328161
|
"get": {
|
|
328128
328162
|
"summary": "Get an organization migration status",
|
|
328129
|
-
"description": "This endpoint does not exist
|
|
328163
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328130
328164
|
"tags": ["migrations"],
|
|
328131
328165
|
"operationId": "migrations/get-status-for-org",
|
|
328132
328166
|
"externalDocs": {
|
|
@@ -328140,7 +328174,7 @@
|
|
|
328140
328174
|
"/orgs/{org}/settings/billing/advanced-security": {
|
|
328141
328175
|
"get": {
|
|
328142
328176
|
"summary": "Get GitHub Advanced Security active committers for an organization",
|
|
328143
|
-
"description": "This endpoint does not exist
|
|
328177
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328144
328178
|
"tags": ["billing"],
|
|
328145
328179
|
"operationId": "billing/get-github-advanced-security-billing-org",
|
|
328146
328180
|
"externalDocs": {
|
|
@@ -328154,7 +328188,7 @@
|
|
|
328154
328188
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels": {
|
|
328155
328189
|
"get": {
|
|
328156
328190
|
"summary": "List labels for a self-hosted runner for a repository",
|
|
328157
|
-
"description": "This endpoint does not exist
|
|
328191
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328158
328192
|
"tags": ["actions"],
|
|
328159
328193
|
"operationId": "actions/list-labels-for-self-hosted-runner-for-repo",
|
|
328160
328194
|
"externalDocs": {
|
|
@@ -328166,7 +328200,7 @@
|
|
|
328166
328200
|
},
|
|
328167
328201
|
"put": {
|
|
328168
328202
|
"summary": "Set custom labels for a self-hosted runner for a repository",
|
|
328169
|
-
"description": "This endpoint does not exist
|
|
328203
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328170
328204
|
"tags": ["actions"],
|
|
328171
328205
|
"operationId": "actions/set-custom-labels-for-self-hosted-runner-for-repo",
|
|
328172
328206
|
"externalDocs": {
|
|
@@ -328178,7 +328212,7 @@
|
|
|
328178
328212
|
},
|
|
328179
328213
|
"post": {
|
|
328180
328214
|
"summary": "Add custom labels to a self-hosted runner for a repository",
|
|
328181
|
-
"description": "This endpoint does not exist
|
|
328215
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328182
328216
|
"tags": ["actions"],
|
|
328183
328217
|
"operationId": "actions/add-custom-labels-to-self-hosted-runner-for-repo",
|
|
328184
328218
|
"externalDocs": {
|
|
@@ -328190,7 +328224,7 @@
|
|
|
328190
328224
|
},
|
|
328191
328225
|
"delete": {
|
|
328192
328226
|
"summary": "Remove all custom labels from a self-hosted runner for a repository",
|
|
328193
|
-
"description": "This endpoint does not exist
|
|
328227
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328194
328228
|
"tags": ["actions"],
|
|
328195
328229
|
"operationId": "actions/remove-all-custom-labels-from-self-hosted-runner-for-repo",
|
|
328196
328230
|
"externalDocs": {
|
|
@@ -328204,7 +328238,7 @@
|
|
|
328204
328238
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}": {
|
|
328205
328239
|
"delete": {
|
|
328206
328240
|
"summary": "Remove a custom label from a self-hosted runner for a repository",
|
|
328207
|
-
"description": "This endpoint does not exist
|
|
328241
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328208
328242
|
"tags": ["actions"],
|
|
328209
328243
|
"operationId": "actions/remove-custom-label-from-self-hosted-runner-for-repo",
|
|
328210
328244
|
"externalDocs": {
|
|
@@ -328218,7 +328252,7 @@
|
|
|
328218
328252
|
"/repos/{owner}/{repo}/dependabot/secrets": {
|
|
328219
328253
|
"get": {
|
|
328220
328254
|
"summary": "List repository secrets",
|
|
328221
|
-
"description": "This endpoint does not exist
|
|
328255
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328222
328256
|
"tags": ["dependabot"],
|
|
328223
328257
|
"operationId": "dependabot/list-repo-secrets",
|
|
328224
328258
|
"externalDocs": {
|
|
@@ -328232,7 +328266,7 @@
|
|
|
328232
328266
|
"/repos/{owner}/{repo}/dependabot/secrets/public-key": {
|
|
328233
328267
|
"get": {
|
|
328234
328268
|
"summary": "Get a repository public key",
|
|
328235
|
-
"description": "This endpoint does not exist
|
|
328269
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328236
328270
|
"tags": ["dependabot"],
|
|
328237
328271
|
"operationId": "dependabot/get-repo-public-key",
|
|
328238
328272
|
"externalDocs": {
|
|
@@ -328246,7 +328280,7 @@
|
|
|
328246
328280
|
"/repos/{owner}/{repo}/dependabot/secrets/{secret_name}": {
|
|
328247
328281
|
"get": {
|
|
328248
328282
|
"summary": "Get a repository secret",
|
|
328249
|
-
"description": "This endpoint does not exist
|
|
328283
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328250
328284
|
"tags": ["dependabot"],
|
|
328251
328285
|
"operationId": "dependabot/get-repo-secret",
|
|
328252
328286
|
"externalDocs": {
|
|
@@ -328258,7 +328292,7 @@
|
|
|
328258
328292
|
},
|
|
328259
328293
|
"put": {
|
|
328260
328294
|
"summary": "Create or update a repository secret",
|
|
328261
|
-
"description": "This endpoint does not exist
|
|
328295
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328262
328296
|
"tags": ["dependabot"],
|
|
328263
328297
|
"operationId": "dependabot/create-or-update-repo-secret",
|
|
328264
328298
|
"externalDocs": {
|
|
@@ -328270,7 +328304,7 @@
|
|
|
328270
328304
|
},
|
|
328271
328305
|
"delete": {
|
|
328272
328306
|
"summary": "Delete a repository secret",
|
|
328273
|
-
"description": "This endpoint does not exist
|
|
328307
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328274
328308
|
"tags": ["dependabot"],
|
|
328275
328309
|
"operationId": "dependabot/delete-repo-secret",
|
|
328276
328310
|
"externalDocs": {
|
|
@@ -328284,7 +328318,7 @@
|
|
|
328284
328318
|
"/repos/{owner}/{repo}/replicas/caches": {
|
|
328285
328319
|
"get": {
|
|
328286
328320
|
"summary": "List repository cache replication status",
|
|
328287
|
-
"description": "This endpoint does not exist
|
|
328321
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328288
328322
|
"tags": ["repos"],
|
|
328289
328323
|
"operationId": "repos/list-cache-info",
|
|
328290
328324
|
"externalDocs": {
|
|
@@ -328298,7 +328332,7 @@
|
|
|
328298
328332
|
"/user/migrations": {
|
|
328299
328333
|
"get": {
|
|
328300
328334
|
"summary": "List user migrations",
|
|
328301
|
-
"description": "This endpoint does not exist
|
|
328335
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328302
328336
|
"tags": ["migrations"],
|
|
328303
328337
|
"operationId": "migrations/list-for-authenticated-user",
|
|
328304
328338
|
"externalDocs": {
|
|
@@ -328310,7 +328344,7 @@
|
|
|
328310
328344
|
},
|
|
328311
328345
|
"post": {
|
|
328312
328346
|
"summary": "Start a user migration",
|
|
328313
|
-
"description": "This endpoint does not exist
|
|
328347
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328314
328348
|
"tags": ["migrations"],
|
|
328315
328349
|
"operationId": "migrations/start-for-authenticated-user",
|
|
328316
328350
|
"externalDocs": {
|
|
@@ -328324,7 +328358,7 @@
|
|
|
328324
328358
|
"/user/migrations/{migration_id}/archive": {
|
|
328325
328359
|
"get": {
|
|
328326
328360
|
"summary": "Download a user migration archive",
|
|
328327
|
-
"description": "This endpoint does not exist
|
|
328361
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328328
328362
|
"tags": ["migrations"],
|
|
328329
328363
|
"operationId": "migrations/get-archive-for-authenticated-user",
|
|
328330
328364
|
"externalDocs": {
|
|
@@ -328338,7 +328372,7 @@
|
|
|
328338
328372
|
"/user/migrations/{migration_id}/repositories": {
|
|
328339
328373
|
"get": {
|
|
328340
328374
|
"summary": "List repositories for a user migration",
|
|
328341
|
-
"description": "This endpoint does not exist
|
|
328375
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.3. It was added in 3.4",
|
|
328342
328376
|
"tags": ["migrations"],
|
|
328343
328377
|
"operationId": "migrations/list-repos-for-authenticated-user",
|
|
328344
328378
|
"externalDocs": {
|