@octokit/openapi 11.1.0 → 11.1.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 +4 -44
- package/generated/api.github.com.json +4 -45
- package/generated/ghec-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghec-diff-to-api.github.com.json +1 -1
- package/generated/ghec.deref.json +7 -47
- package/generated/ghec.json +7 -48
- 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 +1 -4574
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +1 -674
- package/generated/ghes-3.5.deref.json +194 -54
- package/generated/ghes-3.5.json +8 -55
- 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 +1 -4738
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +1 -683
- package/generated/ghes-3.6.deref.json +30 -54
- package/generated/ghes-3.6.json +8 -55
- package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +1 -1
- package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
- package/generated/ghes-3.7.deref.json +17 -47
- package/generated/ghes-3.7.json +7 -48
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +0 -38
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +1 -4748
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
- package/generated/ghes-3.8.deref.json +18 -54
- package/generated/ghes-3.8.json +8 -55
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +0 -84
- package/generated/github.ae-diff-to-api.github.com.deref.json +1 -4594
- package/generated/github.ae-diff-to-api.github.com.json +1 -676
- package/generated/github.ae.deref.json +174 -54
- package/generated/github.ae.json +8 -55
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -42798,7 +42798,7 @@
|
|
|
42798
42798
|
"operationId": "gists/update",
|
|
42799
42799
|
"externalDocs": {
|
|
42800
42800
|
"description": "API method documentation",
|
|
42801
|
-
"url": "https://docs.github.com/
|
|
42801
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
42802
42802
|
},
|
|
42803
42803
|
"parameters": [
|
|
42804
42804
|
{
|
|
@@ -42816,6 +42816,7 @@
|
|
|
42816
42816
|
"content": {
|
|
42817
42817
|
"application/json": {
|
|
42818
42818
|
"schema": {
|
|
42819
|
+
"type": "object",
|
|
42819
42820
|
"properties": {
|
|
42820
42821
|
"description": {
|
|
42821
42822
|
"description": "The description of the gist.",
|
|
@@ -42844,39 +42845,10 @@
|
|
|
42844
42845
|
"type": "string",
|
|
42845
42846
|
"nullable": true
|
|
42846
42847
|
}
|
|
42847
|
-
}
|
|
42848
|
-
"anyOf": [
|
|
42849
|
-
{
|
|
42850
|
-
"required": [
|
|
42851
|
-
"content"
|
|
42852
|
-
]
|
|
42853
|
-
},
|
|
42854
|
-
{
|
|
42855
|
-
"required": [
|
|
42856
|
-
"filename"
|
|
42857
|
-
]
|
|
42858
|
-
},
|
|
42859
|
-
{
|
|
42860
|
-
"type": "object",
|
|
42861
|
-
"maxProperties": 0
|
|
42862
|
-
}
|
|
42863
|
-
]
|
|
42848
|
+
}
|
|
42864
42849
|
}
|
|
42865
42850
|
}
|
|
42866
42851
|
},
|
|
42867
|
-
"anyOf": [
|
|
42868
|
-
{
|
|
42869
|
-
"required": [
|
|
42870
|
-
"description"
|
|
42871
|
-
]
|
|
42872
|
-
},
|
|
42873
|
-
{
|
|
42874
|
-
"required": [
|
|
42875
|
-
"files"
|
|
42876
|
-
]
|
|
42877
|
-
}
|
|
42878
|
-
],
|
|
42879
|
-
"type": "object",
|
|
42880
42852
|
"nullable": true
|
|
42881
42853
|
},
|
|
42882
42854
|
"examples": {
|
|
@@ -307716,14 +307688,14 @@
|
|
|
307716
307688
|
},
|
|
307717
307689
|
"post": {
|
|
307718
307690
|
"summary": "Request reviewers for a pull request",
|
|
307719
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
307691
|
+
"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.",
|
|
307720
307692
|
"tags": [
|
|
307721
307693
|
"pulls"
|
|
307722
307694
|
],
|
|
307723
307695
|
"operationId": "pulls/request-reviewers",
|
|
307724
307696
|
"externalDocs": {
|
|
307725
307697
|
"description": "API method documentation",
|
|
307726
|
-
"url": "https://docs.github.com/
|
|
307698
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
307727
307699
|
},
|
|
307728
307700
|
"parameters": [
|
|
307729
307701
|
{
|
|
@@ -307775,19 +307747,7 @@
|
|
|
307775
307747
|
"type": "string"
|
|
307776
307748
|
}
|
|
307777
307749
|
}
|
|
307778
|
-
}
|
|
307779
|
-
"anyOf": [
|
|
307780
|
-
{
|
|
307781
|
-
"required": [
|
|
307782
|
-
"reviewers"
|
|
307783
|
-
]
|
|
307784
|
-
},
|
|
307785
|
-
{
|
|
307786
|
-
"required": [
|
|
307787
|
-
"team_reviewers"
|
|
307788
|
-
]
|
|
307789
|
-
}
|
|
307790
|
-
]
|
|
307750
|
+
}
|
|
307791
307751
|
},
|
|
307792
307752
|
"examples": {
|
|
307793
307753
|
"default": {
|
|
@@ -308701,6 +308661,9 @@
|
|
|
308701
308661
|
"privacy": {
|
|
308702
308662
|
"type": "string"
|
|
308703
308663
|
},
|
|
308664
|
+
"notification_setting": {
|
|
308665
|
+
"type": "string"
|
|
308666
|
+
},
|
|
308704
308667
|
"permission": {
|
|
308705
308668
|
"type": "string"
|
|
308706
308669
|
},
|
|
@@ -308792,6 +308755,11 @@
|
|
|
308792
308755
|
"type": "string",
|
|
308793
308756
|
"example": "closed"
|
|
308794
308757
|
},
|
|
308758
|
+
"notification_setting": {
|
|
308759
|
+
"description": "The notification setting the team has set",
|
|
308760
|
+
"type": "string",
|
|
308761
|
+
"example": "notifications_enabled"
|
|
308762
|
+
},
|
|
308795
308763
|
"html_url": {
|
|
308796
308764
|
"type": "string",
|
|
308797
308765
|
"format": "uri",
|
|
@@ -309462,6 +309430,12 @@
|
|
|
309462
309430
|
"type": "boolean",
|
|
309463
309431
|
"example": true
|
|
309464
309432
|
},
|
|
309433
|
+
"has_discussions": {
|
|
309434
|
+
"description": "Whether discussions are enabled.",
|
|
309435
|
+
"default": false,
|
|
309436
|
+
"type": "boolean",
|
|
309437
|
+
"example": true
|
|
309438
|
+
},
|
|
309465
309439
|
"archived": {
|
|
309466
309440
|
"description": "Whether the repository is archived.",
|
|
309467
309441
|
"default": false,
|
|
@@ -310798,6 +310772,12 @@
|
|
|
310798
310772
|
"type": "boolean",
|
|
310799
310773
|
"example": true
|
|
310800
310774
|
},
|
|
310775
|
+
"has_discussions": {
|
|
310776
|
+
"description": "Whether discussions are enabled.",
|
|
310777
|
+
"default": false,
|
|
310778
|
+
"type": "boolean",
|
|
310779
|
+
"example": true
|
|
310780
|
+
},
|
|
310801
310781
|
"archived": {
|
|
310802
310782
|
"description": "Whether the repository is archived.",
|
|
310803
310783
|
"default": false,
|
|
@@ -312068,6 +312048,7 @@
|
|
|
312068
312048
|
"slug": "justice-league",
|
|
312069
312049
|
"description": "A great team.",
|
|
312070
312050
|
"privacy": "closed",
|
|
312051
|
+
"notification_setting": "notifications_enabled",
|
|
312071
312052
|
"permission": "admin",
|
|
312072
312053
|
"members_url": "https://api.github.com/teams/1/members{/member}",
|
|
312073
312054
|
"repositories_url": "https://api.github.com/teams/1/repos",
|
|
@@ -312397,6 +312378,7 @@
|
|
|
312397
312378
|
}
|
|
312398
312379
|
},
|
|
312399
312380
|
"author_association": "OWNER",
|
|
312381
|
+
"auto_merge": null,
|
|
312400
312382
|
"draft": false
|
|
312401
312383
|
}
|
|
312402
312384
|
}
|
|
@@ -312441,13 +312423,7 @@
|
|
|
312441
312423
|
"category": "pulls",
|
|
312442
312424
|
"subcategory": "review-requests"
|
|
312443
312425
|
},
|
|
312444
|
-
"x-octokit": {
|
|
312445
|
-
"diff": {
|
|
312446
|
-
"ghes-3.7": {
|
|
312447
|
-
"type": "changed"
|
|
312448
|
-
}
|
|
312449
|
-
}
|
|
312450
|
-
}
|
|
312426
|
+
"x-octokit": {}
|
|
312451
312427
|
},
|
|
312452
312428
|
"delete": {
|
|
312453
312429
|
"summary": "Remove requested reviewers from a pull request",
|
package/generated/ghes-3.6.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -7753,7 +7753,7 @@
|
|
|
7753
7753
|
"operationId": "gists/update",
|
|
7754
7754
|
"externalDocs": {
|
|
7755
7755
|
"description": "API method documentation",
|
|
7756
|
-
"url": "https://docs.github.com/
|
|
7756
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
7757
7757
|
},
|
|
7758
7758
|
"parameters": [
|
|
7759
7759
|
{
|
|
@@ -7765,6 +7765,7 @@
|
|
|
7765
7765
|
"content": {
|
|
7766
7766
|
"application/json": {
|
|
7767
7767
|
"schema": {
|
|
7768
|
+
"type": "object",
|
|
7768
7769
|
"properties": {
|
|
7769
7770
|
"description": {
|
|
7770
7771
|
"description": "The description of the gist.",
|
|
@@ -7782,7 +7783,6 @@
|
|
|
7782
7783
|
"type": "object",
|
|
7783
7784
|
"additionalProperties": {
|
|
7784
7785
|
"type": "object",
|
|
7785
|
-
"nullable": true,
|
|
7786
7786
|
"properties": {
|
|
7787
7787
|
"content": {
|
|
7788
7788
|
"description": "The new content of the file.",
|
|
@@ -7793,39 +7793,10 @@
|
|
|
7793
7793
|
"type": "string",
|
|
7794
7794
|
"nullable": true
|
|
7795
7795
|
}
|
|
7796
|
-
}
|
|
7797
|
-
"anyOf": [
|
|
7798
|
-
{
|
|
7799
|
-
"required": [
|
|
7800
|
-
"content"
|
|
7801
|
-
]
|
|
7802
|
-
},
|
|
7803
|
-
{
|
|
7804
|
-
"required": [
|
|
7805
|
-
"filename"
|
|
7806
|
-
]
|
|
7807
|
-
},
|
|
7808
|
-
{
|
|
7809
|
-
"type": "object",
|
|
7810
|
-
"maxProperties": 0
|
|
7811
|
-
}
|
|
7812
|
-
]
|
|
7796
|
+
}
|
|
7813
7797
|
}
|
|
7814
7798
|
}
|
|
7815
7799
|
},
|
|
7816
|
-
"anyOf": [
|
|
7817
|
-
{
|
|
7818
|
-
"required": [
|
|
7819
|
-
"description"
|
|
7820
|
-
]
|
|
7821
|
-
},
|
|
7822
|
-
{
|
|
7823
|
-
"required": [
|
|
7824
|
-
"files"
|
|
7825
|
-
]
|
|
7826
|
-
}
|
|
7827
|
-
],
|
|
7828
|
-
"type": "object",
|
|
7829
7800
|
"nullable": true
|
|
7830
7801
|
},
|
|
7831
7802
|
"examples": {
|
|
@@ -42024,14 +41995,14 @@
|
|
|
42024
41995
|
},
|
|
42025
41996
|
"post": {
|
|
42026
41997
|
"summary": "Request reviewers for a pull request",
|
|
42027
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
41998
|
+
"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.",
|
|
42028
41999
|
"tags": [
|
|
42029
42000
|
"pulls"
|
|
42030
42001
|
],
|
|
42031
42002
|
"operationId": "pulls/request-reviewers",
|
|
42032
42003
|
"externalDocs": {
|
|
42033
42004
|
"description": "API method documentation",
|
|
42034
|
-
"url": "https://docs.github.com/
|
|
42005
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
42035
42006
|
},
|
|
42036
42007
|
"parameters": [
|
|
42037
42008
|
{
|
|
@@ -42065,19 +42036,7 @@
|
|
|
42065
42036
|
"type": "string"
|
|
42066
42037
|
}
|
|
42067
42038
|
}
|
|
42068
|
-
}
|
|
42069
|
-
"anyOf": [
|
|
42070
|
-
{
|
|
42071
|
-
"required": [
|
|
42072
|
-
"reviewers"
|
|
42073
|
-
]
|
|
42074
|
-
},
|
|
42075
|
-
{
|
|
42076
|
-
"required": [
|
|
42077
|
-
"team_reviewers"
|
|
42078
|
-
]
|
|
42079
|
-
}
|
|
42080
|
-
]
|
|
42039
|
+
}
|
|
42081
42040
|
},
|
|
42082
42041
|
"examples": {
|
|
42083
42042
|
"default": {
|
|
@@ -42126,13 +42085,7 @@
|
|
|
42126
42085
|
"category": "pulls",
|
|
42127
42086
|
"subcategory": "review-requests"
|
|
42128
42087
|
},
|
|
42129
|
-
"x-octokit": {
|
|
42130
|
-
"diff": {
|
|
42131
|
-
"ghes-3.7": {
|
|
42132
|
-
"type": "changed"
|
|
42133
|
-
}
|
|
42134
|
-
}
|
|
42135
|
-
}
|
|
42088
|
+
"x-octokit": {}
|
|
42136
42089
|
},
|
|
42137
42090
|
"delete": {
|
|
42138
42091
|
"summary": "Remove requested reviewers from a pull request",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -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.",
|
|
@@ -44145,39 +44146,10 @@
|
|
|
44145
44146
|
"type": "string",
|
|
44146
44147
|
"nullable": true
|
|
44147
44148
|
}
|
|
44148
|
-
}
|
|
44149
|
-
"anyOf": [
|
|
44150
|
-
{
|
|
44151
|
-
"required": [
|
|
44152
|
-
"content"
|
|
44153
|
-
]
|
|
44154
|
-
},
|
|
44155
|
-
{
|
|
44156
|
-
"required": [
|
|
44157
|
-
"filename"
|
|
44158
|
-
]
|
|
44159
|
-
},
|
|
44160
|
-
{
|
|
44161
|
-
"type": "object",
|
|
44162
|
-
"maxProperties": 0
|
|
44163
|
-
}
|
|
44164
|
-
]
|
|
44149
|
+
}
|
|
44165
44150
|
}
|
|
44166
44151
|
}
|
|
44167
44152
|
},
|
|
44168
|
-
"anyOf": [
|
|
44169
|
-
{
|
|
44170
|
-
"required": [
|
|
44171
|
-
"description"
|
|
44172
|
-
]
|
|
44173
|
-
},
|
|
44174
|
-
{
|
|
44175
|
-
"required": [
|
|
44176
|
-
"files"
|
|
44177
|
-
]
|
|
44178
|
-
}
|
|
44179
|
-
],
|
|
44180
|
-
"type": "object",
|
|
44181
44153
|
"nullable": true
|
|
44182
44154
|
},
|
|
44183
44155
|
"examples": {
|
|
@@ -311400,14 +311372,14 @@
|
|
|
311400
311372
|
},
|
|
311401
311373
|
"post": {
|
|
311402
311374
|
"summary": "Request reviewers for a pull request",
|
|
311403
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
311375
|
+
"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
311376
|
"tags": [
|
|
311405
311377
|
"pulls"
|
|
311406
311378
|
],
|
|
311407
311379
|
"operationId": "pulls/request-reviewers",
|
|
311408
311380
|
"externalDocs": {
|
|
311409
311381
|
"description": "API method documentation",
|
|
311410
|
-
"url": "https://docs.github.com/
|
|
311382
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
311411
311383
|
},
|
|
311412
311384
|
"parameters": [
|
|
311413
311385
|
{
|
|
@@ -311459,19 +311431,7 @@
|
|
|
311459
311431
|
"type": "string"
|
|
311460
311432
|
}
|
|
311461
311433
|
}
|
|
311462
|
-
}
|
|
311463
|
-
"anyOf": [
|
|
311464
|
-
{
|
|
311465
|
-
"required": [
|
|
311466
|
-
"reviewers"
|
|
311467
|
-
]
|
|
311468
|
-
},
|
|
311469
|
-
{
|
|
311470
|
-
"required": [
|
|
311471
|
-
"team_reviewers"
|
|
311472
|
-
]
|
|
311473
|
-
}
|
|
311474
|
-
]
|
|
311434
|
+
}
|
|
311475
311435
|
},
|
|
311476
311436
|
"examples": {
|
|
311477
311437
|
"default": {
|
|
@@ -312385,6 +312345,9 @@
|
|
|
312385
312345
|
"privacy": {
|
|
312386
312346
|
"type": "string"
|
|
312387
312347
|
},
|
|
312348
|
+
"notification_setting": {
|
|
312349
|
+
"type": "string"
|
|
312350
|
+
},
|
|
312388
312351
|
"permission": {
|
|
312389
312352
|
"type": "string"
|
|
312390
312353
|
},
|
|
@@ -312476,6 +312439,11 @@
|
|
|
312476
312439
|
"type": "string",
|
|
312477
312440
|
"example": "closed"
|
|
312478
312441
|
},
|
|
312442
|
+
"notification_setting": {
|
|
312443
|
+
"description": "The notification setting the team has set",
|
|
312444
|
+
"type": "string",
|
|
312445
|
+
"example": "notifications_enabled"
|
|
312446
|
+
},
|
|
312479
312447
|
"html_url": {
|
|
312480
312448
|
"type": "string",
|
|
312481
312449
|
"format": "uri",
|
|
@@ -315764,6 +315732,7 @@
|
|
|
315764
315732
|
"slug": "justice-league",
|
|
315765
315733
|
"description": "A great team.",
|
|
315766
315734
|
"privacy": "closed",
|
|
315735
|
+
"notification_setting": "notifications_enabled",
|
|
315767
315736
|
"permission": "admin",
|
|
315768
315737
|
"members_url": "https://api.github.com/teams/1/members{/member}",
|
|
315769
315738
|
"repositories_url": "https://api.github.com/teams/1/repos",
|
|
@@ -316093,6 +316062,7 @@
|
|
|
316093
316062
|
}
|
|
316094
316063
|
},
|
|
316095
316064
|
"author_association": "OWNER",
|
|
316065
|
+
"auto_merge": null,
|
|
316096
316066
|
"draft": false
|
|
316097
316067
|
}
|
|
316098
316068
|
}
|
package/generated/ghes-3.7.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.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": {
|
|
@@ -7912,7 +7912,7 @@
|
|
|
7912
7912
|
"operationId": "gists/update",
|
|
7913
7913
|
"externalDocs": {
|
|
7914
7914
|
"description": "API method documentation",
|
|
7915
|
-
"url": "https://docs.github.com/
|
|
7915
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
7916
7916
|
},
|
|
7917
7917
|
"parameters": [
|
|
7918
7918
|
{
|
|
@@ -7924,6 +7924,7 @@
|
|
|
7924
7924
|
"content": {
|
|
7925
7925
|
"application/json": {
|
|
7926
7926
|
"schema": {
|
|
7927
|
+
"type": "object",
|
|
7927
7928
|
"properties": {
|
|
7928
7929
|
"description": {
|
|
7929
7930
|
"description": "The description of the gist.",
|
|
@@ -7941,7 +7942,6 @@
|
|
|
7941
7942
|
"type": "object",
|
|
7942
7943
|
"additionalProperties": {
|
|
7943
7944
|
"type": "object",
|
|
7944
|
-
"nullable": true,
|
|
7945
7945
|
"properties": {
|
|
7946
7946
|
"content": {
|
|
7947
7947
|
"description": "The new content of the file.",
|
|
@@ -7952,39 +7952,10 @@
|
|
|
7952
7952
|
"type": "string",
|
|
7953
7953
|
"nullable": true
|
|
7954
7954
|
}
|
|
7955
|
-
}
|
|
7956
|
-
"anyOf": [
|
|
7957
|
-
{
|
|
7958
|
-
"required": [
|
|
7959
|
-
"content"
|
|
7960
|
-
]
|
|
7961
|
-
},
|
|
7962
|
-
{
|
|
7963
|
-
"required": [
|
|
7964
|
-
"filename"
|
|
7965
|
-
]
|
|
7966
|
-
},
|
|
7967
|
-
{
|
|
7968
|
-
"type": "object",
|
|
7969
|
-
"maxProperties": 0
|
|
7970
|
-
}
|
|
7971
|
-
]
|
|
7955
|
+
}
|
|
7972
7956
|
}
|
|
7973
7957
|
}
|
|
7974
7958
|
},
|
|
7975
|
-
"anyOf": [
|
|
7976
|
-
{
|
|
7977
|
-
"required": [
|
|
7978
|
-
"description"
|
|
7979
|
-
]
|
|
7980
|
-
},
|
|
7981
|
-
{
|
|
7982
|
-
"required": [
|
|
7983
|
-
"files"
|
|
7984
|
-
]
|
|
7985
|
-
}
|
|
7986
|
-
],
|
|
7987
|
-
"type": "object",
|
|
7988
7959
|
"nullable": true
|
|
7989
7960
|
},
|
|
7990
7961
|
"examples": {
|
|
@@ -42898,14 +42869,14 @@
|
|
|
42898
42869
|
},
|
|
42899
42870
|
"post": {
|
|
42900
42871
|
"summary": "Request reviewers for a pull request",
|
|
42901
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
42872
|
+
"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.",
|
|
42902
42873
|
"tags": [
|
|
42903
42874
|
"pulls"
|
|
42904
42875
|
],
|
|
42905
42876
|
"operationId": "pulls/request-reviewers",
|
|
42906
42877
|
"externalDocs": {
|
|
42907
42878
|
"description": "API method documentation",
|
|
42908
|
-
"url": "https://docs.github.com/
|
|
42879
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
42909
42880
|
},
|
|
42910
42881
|
"parameters": [
|
|
42911
42882
|
{
|
|
@@ -42939,19 +42910,7 @@
|
|
|
42939
42910
|
"type": "string"
|
|
42940
42911
|
}
|
|
42941
42912
|
}
|
|
42942
|
-
}
|
|
42943
|
-
"anyOf": [
|
|
42944
|
-
{
|
|
42945
|
-
"required": [
|
|
42946
|
-
"reviewers"
|
|
42947
|
-
]
|
|
42948
|
-
},
|
|
42949
|
-
{
|
|
42950
|
-
"required": [
|
|
42951
|
-
"team_reviewers"
|
|
42952
|
-
]
|
|
42953
|
-
}
|
|
42954
|
-
]
|
|
42913
|
+
}
|
|
42955
42914
|
},
|
|
42956
42915
|
"examples": {
|
|
42957
42916
|
"default": {
|
|
@@ -39225,44 +39225,6 @@
|
|
|
39225
39225
|
}
|
|
39226
39226
|
}
|
|
39227
39227
|
}
|
|
39228
|
-
},
|
|
39229
|
-
"post": {
|
|
39230
|
-
"responses": {
|
|
39231
|
-
"changed": {
|
|
39232
|
-
"201": {
|
|
39233
|
-
"content": {
|
|
39234
|
-
"changed": {
|
|
39235
|
-
"application/json": {
|
|
39236
|
-
"schema_changed": {
|
|
39237
|
-
"properties_changed": {
|
|
39238
|
-
"changed": {
|
|
39239
|
-
"requested_teams": {
|
|
39240
|
-
"items_changed": {
|
|
39241
|
-
"properties_changed": {
|
|
39242
|
-
"changed": {
|
|
39243
|
-
"parent": {
|
|
39244
|
-
"properties_changed": {
|
|
39245
|
-
"removed": [
|
|
39246
|
-
"notification_setting"
|
|
39247
|
-
]
|
|
39248
|
-
}
|
|
39249
|
-
}
|
|
39250
|
-
},
|
|
39251
|
-
"removed": [
|
|
39252
|
-
"notification_setting"
|
|
39253
|
-
]
|
|
39254
|
-
}
|
|
39255
|
-
}
|
|
39256
|
-
}
|
|
39257
|
-
}
|
|
39258
|
-
}
|
|
39259
|
-
}
|
|
39260
|
-
}
|
|
39261
|
-
}
|
|
39262
|
-
}
|
|
39263
|
-
}
|
|
39264
|
-
}
|
|
39265
|
-
}
|
|
39266
39228
|
}
|
|
39267
39229
|
},
|
|
39268
39230
|
"/repos/{owner}/{repo}/releases": {
|