@octokit/openapi 7.8.0 → 7.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +1921 -538
- package/generated/api.github.com.json +544 -29
- 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 +127 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -8
- package/generated/ghes-3.2.deref.json +134 -27
- package/generated/ghes-3.2.json +26 -9
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +134 -27
- package/generated/ghes-3.3.json +26 -9
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
- package/generated/ghes-3.4.deref.json +134 -27
- package/generated/ghes-3.4.json +28 -11
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +127 -25
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -8
- package/generated/ghes-3.5.deref.json +134 -27
- package/generated/ghes-3.5.json +28 -11
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +82 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9648 -479
- package/generated/ghes-3.6-diff-to-api.github.com.json +1020 -23
- package/generated/ghes-3.6.deref.json +544 -234
- package/generated/ghes-3.6.json +147 -24
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +30 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +91 -19
- package/generated/github.ae-diff-to-api.github.com.json +25 -8
- package/generated/github.ae.deref.json +190 -27
- package/generated/github.ae.json +118 -15
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -5118,8 +5118,9 @@
|
|
|
5118
5118
|
},
|
|
5119
5119
|
"use_squash_pr_title_as_default": {
|
|
5120
5120
|
"type": "boolean",
|
|
5121
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5122
|
-
"default": false
|
|
5121
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
5122
|
+
"default": false,
|
|
5123
|
+
"deprecated": true
|
|
5123
5124
|
},
|
|
5124
5125
|
"squash_merge_commit_title": {
|
|
5125
5126
|
"type": "string",
|
|
@@ -5619,8 +5620,9 @@
|
|
|
5619
5620
|
},
|
|
5620
5621
|
"use_squash_pr_title_as_default": {
|
|
5621
5622
|
"type": "boolean",
|
|
5622
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5623
|
-
"default": false
|
|
5623
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
5624
|
+
"default": false,
|
|
5625
|
+
"deprecated": true
|
|
5624
5626
|
},
|
|
5625
5627
|
"squash_merge_commit_title": {
|
|
5626
5628
|
"type": "string",
|
|
@@ -6125,7 +6127,7 @@
|
|
|
6125
6127
|
},
|
|
6126
6128
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
6127
6129
|
"get": {
|
|
6128
|
-
"summary": "List workflow runs",
|
|
6130
|
+
"summary": "List workflow runs for a workflow",
|
|
6129
6131
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
6130
6132
|
"tags": [
|
|
6131
6133
|
"actions"
|
|
@@ -8546,6 +8548,11 @@
|
|
|
8546
8548
|
},
|
|
8547
8549
|
"state_reason": {
|
|
8548
8550
|
"type": "string",
|
|
8551
|
+
"enum": [
|
|
8552
|
+
"completed",
|
|
8553
|
+
"not_planned",
|
|
8554
|
+
"reopened"
|
|
8555
|
+
],
|
|
8549
8556
|
"nullable": true,
|
|
8550
8557
|
"description": "The reason for the current state",
|
|
8551
8558
|
"example": "not_planned"
|
|
@@ -15280,7 +15287,12 @@
|
|
|
15280
15287
|
"description": "The reason for the current state",
|
|
15281
15288
|
"example": "not_planned",
|
|
15282
15289
|
"type": "string",
|
|
15283
|
-
"nullable": true
|
|
15290
|
+
"nullable": true,
|
|
15291
|
+
"enum": [
|
|
15292
|
+
"completed",
|
|
15293
|
+
"reopened",
|
|
15294
|
+
"not_planned"
|
|
15295
|
+
]
|
|
15284
15296
|
},
|
|
15285
15297
|
"title": {
|
|
15286
15298
|
"description": "Title of the issue",
|
|
@@ -22320,7 +22332,12 @@
|
|
|
22320
22332
|
"description": "The reason for the current state",
|
|
22321
22333
|
"example": "not_planned",
|
|
22322
22334
|
"type": "string",
|
|
22323
|
-
"nullable": true
|
|
22335
|
+
"nullable": true,
|
|
22336
|
+
"enum": [
|
|
22337
|
+
"completed",
|
|
22338
|
+
"reopened",
|
|
22339
|
+
"not_planned"
|
|
22340
|
+
]
|
|
22324
22341
|
},
|
|
22325
22342
|
"title": {
|
|
22326
22343
|
"description": "Title of the issue",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -33689,7 +33689,12 @@
|
|
|
33689
33689
|
"description": "The reason for the current state",
|
|
33690
33690
|
"example": "not_planned",
|
|
33691
33691
|
"type": "string",
|
|
33692
|
-
"nullable": true
|
|
33692
|
+
"nullable": true,
|
|
33693
|
+
"enum": [
|
|
33694
|
+
"completed",
|
|
33695
|
+
"reopened",
|
|
33696
|
+
"not_planned"
|
|
33697
|
+
]
|
|
33693
33698
|
},
|
|
33694
33699
|
"title": {
|
|
33695
33700
|
"description": "Title of the issue",
|
|
@@ -55853,7 +55858,12 @@
|
|
|
55853
55858
|
"description": "The reason for the current state",
|
|
55854
55859
|
"example": "not_planned",
|
|
55855
55860
|
"type": "string",
|
|
55856
|
-
"nullable": true
|
|
55861
|
+
"nullable": true,
|
|
55862
|
+
"enum": [
|
|
55863
|
+
"completed",
|
|
55864
|
+
"reopened",
|
|
55865
|
+
"not_planned"
|
|
55866
|
+
]
|
|
55857
55867
|
},
|
|
55858
55868
|
"title": {
|
|
55859
55869
|
"description": "Title of the issue",
|
|
@@ -68022,8 +68032,9 @@
|
|
|
68022
68032
|
},
|
|
68023
68033
|
"use_squash_pr_title_as_default": {
|
|
68024
68034
|
"type": "boolean",
|
|
68025
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
68026
|
-
"default": false
|
|
68035
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
68036
|
+
"default": false,
|
|
68037
|
+
"deprecated": true
|
|
68027
68038
|
},
|
|
68028
68039
|
"squash_merge_commit_title": {
|
|
68029
68040
|
"type": "string",
|
|
@@ -93231,8 +93242,9 @@
|
|
|
93231
93242
|
},
|
|
93232
93243
|
"use_squash_pr_title_as_default": {
|
|
93233
93244
|
"type": "boolean",
|
|
93234
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
93235
|
-
"default": false
|
|
93245
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
93246
|
+
"default": false,
|
|
93247
|
+
"deprecated": true
|
|
93236
93248
|
},
|
|
93237
93249
|
"squash_merge_commit_title": {
|
|
93238
93250
|
"type": "string",
|
|
@@ -118432,7 +118444,7 @@
|
|
|
118432
118444
|
},
|
|
118433
118445
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
118434
118446
|
"get": {
|
|
118435
|
-
"summary": "List workflow runs",
|
|
118447
|
+
"summary": "List workflow runs for a workflow",
|
|
118436
118448
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/github-ae@latest/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
118437
118449
|
"tags": [
|
|
118438
118450
|
"actions"
|
|
@@ -181312,7 +181324,7 @@
|
|
|
181312
181324
|
},
|
|
181313
181325
|
"sha": {
|
|
181314
181326
|
"type": "string",
|
|
181315
|
-
"description": "The blob SHA of the file being
|
|
181327
|
+
"description": "The blob SHA of the file being deleted."
|
|
181316
181328
|
},
|
|
181317
181329
|
"branch": {
|
|
181318
181330
|
"type": "string",
|
|
@@ -188871,7 +188883,12 @@
|
|
|
188871
188883
|
"description": "The reason for the current state",
|
|
188872
188884
|
"example": "not_planned",
|
|
188873
188885
|
"type": "string",
|
|
188874
|
-
"nullable": true
|
|
188886
|
+
"nullable": true,
|
|
188887
|
+
"enum": [
|
|
188888
|
+
"completed",
|
|
188889
|
+
"reopened",
|
|
188890
|
+
"not_planned"
|
|
188891
|
+
]
|
|
188875
188892
|
},
|
|
188876
188893
|
"title": {
|
|
188877
188894
|
"description": "Title of the issue",
|
|
@@ -210385,7 +210402,12 @@
|
|
|
210385
210402
|
"description": "The reason for the current state",
|
|
210386
210403
|
"example": "not_planned",
|
|
210387
210404
|
"type": "string",
|
|
210388
|
-
"nullable": true
|
|
210405
|
+
"nullable": true,
|
|
210406
|
+
"enum": [
|
|
210407
|
+
"completed",
|
|
210408
|
+
"reopened",
|
|
210409
|
+
"not_planned"
|
|
210410
|
+
]
|
|
210389
210411
|
},
|
|
210390
210412
|
"title": {
|
|
210391
210413
|
"description": "Title of the issue",
|
|
@@ -213172,7 +213194,12 @@
|
|
|
213172
213194
|
"description": "The reason for the current state",
|
|
213173
213195
|
"example": "not_planned",
|
|
213174
213196
|
"type": "string",
|
|
213175
|
-
"nullable": true
|
|
213197
|
+
"nullable": true,
|
|
213198
|
+
"enum": [
|
|
213199
|
+
"completed",
|
|
213200
|
+
"reopened",
|
|
213201
|
+
"not_planned"
|
|
213202
|
+
]
|
|
213176
213203
|
},
|
|
213177
213204
|
"title": {
|
|
213178
213205
|
"description": "Title of the issue",
|
|
@@ -219127,7 +219154,12 @@
|
|
|
219127
219154
|
"description": "The reason for the current state",
|
|
219128
219155
|
"example": "not_planned",
|
|
219129
219156
|
"type": "string",
|
|
219130
|
-
"nullable": true
|
|
219157
|
+
"nullable": true,
|
|
219158
|
+
"enum": [
|
|
219159
|
+
"completed",
|
|
219160
|
+
"reopened",
|
|
219161
|
+
"not_planned"
|
|
219162
|
+
]
|
|
219131
219163
|
},
|
|
219132
219164
|
"title": {
|
|
219133
219165
|
"description": "Title of the issue",
|
|
@@ -222970,7 +223002,12 @@
|
|
|
222970
223002
|
"description": "The reason for the current state",
|
|
222971
223003
|
"example": "not_planned",
|
|
222972
223004
|
"type": "string",
|
|
222973
|
-
"nullable": true
|
|
223005
|
+
"nullable": true,
|
|
223006
|
+
"enum": [
|
|
223007
|
+
"completed",
|
|
223008
|
+
"reopened",
|
|
223009
|
+
"not_planned"
|
|
223010
|
+
]
|
|
222974
223011
|
},
|
|
222975
223012
|
"title": {
|
|
222976
223013
|
"description": "Title of the issue",
|
|
@@ -226695,7 +226732,12 @@
|
|
|
226695
226732
|
"description": "The reason for the current state",
|
|
226696
226733
|
"example": "not_planned",
|
|
226697
226734
|
"type": "string",
|
|
226698
|
-
"nullable": true
|
|
226735
|
+
"nullable": true,
|
|
226736
|
+
"enum": [
|
|
226737
|
+
"completed",
|
|
226738
|
+
"reopened",
|
|
226739
|
+
"not_planned"
|
|
226740
|
+
]
|
|
226699
226741
|
},
|
|
226700
226742
|
"title": {
|
|
226701
226743
|
"description": "Title of the issue",
|
|
@@ -229325,6 +229367,11 @@
|
|
|
229325
229367
|
},
|
|
229326
229368
|
"state_reason": {
|
|
229327
229369
|
"type": "string",
|
|
229370
|
+
"enum": [
|
|
229371
|
+
"completed",
|
|
229372
|
+
"not_planned",
|
|
229373
|
+
"reopened"
|
|
229374
|
+
],
|
|
229328
229375
|
"nullable": true,
|
|
229329
229376
|
"description": "The reason for the current state",
|
|
229330
229377
|
"example": "not_planned"
|
|
@@ -229454,7 +229501,12 @@
|
|
|
229454
229501
|
"description": "The reason for the current state",
|
|
229455
229502
|
"example": "not_planned",
|
|
229456
229503
|
"type": "string",
|
|
229457
|
-
"nullable": true
|
|
229504
|
+
"nullable": true,
|
|
229505
|
+
"enum": [
|
|
229506
|
+
"completed",
|
|
229507
|
+
"reopened",
|
|
229508
|
+
"not_planned"
|
|
229509
|
+
]
|
|
229458
229510
|
},
|
|
229459
229511
|
"title": {
|
|
229460
229512
|
"description": "Title of the issue",
|
|
@@ -232244,7 +232296,12 @@
|
|
|
232244
232296
|
"description": "The reason for the current state",
|
|
232245
232297
|
"example": "not_planned",
|
|
232246
232298
|
"type": "string",
|
|
232247
|
-
"nullable": true
|
|
232299
|
+
"nullable": true,
|
|
232300
|
+
"enum": [
|
|
232301
|
+
"completed",
|
|
232302
|
+
"reopened",
|
|
232303
|
+
"not_planned"
|
|
232304
|
+
]
|
|
232248
232305
|
},
|
|
232249
232306
|
"title": {
|
|
232250
232307
|
"description": "Title of the issue",
|
|
@@ -256046,7 +256103,12 @@
|
|
|
256046
256103
|
"description": "The reason for the current state",
|
|
256047
256104
|
"example": "not_planned",
|
|
256048
256105
|
"type": "string",
|
|
256049
|
-
"nullable": true
|
|
256106
|
+
"nullable": true,
|
|
256107
|
+
"enum": [
|
|
256108
|
+
"completed",
|
|
256109
|
+
"reopened",
|
|
256110
|
+
"not_planned"
|
|
256111
|
+
]
|
|
256050
256112
|
},
|
|
256051
256113
|
"title": {
|
|
256052
256114
|
"description": "Title of the issue",
|
|
@@ -345997,7 +346059,12 @@
|
|
|
345997
346059
|
"description": "The reason for the current state",
|
|
345998
346060
|
"example": "not_planned",
|
|
345999
346061
|
"type": "string",
|
|
346000
|
-
"nullable": true
|
|
346062
|
+
"nullable": true,
|
|
346063
|
+
"enum": [
|
|
346064
|
+
"completed",
|
|
346065
|
+
"reopened",
|
|
346066
|
+
"not_planned"
|
|
346067
|
+
]
|
|
346001
346068
|
},
|
|
346002
346069
|
"title": {
|
|
346003
346070
|
"description": "Title of the issue",
|
|
@@ -369038,7 +369105,12 @@
|
|
|
369038
369105
|
"description": "The reason for the current state",
|
|
369039
369106
|
"example": "not_planned",
|
|
369040
369107
|
"type": "string",
|
|
369041
|
-
"nullable": true
|
|
369108
|
+
"nullable": true,
|
|
369109
|
+
"enum": [
|
|
369110
|
+
"completed",
|
|
369111
|
+
"reopened",
|
|
369112
|
+
"not_planned"
|
|
369113
|
+
]
|
|
369042
369114
|
},
|
|
369043
369115
|
"title": {
|
|
369044
369116
|
"description": "Title of the issue",
|
|
@@ -372170,7 +372242,12 @@
|
|
|
372170
372242
|
"description": "The reason for the current state",
|
|
372171
372243
|
"example": "not_planned",
|
|
372172
372244
|
"type": "string",
|
|
372173
|
-
"nullable": true
|
|
372245
|
+
"nullable": true,
|
|
372246
|
+
"enum": [
|
|
372247
|
+
"completed",
|
|
372248
|
+
"reopened",
|
|
372249
|
+
"not_planned"
|
|
372250
|
+
]
|
|
372174
372251
|
},
|
|
372175
372252
|
"title": {
|
|
372176
372253
|
"description": "Title of the issue",
|
|
@@ -387657,6 +387734,70 @@
|
|
|
387657
387734
|
}
|
|
387658
387735
|
}
|
|
387659
387736
|
},
|
|
387737
|
+
"/orgs/{org}/custom_roles": {
|
|
387738
|
+
"post": {
|
|
387739
|
+
"summary": "Create a custom role",
|
|
387740
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
387741
|
+
"tags": [
|
|
387742
|
+
"orgs"
|
|
387743
|
+
],
|
|
387744
|
+
"operationId": "orgs/create-custom-role",
|
|
387745
|
+
"externalDocs": {
|
|
387746
|
+
"description": "API method documentation",
|
|
387747
|
+
"url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
|
|
387748
|
+
},
|
|
387749
|
+
"x-octokit": {
|
|
387750
|
+
"api.github.com": "removed"
|
|
387751
|
+
},
|
|
387752
|
+
"responses": {
|
|
387753
|
+
"501": {
|
|
387754
|
+
"description": "Not Implemented"
|
|
387755
|
+
}
|
|
387756
|
+
}
|
|
387757
|
+
}
|
|
387758
|
+
},
|
|
387759
|
+
"/orgs/{org}/custom_roles/{role_id}": {
|
|
387760
|
+
"delete": {
|
|
387761
|
+
"summary": "Delete a custom role",
|
|
387762
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
387763
|
+
"tags": [
|
|
387764
|
+
"orgs"
|
|
387765
|
+
],
|
|
387766
|
+
"operationId": "orgs/delete-custom-role",
|
|
387767
|
+
"externalDocs": {
|
|
387768
|
+
"description": "API method documentation",
|
|
387769
|
+
"url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
|
|
387770
|
+
},
|
|
387771
|
+
"x-octokit": {
|
|
387772
|
+
"api.github.com": "removed"
|
|
387773
|
+
},
|
|
387774
|
+
"responses": {
|
|
387775
|
+
"501": {
|
|
387776
|
+
"description": "Not Implemented"
|
|
387777
|
+
}
|
|
387778
|
+
}
|
|
387779
|
+
},
|
|
387780
|
+
"patch": {
|
|
387781
|
+
"summary": "Update a custom role",
|
|
387782
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
387783
|
+
"tags": [
|
|
387784
|
+
"orgs"
|
|
387785
|
+
],
|
|
387786
|
+
"operationId": "orgs/update-custom-role",
|
|
387787
|
+
"externalDocs": {
|
|
387788
|
+
"description": "API method documentation",
|
|
387789
|
+
"url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
|
|
387790
|
+
},
|
|
387791
|
+
"x-octokit": {
|
|
387792
|
+
"api.github.com": "removed"
|
|
387793
|
+
},
|
|
387794
|
+
"responses": {
|
|
387795
|
+
"501": {
|
|
387796
|
+
"description": "Not Implemented"
|
|
387797
|
+
}
|
|
387798
|
+
}
|
|
387799
|
+
}
|
|
387800
|
+
},
|
|
387660
387801
|
"/orgs/{org}/dependabot/secrets": {
|
|
387661
387802
|
"get": {
|
|
387662
387803
|
"summary": "List organization secrets",
|
|
@@ -387891,6 +388032,28 @@
|
|
|
387891
388032
|
}
|
|
387892
388033
|
}
|
|
387893
388034
|
},
|
|
388035
|
+
"/orgs/{org}/fine_grained_permissions": {
|
|
388036
|
+
"get": {
|
|
388037
|
+
"summary": "List fine-grained permissions for an organization",
|
|
388038
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
388039
|
+
"tags": [
|
|
388040
|
+
"orgs"
|
|
388041
|
+
],
|
|
388042
|
+
"operationId": "orgs/list-fine-grained-permissions",
|
|
388043
|
+
"externalDocs": {
|
|
388044
|
+
"description": "API method documentation",
|
|
388045
|
+
"url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
|
|
388046
|
+
},
|
|
388047
|
+
"x-octokit": {
|
|
388048
|
+
"api.github.com": "removed"
|
|
388049
|
+
},
|
|
388050
|
+
"responses": {
|
|
388051
|
+
"501": {
|
|
388052
|
+
"description": "Not Implemented"
|
|
388053
|
+
}
|
|
388054
|
+
}
|
|
388055
|
+
}
|
|
388056
|
+
},
|
|
387894
388057
|
"/orgs/{org}/interaction-limits": {
|
|
387895
388058
|
"get": {
|
|
387896
388059
|
"summary": "Get interaction restrictions for an organization",
|
|
@@ -388257,7 +388420,7 @@
|
|
|
388257
388420
|
},
|
|
388258
388421
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
388259
388422
|
"get": {
|
|
388260
|
-
"summary": "
|
|
388423
|
+
"summary": "List package versions for a package owned by an organization",
|
|
388261
388424
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
388262
388425
|
"tags": [
|
|
388263
388426
|
"packages"
|
|
@@ -388265,7 +388428,7 @@
|
|
|
388265
388428
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
388266
388429
|
"externalDocs": {
|
|
388267
388430
|
"description": "API method documentation",
|
|
388268
|
-
"url": "https://docs.github.com/rest/
|
|
388431
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
388269
388432
|
},
|
|
388270
388433
|
"x-octokit": {
|
|
388271
388434
|
"api.github.com": "removed"
|
|
@@ -391492,7 +391655,7 @@
|
|
|
391492
391655
|
},
|
|
391493
391656
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
391494
391657
|
"get": {
|
|
391495
|
-
"summary": "
|
|
391658
|
+
"summary": "List package versions for a package owned by the authenticated user",
|
|
391496
391659
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391497
391660
|
"tags": [
|
|
391498
391661
|
"packages"
|
|
@@ -391500,7 +391663,7 @@
|
|
|
391500
391663
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
391501
391664
|
"externalDocs": {
|
|
391502
391665
|
"description": "API method documentation",
|
|
391503
|
-
"url": "https://docs.github.com/rest/
|
|
391666
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
391504
391667
|
},
|
|
391505
391668
|
"x-octokit": {
|
|
391506
391669
|
"api.github.com": "removed"
|
|
@@ -391792,7 +391955,7 @@
|
|
|
391792
391955
|
},
|
|
391793
391956
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
391794
391957
|
"get": {
|
|
391795
|
-
"summary": "
|
|
391958
|
+
"summary": "List package versions for a package owned by a user",
|
|
391796
391959
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
391797
391960
|
"tags": [
|
|
391798
391961
|
"packages"
|
|
@@ -391800,7 +391963,7 @@
|
|
|
391800
391963
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
391801
391964
|
"externalDocs": {
|
|
391802
391965
|
"description": "API method documentation",
|
|
391803
|
-
"url": "https://docs.github.com/rest/
|
|
391966
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
391804
391967
|
},
|
|
391805
391968
|
"x-octokit": {
|
|
391806
391969
|
"api.github.com": "removed"
|