@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": {
|
|
@@ -32902,7 +32902,12 @@
|
|
|
32902
32902
|
"description": "The reason for the current state",
|
|
32903
32903
|
"example": "not_planned",
|
|
32904
32904
|
"type": "string",
|
|
32905
|
-
"nullable": true
|
|
32905
|
+
"nullable": true,
|
|
32906
|
+
"enum": [
|
|
32907
|
+
"completed",
|
|
32908
|
+
"reopened",
|
|
32909
|
+
"not_planned"
|
|
32910
|
+
]
|
|
32906
32911
|
},
|
|
32907
32912
|
"title": {
|
|
32908
32913
|
"description": "Title of the issue",
|
|
@@ -47842,7 +47847,12 @@
|
|
|
47842
47847
|
"description": "The reason for the current state",
|
|
47843
47848
|
"example": "not_planned",
|
|
47844
47849
|
"type": "string",
|
|
47845
|
-
"nullable": true
|
|
47850
|
+
"nullable": true,
|
|
47851
|
+
"enum": [
|
|
47852
|
+
"completed",
|
|
47853
|
+
"reopened",
|
|
47854
|
+
"not_planned"
|
|
47855
|
+
]
|
|
47846
47856
|
},
|
|
47847
47857
|
"title": {
|
|
47848
47858
|
"description": "Title of the issue",
|
|
@@ -51352,7 +51362,12 @@
|
|
|
51352
51362
|
"description": "The reason for the current state",
|
|
51353
51363
|
"example": "not_planned",
|
|
51354
51364
|
"type": "string",
|
|
51355
|
-
"nullable": true
|
|
51365
|
+
"nullable": true,
|
|
51366
|
+
"enum": [
|
|
51367
|
+
"completed",
|
|
51368
|
+
"reopened",
|
|
51369
|
+
"not_planned"
|
|
51370
|
+
]
|
|
51356
51371
|
},
|
|
51357
51372
|
"title": {
|
|
51358
51373
|
"description": "Title of the issue",
|
|
@@ -70742,7 +70757,12 @@
|
|
|
70742
70757
|
"description": "The reason for the current state",
|
|
70743
70758
|
"example": "not_planned",
|
|
70744
70759
|
"type": "string",
|
|
70745
|
-
"nullable": true
|
|
70760
|
+
"nullable": true,
|
|
70761
|
+
"enum": [
|
|
70762
|
+
"completed",
|
|
70763
|
+
"reopened",
|
|
70764
|
+
"not_planned"
|
|
70765
|
+
]
|
|
70746
70766
|
},
|
|
70747
70767
|
"title": {
|
|
70748
70768
|
"description": "Title of the issue",
|
|
@@ -77761,7 +77781,12 @@
|
|
|
77761
77781
|
"description": "The reason for the current state",
|
|
77762
77782
|
"example": "not_planned",
|
|
77763
77783
|
"type": "string",
|
|
77764
|
-
"nullable": true
|
|
77784
|
+
"nullable": true,
|
|
77785
|
+
"enum": [
|
|
77786
|
+
"completed",
|
|
77787
|
+
"reopened",
|
|
77788
|
+
"not_planned"
|
|
77789
|
+
]
|
|
77765
77790
|
},
|
|
77766
77791
|
"title": {
|
|
77767
77792
|
"description": "Title of the issue",
|
|
@@ -85835,8 +85860,9 @@
|
|
|
85835
85860
|
},
|
|
85836
85861
|
"use_squash_pr_title_as_default": {
|
|
85837
85862
|
"type": "boolean",
|
|
85838
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
85839
|
-
"default": false
|
|
85863
|
+
"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.",
|
|
85864
|
+
"default": false,
|
|
85865
|
+
"deprecated": true
|
|
85840
85866
|
},
|
|
85841
85867
|
"squash_merge_commit_title": {
|
|
85842
85868
|
"type": "string",
|
|
@@ -111441,8 +111467,9 @@
|
|
|
111441
111467
|
},
|
|
111442
111468
|
"use_squash_pr_title_as_default": {
|
|
111443
111469
|
"type": "boolean",
|
|
111444
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
111445
|
-
"default": false
|
|
111470
|
+
"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.",
|
|
111471
|
+
"default": false,
|
|
111472
|
+
"deprecated": true
|
|
111446
111473
|
},
|
|
111447
111474
|
"squash_merge_commit_title": {
|
|
111448
111475
|
"type": "string",
|
|
@@ -132048,7 +132075,7 @@
|
|
|
132048
132075
|
},
|
|
132049
132076
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
132050
132077
|
"get": {
|
|
132051
|
-
"summary": "List workflow runs",
|
|
132078
|
+
"summary": "List workflow runs for a workflow",
|
|
132052
132079
|
"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/enterprise-server@3.2/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.",
|
|
132053
132080
|
"tags": [
|
|
132054
132081
|
"actions"
|
|
@@ -192176,7 +192203,7 @@
|
|
|
192176
192203
|
},
|
|
192177
192204
|
"sha": {
|
|
192178
192205
|
"type": "string",
|
|
192179
|
-
"description": "The blob SHA of the file being
|
|
192206
|
+
"description": "The blob SHA of the file being deleted."
|
|
192180
192207
|
},
|
|
192181
192208
|
"branch": {
|
|
192182
192209
|
"type": "string",
|
|
@@ -199787,7 +199814,12 @@
|
|
|
199787
199814
|
"description": "The reason for the current state",
|
|
199788
199815
|
"example": "not_planned",
|
|
199789
199816
|
"type": "string",
|
|
199790
|
-
"nullable": true
|
|
199817
|
+
"nullable": true,
|
|
199818
|
+
"enum": [
|
|
199819
|
+
"completed",
|
|
199820
|
+
"reopened",
|
|
199821
|
+
"not_planned"
|
|
199822
|
+
]
|
|
199791
199823
|
},
|
|
199792
199824
|
"title": {
|
|
199793
199825
|
"description": "Title of the issue",
|
|
@@ -221161,7 +221193,12 @@
|
|
|
221161
221193
|
"description": "The reason for the current state",
|
|
221162
221194
|
"example": "not_planned",
|
|
221163
221195
|
"type": "string",
|
|
221164
|
-
"nullable": true
|
|
221196
|
+
"nullable": true,
|
|
221197
|
+
"enum": [
|
|
221198
|
+
"completed",
|
|
221199
|
+
"reopened",
|
|
221200
|
+
"not_planned"
|
|
221201
|
+
]
|
|
221165
221202
|
},
|
|
221166
221203
|
"title": {
|
|
221167
221204
|
"description": "Title of the issue",
|
|
@@ -223943,7 +223980,12 @@
|
|
|
223943
223980
|
"description": "The reason for the current state",
|
|
223944
223981
|
"example": "not_planned",
|
|
223945
223982
|
"type": "string",
|
|
223946
|
-
"nullable": true
|
|
223983
|
+
"nullable": true,
|
|
223984
|
+
"enum": [
|
|
223985
|
+
"completed",
|
|
223986
|
+
"reopened",
|
|
223987
|
+
"not_planned"
|
|
223988
|
+
]
|
|
223947
223989
|
},
|
|
223948
223990
|
"title": {
|
|
223949
223991
|
"description": "Title of the issue",
|
|
@@ -229900,7 +229942,12 @@
|
|
|
229900
229942
|
"description": "The reason for the current state",
|
|
229901
229943
|
"example": "not_planned",
|
|
229902
229944
|
"type": "string",
|
|
229903
|
-
"nullable": true
|
|
229945
|
+
"nullable": true,
|
|
229946
|
+
"enum": [
|
|
229947
|
+
"completed",
|
|
229948
|
+
"reopened",
|
|
229949
|
+
"not_planned"
|
|
229950
|
+
]
|
|
229904
229951
|
},
|
|
229905
229952
|
"title": {
|
|
229906
229953
|
"description": "Title of the issue",
|
|
@@ -233735,7 +233782,12 @@
|
|
|
233735
233782
|
"description": "The reason for the current state",
|
|
233736
233783
|
"example": "not_planned",
|
|
233737
233784
|
"type": "string",
|
|
233738
|
-
"nullable": true
|
|
233785
|
+
"nullable": true,
|
|
233786
|
+
"enum": [
|
|
233787
|
+
"completed",
|
|
233788
|
+
"reopened",
|
|
233789
|
+
"not_planned"
|
|
233790
|
+
]
|
|
233739
233791
|
},
|
|
233740
233792
|
"title": {
|
|
233741
233793
|
"description": "Title of the issue",
|
|
@@ -237452,7 +237504,12 @@
|
|
|
237452
237504
|
"description": "The reason for the current state",
|
|
237453
237505
|
"example": "not_planned",
|
|
237454
237506
|
"type": "string",
|
|
237455
|
-
"nullable": true
|
|
237507
|
+
"nullable": true,
|
|
237508
|
+
"enum": [
|
|
237509
|
+
"completed",
|
|
237510
|
+
"reopened",
|
|
237511
|
+
"not_planned"
|
|
237512
|
+
]
|
|
237456
237513
|
},
|
|
237457
237514
|
"title": {
|
|
237458
237515
|
"description": "Title of the issue",
|
|
@@ -240073,6 +240130,11 @@
|
|
|
240073
240130
|
},
|
|
240074
240131
|
"state_reason": {
|
|
240075
240132
|
"type": "string",
|
|
240133
|
+
"enum": [
|
|
240134
|
+
"completed",
|
|
240135
|
+
"not_planned",
|
|
240136
|
+
"reopened"
|
|
240137
|
+
],
|
|
240076
240138
|
"nullable": true,
|
|
240077
240139
|
"description": "The reason for the current state",
|
|
240078
240140
|
"example": "not_planned"
|
|
@@ -240202,7 +240264,12 @@
|
|
|
240202
240264
|
"description": "The reason for the current state",
|
|
240203
240265
|
"example": "not_planned",
|
|
240204
240266
|
"type": "string",
|
|
240205
|
-
"nullable": true
|
|
240267
|
+
"nullable": true,
|
|
240268
|
+
"enum": [
|
|
240269
|
+
"completed",
|
|
240270
|
+
"reopened",
|
|
240271
|
+
"not_planned"
|
|
240272
|
+
]
|
|
240206
240273
|
},
|
|
240207
240274
|
"title": {
|
|
240208
240275
|
"description": "Title of the issue",
|
|
@@ -242978,7 +243045,12 @@
|
|
|
242978
243045
|
"description": "The reason for the current state",
|
|
242979
243046
|
"example": "not_planned",
|
|
242980
243047
|
"type": "string",
|
|
242981
|
-
"nullable": true
|
|
243048
|
+
"nullable": true,
|
|
243049
|
+
"enum": [
|
|
243050
|
+
"completed",
|
|
243051
|
+
"reopened",
|
|
243052
|
+
"not_planned"
|
|
243053
|
+
]
|
|
242982
243054
|
},
|
|
242983
243055
|
"title": {
|
|
242984
243056
|
"description": "Title of the issue",
|
|
@@ -266778,7 +266850,12 @@
|
|
|
266778
266850
|
"description": "The reason for the current state",
|
|
266779
266851
|
"example": "not_planned",
|
|
266780
266852
|
"type": "string",
|
|
266781
|
-
"nullable": true
|
|
266853
|
+
"nullable": true,
|
|
266854
|
+
"enum": [
|
|
266855
|
+
"completed",
|
|
266856
|
+
"reopened",
|
|
266857
|
+
"not_planned"
|
|
266858
|
+
]
|
|
266782
266859
|
},
|
|
266783
266860
|
"title": {
|
|
266784
266861
|
"description": "Title of the issue",
|
|
@@ -361512,7 +361589,12 @@
|
|
|
361512
361589
|
"description": "The reason for the current state",
|
|
361513
361590
|
"example": "not_planned",
|
|
361514
361591
|
"type": "string",
|
|
361515
|
-
"nullable": true
|
|
361592
|
+
"nullable": true,
|
|
361593
|
+
"enum": [
|
|
361594
|
+
"completed",
|
|
361595
|
+
"reopened",
|
|
361596
|
+
"not_planned"
|
|
361597
|
+
]
|
|
361516
361598
|
},
|
|
361517
361599
|
"title": {
|
|
361518
361600
|
"description": "Title of the issue",
|
|
@@ -379303,7 +379385,12 @@
|
|
|
379303
379385
|
"description": "The reason for the current state",
|
|
379304
379386
|
"example": "not_planned",
|
|
379305
379387
|
"type": "string",
|
|
379306
|
-
"nullable": true
|
|
379388
|
+
"nullable": true,
|
|
379389
|
+
"enum": [
|
|
379390
|
+
"completed",
|
|
379391
|
+
"reopened",
|
|
379392
|
+
"not_planned"
|
|
379393
|
+
]
|
|
379307
379394
|
},
|
|
379308
379395
|
"title": {
|
|
379309
379396
|
"description": "Title of the issue",
|
|
@@ -382421,7 +382508,12 @@
|
|
|
382421
382508
|
"description": "The reason for the current state",
|
|
382422
382509
|
"example": "not_planned",
|
|
382423
382510
|
"type": "string",
|
|
382424
|
-
"nullable": true
|
|
382511
|
+
"nullable": true,
|
|
382512
|
+
"enum": [
|
|
382513
|
+
"completed",
|
|
382514
|
+
"reopened",
|
|
382515
|
+
"not_planned"
|
|
382516
|
+
]
|
|
382425
382517
|
},
|
|
382426
382518
|
"title": {
|
|
382427
382519
|
"description": "Title of the issue",
|
|
@@ -385541,7 +385633,12 @@
|
|
|
385541
385633
|
"description": "The reason for the current state",
|
|
385542
385634
|
"example": "not_planned",
|
|
385543
385635
|
"type": "string",
|
|
385544
|
-
"nullable": true
|
|
385636
|
+
"nullable": true,
|
|
385637
|
+
"enum": [
|
|
385638
|
+
"completed",
|
|
385639
|
+
"reopened",
|
|
385640
|
+
"not_planned"
|
|
385641
|
+
]
|
|
385545
385642
|
},
|
|
385546
385643
|
"title": {
|
|
385547
385644
|
"description": "Title of the issue",
|
|
@@ -391598,7 +391695,12 @@
|
|
|
391598
391695
|
"description": "The reason for the current state",
|
|
391599
391696
|
"example": "not_planned",
|
|
391600
391697
|
"type": "string",
|
|
391601
|
-
"nullable": true
|
|
391698
|
+
"nullable": true,
|
|
391699
|
+
"enum": [
|
|
391700
|
+
"completed",
|
|
391701
|
+
"reopened",
|
|
391702
|
+
"not_planned"
|
|
391703
|
+
]
|
|
391602
391704
|
},
|
|
391603
391705
|
"title": {
|
|
391604
391706
|
"description": "Title of the issue",
|
|
@@ -394718,7 +394820,12 @@
|
|
|
394718
394820
|
"description": "The reason for the current state",
|
|
394719
394821
|
"example": "not_planned",
|
|
394720
394822
|
"type": "string",
|
|
394721
|
-
"nullable": true
|
|
394823
|
+
"nullable": true,
|
|
394824
|
+
"enum": [
|
|
394825
|
+
"completed",
|
|
394826
|
+
"reopened",
|
|
394827
|
+
"not_planned"
|
|
394828
|
+
]
|
|
394722
394829
|
},
|
|
394723
394830
|
"title": {
|
|
394724
394831
|
"description": "Title of the issue",
|
package/generated/ghes-3.2.json
CHANGED
|
@@ -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": {
|
|
@@ -13884,8 +13884,9 @@
|
|
|
13884
13884
|
},
|
|
13885
13885
|
"use_squash_pr_title_as_default": {
|
|
13886
13886
|
"type": "boolean",
|
|
13887
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
13888
|
-
"default": false
|
|
13887
|
+
"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.",
|
|
13888
|
+
"default": false,
|
|
13889
|
+
"deprecated": true
|
|
13889
13890
|
},
|
|
13890
13891
|
"squash_merge_commit_title": {
|
|
13891
13892
|
"type": "string",
|
|
@@ -18298,8 +18299,9 @@
|
|
|
18298
18299
|
},
|
|
18299
18300
|
"use_squash_pr_title_as_default": {
|
|
18300
18301
|
"type": "boolean",
|
|
18301
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
18302
|
-
"default": false
|
|
18302
|
+
"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.",
|
|
18303
|
+
"default": false,
|
|
18304
|
+
"deprecated": true
|
|
18303
18305
|
},
|
|
18304
18306
|
"squash_merge_commit_title": {
|
|
18305
18307
|
"type": "string",
|
|
@@ -20633,7 +20635,7 @@
|
|
|
20633
20635
|
},
|
|
20634
20636
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
20635
20637
|
"get": {
|
|
20636
|
-
"summary": "List workflow runs",
|
|
20638
|
+
"summary": "List workflow runs for a workflow",
|
|
20637
20639
|
"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/enterprise-server@3.2/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.",
|
|
20638
20640
|
"tags": [
|
|
20639
20641
|
"actions"
|
|
@@ -27623,7 +27625,7 @@
|
|
|
27623
27625
|
},
|
|
27624
27626
|
"sha": {
|
|
27625
27627
|
"type": "string",
|
|
27626
|
-
"description": "The blob SHA of the file being
|
|
27628
|
+
"description": "The blob SHA of the file being deleted."
|
|
27627
27629
|
},
|
|
27628
27630
|
"branch": {
|
|
27629
27631
|
"type": "string",
|
|
@@ -32633,6 +32635,11 @@
|
|
|
32633
32635
|
},
|
|
32634
32636
|
"state_reason": {
|
|
32635
32637
|
"type": "string",
|
|
32638
|
+
"enum": [
|
|
32639
|
+
"completed",
|
|
32640
|
+
"not_planned",
|
|
32641
|
+
"reopened"
|
|
32642
|
+
],
|
|
32636
32643
|
"nullable": true,
|
|
32637
32644
|
"description": "The reason for the current state",
|
|
32638
32645
|
"example": "not_planned"
|
|
@@ -54843,7 +54850,12 @@
|
|
|
54843
54850
|
"description": "The reason for the current state",
|
|
54844
54851
|
"example": "not_planned",
|
|
54845
54852
|
"type": "string",
|
|
54846
|
-
"nullable": true
|
|
54853
|
+
"nullable": true,
|
|
54854
|
+
"enum": [
|
|
54855
|
+
"completed",
|
|
54856
|
+
"reopened",
|
|
54857
|
+
"not_planned"
|
|
54858
|
+
]
|
|
54847
54859
|
},
|
|
54848
54860
|
"title": {
|
|
54849
54861
|
"description": "Title of the issue",
|
|
@@ -66323,7 +66335,12 @@
|
|
|
66323
66335
|
"description": "The reason for the current state",
|
|
66324
66336
|
"example": "not_planned",
|
|
66325
66337
|
"type": "string",
|
|
66326
|
-
"nullable": true
|
|
66338
|
+
"nullable": true,
|
|
66339
|
+
"enum": [
|
|
66340
|
+
"completed",
|
|
66341
|
+
"reopened",
|
|
66342
|
+
"not_planned"
|
|
66343
|
+
]
|
|
66327
66344
|
},
|
|
66328
66345
|
"title": {
|
|
66329
66346
|
"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": {
|
|
@@ -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": {
|