@octokit/openapi 11.0.0 → 11.1.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.
- package/generated/api.github.com.deref.json +7867 -1059
- package/generated/api.github.com.json +1150 -152
- package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
- package/generated/ghec-diff-to-api.github.com.json +92 -1
- package/generated/ghec.deref.json +7870 -1062
- package/generated/ghec.json +1153 -155
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +292 -4865
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -675
- package/generated/ghes-3.5.deref.json +208 -60
- package/generated/ghes-3.5.json +21 -60
- package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
- package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -4739
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -684
- package/generated/ghes-3.6.deref.json +44 -60
- package/generated/ghes-3.6.json +21 -60
- package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
- package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
- package/generated/ghes-3.7.deref.json +282 -63
- package/generated/ghes-3.7.json +133 -63
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -38
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -4758
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
- package/generated/ghes-3.8.deref.json +433 -70
- package/generated/ghes-3.8.json +284 -70
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -84
- package/generated/github.ae-diff-to-api.github.com.deref.json +13247 -12990
- package/generated/github.ae-diff-to-api.github.com.json +1351 -1935
- package/generated/github.ae.deref.json +5201 -73
- package/generated/github.ae.json +424 -73
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -44099,7 +44099,7 @@
|
|
|
44099
44099
|
"operationId": "gists/update",
|
|
44100
44100
|
"externalDocs": {
|
|
44101
44101
|
"description": "API method documentation",
|
|
44102
|
-
"url": "https://docs.github.com/
|
|
44102
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
44103
44103
|
},
|
|
44104
44104
|
"parameters": [
|
|
44105
44105
|
{
|
|
@@ -44117,6 +44117,7 @@
|
|
|
44117
44117
|
"content": {
|
|
44118
44118
|
"application/json": {
|
|
44119
44119
|
"schema": {
|
|
44120
|
+
"type": "object",
|
|
44120
44121
|
"properties": {
|
|
44121
44122
|
"description": {
|
|
44122
44123
|
"description": "The description of the gist.",
|
|
@@ -44133,29 +44134,21 @@
|
|
|
44133
44134
|
},
|
|
44134
44135
|
"type": "object",
|
|
44135
44136
|
"additionalProperties": {
|
|
44136
|
-
"
|
|
44137
|
-
"nullable": true,
|
|
44138
|
-
"properties": {
|
|
44139
|
-
"content": {
|
|
44140
|
-
"description": "The new content of the file.",
|
|
44141
|
-
"type": "string"
|
|
44142
|
-
},
|
|
44143
|
-
"filename": {
|
|
44144
|
-
"description": "The new filename for the file.",
|
|
44145
|
-
"type": "string",
|
|
44146
|
-
"nullable": true
|
|
44147
|
-
}
|
|
44148
|
-
},
|
|
44149
|
-
"anyOf": [
|
|
44150
|
-
{
|
|
44151
|
-
"required": [
|
|
44152
|
-
"content"
|
|
44153
|
-
]
|
|
44154
|
-
},
|
|
44137
|
+
"oneOf": [
|
|
44155
44138
|
{
|
|
44156
|
-
"
|
|
44157
|
-
|
|
44158
|
-
|
|
44139
|
+
"type": "object",
|
|
44140
|
+
"nullable": true,
|
|
44141
|
+
"properties": {
|
|
44142
|
+
"content": {
|
|
44143
|
+
"description": "The new content of the file.",
|
|
44144
|
+
"type": "string"
|
|
44145
|
+
},
|
|
44146
|
+
"filename": {
|
|
44147
|
+
"description": "The new filename for the file.",
|
|
44148
|
+
"type": "string",
|
|
44149
|
+
"nullable": true
|
|
44150
|
+
}
|
|
44151
|
+
}
|
|
44159
44152
|
},
|
|
44160
44153
|
{
|
|
44161
44154
|
"type": "object",
|
|
@@ -44165,19 +44158,6 @@
|
|
|
44165
44158
|
}
|
|
44166
44159
|
}
|
|
44167
44160
|
},
|
|
44168
|
-
"anyOf": [
|
|
44169
|
-
{
|
|
44170
|
-
"required": [
|
|
44171
|
-
"description"
|
|
44172
|
-
]
|
|
44173
|
-
},
|
|
44174
|
-
{
|
|
44175
|
-
"required": [
|
|
44176
|
-
"files"
|
|
44177
|
-
]
|
|
44178
|
-
}
|
|
44179
|
-
],
|
|
44180
|
-
"type": "object",
|
|
44181
44161
|
"nullable": true
|
|
44182
44162
|
},
|
|
44183
44163
|
"examples": {
|
|
@@ -210545,7 +210525,7 @@
|
|
|
210545
210525
|
"/repos/{owner}/{repo}/events": {
|
|
210546
210526
|
"get": {
|
|
210547
210527
|
"summary": "List repository events",
|
|
210548
|
-
"description": "",
|
|
210528
|
+
"description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
|
|
210549
210529
|
"tags": [
|
|
210550
210530
|
"activity"
|
|
210551
210531
|
],
|
|
@@ -311400,14 +311380,14 @@
|
|
|
311400
311380
|
},
|
|
311401
311381
|
"post": {
|
|
311402
311382
|
"summary": "Request reviewers for a pull request",
|
|
311403
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
311383
|
+
"description": "This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
|
|
311404
311384
|
"tags": [
|
|
311405
311385
|
"pulls"
|
|
311406
311386
|
],
|
|
311407
311387
|
"operationId": "pulls/request-reviewers",
|
|
311408
311388
|
"externalDocs": {
|
|
311409
311389
|
"description": "API method documentation",
|
|
311410
|
-
"url": "https://docs.github.com/
|
|
311390
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
311411
311391
|
},
|
|
311412
311392
|
"parameters": [
|
|
311413
311393
|
{
|
|
@@ -311459,19 +311439,7 @@
|
|
|
311459
311439
|
"type": "string"
|
|
311460
311440
|
}
|
|
311461
311441
|
}
|
|
311462
|
-
}
|
|
311463
|
-
"anyOf": [
|
|
311464
|
-
{
|
|
311465
|
-
"required": [
|
|
311466
|
-
"reviewers"
|
|
311467
|
-
]
|
|
311468
|
-
},
|
|
311469
|
-
{
|
|
311470
|
-
"required": [
|
|
311471
|
-
"team_reviewers"
|
|
311472
|
-
]
|
|
311473
|
-
}
|
|
311474
|
-
]
|
|
311442
|
+
}
|
|
311475
311443
|
},
|
|
311476
311444
|
"examples": {
|
|
311477
311445
|
"default": {
|
|
@@ -312385,6 +312353,9 @@
|
|
|
312385
312353
|
"privacy": {
|
|
312386
312354
|
"type": "string"
|
|
312387
312355
|
},
|
|
312356
|
+
"notification_setting": {
|
|
312357
|
+
"type": "string"
|
|
312358
|
+
},
|
|
312388
312359
|
"permission": {
|
|
312389
312360
|
"type": "string"
|
|
312390
312361
|
},
|
|
@@ -312476,6 +312447,11 @@
|
|
|
312476
312447
|
"type": "string",
|
|
312477
312448
|
"example": "closed"
|
|
312478
312449
|
},
|
|
312450
|
+
"notification_setting": {
|
|
312451
|
+
"description": "The notification setting the team has set",
|
|
312452
|
+
"type": "string",
|
|
312453
|
+
"example": "notifications_enabled"
|
|
312454
|
+
},
|
|
312479
312455
|
"html_url": {
|
|
312480
312456
|
"type": "string",
|
|
312481
312457
|
"format": "uri",
|
|
@@ -315764,6 +315740,7 @@
|
|
|
315764
315740
|
"slug": "justice-league",
|
|
315765
315741
|
"description": "A great team.",
|
|
315766
315742
|
"privacy": "closed",
|
|
315743
|
+
"notification_setting": "notifications_enabled",
|
|
315767
315744
|
"permission": "admin",
|
|
315768
315745
|
"members_url": "https://api.github.com/teams/1/members{/member}",
|
|
315769
315746
|
"repositories_url": "https://api.github.com/teams/1/repos",
|
|
@@ -316093,6 +316070,7 @@
|
|
|
316093
316070
|
}
|
|
316094
316071
|
},
|
|
316095
316072
|
"author_association": "OWNER",
|
|
316073
|
+
"auto_merge": null,
|
|
316096
316074
|
"draft": false
|
|
316097
316075
|
}
|
|
316098
316076
|
}
|
|
@@ -641897,7 +641875,17 @@
|
|
|
641897
641875
|
},
|
|
641898
641876
|
"docker_metadata": {
|
|
641899
641877
|
"type": "array",
|
|
641900
|
-
"items": {
|
|
641878
|
+
"items": {
|
|
641879
|
+
"type": "object",
|
|
641880
|
+
"properties": {
|
|
641881
|
+
"tags": {
|
|
641882
|
+
"type": "array",
|
|
641883
|
+
"items": {
|
|
641884
|
+
"type": "string"
|
|
641885
|
+
}
|
|
641886
|
+
}
|
|
641887
|
+
}
|
|
641888
|
+
}
|
|
641901
641889
|
},
|
|
641902
641890
|
"draft": {
|
|
641903
641891
|
"type": "boolean"
|
|
@@ -642327,7 +642315,56 @@
|
|
|
642327
642315
|
},
|
|
642328
642316
|
"rubygems_metadata": {
|
|
642329
642317
|
"type": "array",
|
|
642330
|
-
"items": {
|
|
642318
|
+
"items": {
|
|
642319
|
+
"title": "Ruby Gems metadata",
|
|
642320
|
+
"type": "object",
|
|
642321
|
+
"properties": {
|
|
642322
|
+
"name": {
|
|
642323
|
+
"type": "string"
|
|
642324
|
+
},
|
|
642325
|
+
"description": {
|
|
642326
|
+
"type": "string"
|
|
642327
|
+
},
|
|
642328
|
+
"readme": {
|
|
642329
|
+
"type": "string"
|
|
642330
|
+
},
|
|
642331
|
+
"homepage": {
|
|
642332
|
+
"type": "string"
|
|
642333
|
+
},
|
|
642334
|
+
"version_info": {
|
|
642335
|
+
"type": "object",
|
|
642336
|
+
"properties": {
|
|
642337
|
+
"version": {
|
|
642338
|
+
"type": "string"
|
|
642339
|
+
}
|
|
642340
|
+
}
|
|
642341
|
+
},
|
|
642342
|
+
"platform": {
|
|
642343
|
+
"type": "string"
|
|
642344
|
+
},
|
|
642345
|
+
"metadata": {
|
|
642346
|
+
"type": "object",
|
|
642347
|
+
"additionalProperties": {
|
|
642348
|
+
"type": "string"
|
|
642349
|
+
}
|
|
642350
|
+
},
|
|
642351
|
+
"repo": {
|
|
642352
|
+
"type": "string"
|
|
642353
|
+
},
|
|
642354
|
+
"dependencies": {
|
|
642355
|
+
"type": "array",
|
|
642356
|
+
"items": {
|
|
642357
|
+
"type": "object",
|
|
642358
|
+
"additionalProperties": {
|
|
642359
|
+
"type": "string"
|
|
642360
|
+
}
|
|
642361
|
+
}
|
|
642362
|
+
},
|
|
642363
|
+
"commit_oid": {
|
|
642364
|
+
"type": "string"
|
|
642365
|
+
}
|
|
642366
|
+
}
|
|
642367
|
+
}
|
|
642331
642368
|
},
|
|
642332
642369
|
"source_url": {
|
|
642333
642370
|
"type": "string"
|
|
@@ -644249,7 +644286,17 @@
|
|
|
644249
644286
|
},
|
|
644250
644287
|
"docker_metadata": {
|
|
644251
644288
|
"type": "array",
|
|
644252
|
-
"items": {
|
|
644289
|
+
"items": {
|
|
644290
|
+
"type": "object",
|
|
644291
|
+
"properties": {
|
|
644292
|
+
"tags": {
|
|
644293
|
+
"type": "array",
|
|
644294
|
+
"items": {
|
|
644295
|
+
"type": "string"
|
|
644296
|
+
}
|
|
644297
|
+
}
|
|
644298
|
+
}
|
|
644299
|
+
}
|
|
644253
644300
|
},
|
|
644254
644301
|
"draft": {
|
|
644255
644302
|
"type": "boolean"
|
|
@@ -644269,7 +644316,10 @@
|
|
|
644269
644316
|
},
|
|
644270
644317
|
"metadata": {
|
|
644271
644318
|
"type": "array",
|
|
644272
|
-
"items": {
|
|
644319
|
+
"items": {
|
|
644320
|
+
"type": "object",
|
|
644321
|
+
"additionalProperties": true
|
|
644322
|
+
}
|
|
644273
644323
|
},
|
|
644274
644324
|
"name": {
|
|
644275
644325
|
"type": "string"
|
|
@@ -644481,7 +644531,56 @@
|
|
|
644481
644531
|
},
|
|
644482
644532
|
"rubygems_metadata": {
|
|
644483
644533
|
"type": "array",
|
|
644484
|
-
"items": {
|
|
644534
|
+
"items": {
|
|
644535
|
+
"title": "Ruby Gems metadata",
|
|
644536
|
+
"type": "object",
|
|
644537
|
+
"properties": {
|
|
644538
|
+
"name": {
|
|
644539
|
+
"type": "string"
|
|
644540
|
+
},
|
|
644541
|
+
"description": {
|
|
644542
|
+
"type": "string"
|
|
644543
|
+
},
|
|
644544
|
+
"readme": {
|
|
644545
|
+
"type": "string"
|
|
644546
|
+
},
|
|
644547
|
+
"homepage": {
|
|
644548
|
+
"type": "string"
|
|
644549
|
+
},
|
|
644550
|
+
"version_info": {
|
|
644551
|
+
"type": "object",
|
|
644552
|
+
"properties": {
|
|
644553
|
+
"version": {
|
|
644554
|
+
"type": "string"
|
|
644555
|
+
}
|
|
644556
|
+
}
|
|
644557
|
+
},
|
|
644558
|
+
"platform": {
|
|
644559
|
+
"type": "string"
|
|
644560
|
+
},
|
|
644561
|
+
"metadata": {
|
|
644562
|
+
"type": "object",
|
|
644563
|
+
"additionalProperties": {
|
|
644564
|
+
"type": "string"
|
|
644565
|
+
}
|
|
644566
|
+
},
|
|
644567
|
+
"repo": {
|
|
644568
|
+
"type": "string"
|
|
644569
|
+
},
|
|
644570
|
+
"dependencies": {
|
|
644571
|
+
"type": "array",
|
|
644572
|
+
"items": {
|
|
644573
|
+
"type": "object",
|
|
644574
|
+
"additionalProperties": {
|
|
644575
|
+
"type": "string"
|
|
644576
|
+
}
|
|
644577
|
+
}
|
|
644578
|
+
},
|
|
644579
|
+
"commit_oid": {
|
|
644580
|
+
"type": "string"
|
|
644581
|
+
}
|
|
644582
|
+
}
|
|
644583
|
+
}
|
|
644485
644584
|
},
|
|
644486
644585
|
"source_url": {
|
|
644487
644586
|
"type": "string",
|
|
@@ -813233,7 +813332,17 @@
|
|
|
813233
813332
|
},
|
|
813234
813333
|
"docker_metadata": {
|
|
813235
813334
|
"type": "array",
|
|
813236
|
-
"items": {
|
|
813335
|
+
"items": {
|
|
813336
|
+
"type": "object",
|
|
813337
|
+
"properties": {
|
|
813338
|
+
"tags": {
|
|
813339
|
+
"type": "array",
|
|
813340
|
+
"items": {
|
|
813341
|
+
"type": "string"
|
|
813342
|
+
}
|
|
813343
|
+
}
|
|
813344
|
+
}
|
|
813345
|
+
}
|
|
813237
813346
|
},
|
|
813238
813347
|
"draft": {
|
|
813239
813348
|
"type": "boolean"
|
|
@@ -813652,7 +813761,56 @@
|
|
|
813652
813761
|
},
|
|
813653
813762
|
"rubygems_metadata": {
|
|
813654
813763
|
"type": "array",
|
|
813655
|
-
"items": {
|
|
813764
|
+
"items": {
|
|
813765
|
+
"title": "Ruby Gems metadata",
|
|
813766
|
+
"type": "object",
|
|
813767
|
+
"properties": {
|
|
813768
|
+
"name": {
|
|
813769
|
+
"type": "string"
|
|
813770
|
+
},
|
|
813771
|
+
"description": {
|
|
813772
|
+
"type": "string"
|
|
813773
|
+
},
|
|
813774
|
+
"readme": {
|
|
813775
|
+
"type": "string"
|
|
813776
|
+
},
|
|
813777
|
+
"homepage": {
|
|
813778
|
+
"type": "string"
|
|
813779
|
+
},
|
|
813780
|
+
"version_info": {
|
|
813781
|
+
"type": "object",
|
|
813782
|
+
"properties": {
|
|
813783
|
+
"version": {
|
|
813784
|
+
"type": "string"
|
|
813785
|
+
}
|
|
813786
|
+
}
|
|
813787
|
+
},
|
|
813788
|
+
"platform": {
|
|
813789
|
+
"type": "string"
|
|
813790
|
+
},
|
|
813791
|
+
"metadata": {
|
|
813792
|
+
"type": "object",
|
|
813793
|
+
"additionalProperties": {
|
|
813794
|
+
"type": "string"
|
|
813795
|
+
}
|
|
813796
|
+
},
|
|
813797
|
+
"repo": {
|
|
813798
|
+
"type": "string"
|
|
813799
|
+
},
|
|
813800
|
+
"dependencies": {
|
|
813801
|
+
"type": "array",
|
|
813802
|
+
"items": {
|
|
813803
|
+
"type": "object",
|
|
813804
|
+
"additionalProperties": {
|
|
813805
|
+
"type": "string"
|
|
813806
|
+
}
|
|
813807
|
+
}
|
|
813808
|
+
},
|
|
813809
|
+
"commit_oid": {
|
|
813810
|
+
"type": "string"
|
|
813811
|
+
}
|
|
813812
|
+
}
|
|
813813
|
+
}
|
|
813656
813814
|
},
|
|
813657
813815
|
"summary": {
|
|
813658
813816
|
"type": "string"
|
|
@@ -815531,7 +815689,16 @@
|
|
|
815531
815689
|
"docker_metadata": {
|
|
815532
815690
|
"type": "array",
|
|
815533
815691
|
"items": {
|
|
815534
|
-
"
|
|
815692
|
+
"type": "object",
|
|
815693
|
+
"nullable": true,
|
|
815694
|
+
"properties": {
|
|
815695
|
+
"tags": {
|
|
815696
|
+
"type": "array",
|
|
815697
|
+
"items": {
|
|
815698
|
+
"type": "string"
|
|
815699
|
+
}
|
|
815700
|
+
}
|
|
815701
|
+
}
|
|
815535
815702
|
}
|
|
815536
815703
|
},
|
|
815537
815704
|
"draft": {
|
|
@@ -815551,7 +815718,10 @@
|
|
|
815551
815718
|
},
|
|
815552
815719
|
"metadata": {
|
|
815553
815720
|
"type": "array",
|
|
815554
|
-
"items": {
|
|
815721
|
+
"items": {
|
|
815722
|
+
"type": "object",
|
|
815723
|
+
"additionalProperties": true
|
|
815724
|
+
}
|
|
815555
815725
|
},
|
|
815556
815726
|
"name": {
|
|
815557
815727
|
"type": "string"
|
|
@@ -815734,7 +815904,56 @@
|
|
|
815734
815904
|
},
|
|
815735
815905
|
"rubygems_metadata": {
|
|
815736
815906
|
"type": "array",
|
|
815737
|
-
"items": {
|
|
815907
|
+
"items": {
|
|
815908
|
+
"title": "Ruby Gems metadata",
|
|
815909
|
+
"type": "object",
|
|
815910
|
+
"properties": {
|
|
815911
|
+
"name": {
|
|
815912
|
+
"type": "string"
|
|
815913
|
+
},
|
|
815914
|
+
"description": {
|
|
815915
|
+
"type": "string"
|
|
815916
|
+
},
|
|
815917
|
+
"readme": {
|
|
815918
|
+
"type": "string"
|
|
815919
|
+
},
|
|
815920
|
+
"homepage": {
|
|
815921
|
+
"type": "string"
|
|
815922
|
+
},
|
|
815923
|
+
"version_info": {
|
|
815924
|
+
"type": "object",
|
|
815925
|
+
"properties": {
|
|
815926
|
+
"version": {
|
|
815927
|
+
"type": "string"
|
|
815928
|
+
}
|
|
815929
|
+
}
|
|
815930
|
+
},
|
|
815931
|
+
"platform": {
|
|
815932
|
+
"type": "string"
|
|
815933
|
+
},
|
|
815934
|
+
"metadata": {
|
|
815935
|
+
"type": "object",
|
|
815936
|
+
"additionalProperties": {
|
|
815937
|
+
"type": "string"
|
|
815938
|
+
}
|
|
815939
|
+
},
|
|
815940
|
+
"repo": {
|
|
815941
|
+
"type": "string"
|
|
815942
|
+
},
|
|
815943
|
+
"dependencies": {
|
|
815944
|
+
"type": "array",
|
|
815945
|
+
"items": {
|
|
815946
|
+
"type": "object",
|
|
815947
|
+
"additionalProperties": {
|
|
815948
|
+
"type": "string"
|
|
815949
|
+
}
|
|
815950
|
+
}
|
|
815951
|
+
},
|
|
815952
|
+
"commit_oid": {
|
|
815953
|
+
"type": "string"
|
|
815954
|
+
}
|
|
815955
|
+
}
|
|
815956
|
+
}
|
|
815738
815957
|
},
|
|
815739
815958
|
"summary": {
|
|
815740
815959
|
"type": "string"
|