@octokit/openapi 11.1.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 +17 -49
- package/generated/api.github.com.json +16 -49
- 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 +20 -52
- package/generated/ghec.json +19 -52
- 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 +207 -59
- package/generated/ghes-3.5.json +20 -59
- 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 +43 -59
- package/generated/ghes-3.6.json +20 -59
- 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 +30 -52
- package/generated/ghes-3.7.json +19 -52
- 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 +31 -59
- package/generated/ghes-3.8.json +20 -59
- 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 +187 -59
- package/generated/github.ae.json +20 -59
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.1.
|
|
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": {
|
|
@@ -46711,7 +46711,7 @@
|
|
|
46711
46711
|
"operationId": "gists/update",
|
|
46712
46712
|
"externalDocs": {
|
|
46713
46713
|
"description": "API method documentation",
|
|
46714
|
-
"url": "https://docs.github.com/
|
|
46714
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
46715
46715
|
},
|
|
46716
46716
|
"parameters": [
|
|
46717
46717
|
{
|
|
@@ -46729,6 +46729,7 @@
|
|
|
46729
46729
|
"content": {
|
|
46730
46730
|
"application/json": {
|
|
46731
46731
|
"schema": {
|
|
46732
|
+
"type": "object",
|
|
46732
46733
|
"properties": {
|
|
46733
46734
|
"description": {
|
|
46734
46735
|
"description": "The description of the gist.",
|
|
@@ -46745,29 +46746,21 @@
|
|
|
46745
46746
|
},
|
|
46746
46747
|
"type": "object",
|
|
46747
46748
|
"additionalProperties": {
|
|
46748
|
-
"
|
|
46749
|
-
"nullable": true,
|
|
46750
|
-
"properties": {
|
|
46751
|
-
"content": {
|
|
46752
|
-
"description": "The new content of the file.",
|
|
46753
|
-
"type": "string"
|
|
46754
|
-
},
|
|
46755
|
-
"filename": {
|
|
46756
|
-
"description": "The new filename for the file.",
|
|
46757
|
-
"type": "string",
|
|
46758
|
-
"nullable": true
|
|
46759
|
-
}
|
|
46760
|
-
},
|
|
46761
|
-
"anyOf": [
|
|
46762
|
-
{
|
|
46763
|
-
"required": [
|
|
46764
|
-
"content"
|
|
46765
|
-
]
|
|
46766
|
-
},
|
|
46749
|
+
"oneOf": [
|
|
46767
46750
|
{
|
|
46768
|
-
"
|
|
46769
|
-
|
|
46770
|
-
|
|
46751
|
+
"type": "object",
|
|
46752
|
+
"nullable": true,
|
|
46753
|
+
"properties": {
|
|
46754
|
+
"content": {
|
|
46755
|
+
"description": "The new content of the file.",
|
|
46756
|
+
"type": "string"
|
|
46757
|
+
},
|
|
46758
|
+
"filename": {
|
|
46759
|
+
"description": "The new filename for the file.",
|
|
46760
|
+
"type": "string",
|
|
46761
|
+
"nullable": true
|
|
46762
|
+
}
|
|
46763
|
+
}
|
|
46771
46764
|
},
|
|
46772
46765
|
{
|
|
46773
46766
|
"type": "object",
|
|
@@ -46777,19 +46770,6 @@
|
|
|
46777
46770
|
}
|
|
46778
46771
|
}
|
|
46779
46772
|
},
|
|
46780
|
-
"anyOf": [
|
|
46781
|
-
{
|
|
46782
|
-
"required": [
|
|
46783
|
-
"description"
|
|
46784
|
-
]
|
|
46785
|
-
},
|
|
46786
|
-
{
|
|
46787
|
-
"required": [
|
|
46788
|
-
"files"
|
|
46789
|
-
]
|
|
46790
|
-
}
|
|
46791
|
-
],
|
|
46792
|
-
"type": "object",
|
|
46793
46773
|
"nullable": true
|
|
46794
46774
|
},
|
|
46795
46775
|
"examples": {
|
|
@@ -331797,14 +331777,14 @@
|
|
|
331797
331777
|
},
|
|
331798
331778
|
"post": {
|
|
331799
331779
|
"summary": "Request reviewers for a pull request",
|
|
331800
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
331780
|
+
"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.",
|
|
331801
331781
|
"tags": [
|
|
331802
331782
|
"pulls"
|
|
331803
331783
|
],
|
|
331804
331784
|
"operationId": "pulls/request-reviewers",
|
|
331805
331785
|
"externalDocs": {
|
|
331806
331786
|
"description": "API method documentation",
|
|
331807
|
-
"url": "https://docs.github.com/
|
|
331787
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
331808
331788
|
},
|
|
331809
331789
|
"parameters": [
|
|
331810
331790
|
{
|
|
@@ -331856,19 +331836,7 @@
|
|
|
331856
331836
|
"type": "string"
|
|
331857
331837
|
}
|
|
331858
331838
|
}
|
|
331859
|
-
}
|
|
331860
|
-
"anyOf": [
|
|
331861
|
-
{
|
|
331862
|
-
"required": [
|
|
331863
|
-
"reviewers"
|
|
331864
|
-
]
|
|
331865
|
-
},
|
|
331866
|
-
{
|
|
331867
|
-
"required": [
|
|
331868
|
-
"team_reviewers"
|
|
331869
|
-
]
|
|
331870
|
-
}
|
|
331871
|
-
]
|
|
331839
|
+
}
|
|
331872
331840
|
},
|
|
331873
331841
|
"examples": {
|
|
331874
331842
|
"default": {
|
|
@@ -332782,6 +332750,9 @@
|
|
|
332782
332750
|
"privacy": {
|
|
332783
332751
|
"type": "string"
|
|
332784
332752
|
},
|
|
332753
|
+
"notification_setting": {
|
|
332754
|
+
"type": "string"
|
|
332755
|
+
},
|
|
332785
332756
|
"permission": {
|
|
332786
332757
|
"type": "string"
|
|
332787
332758
|
},
|
|
@@ -332873,6 +332844,11 @@
|
|
|
332873
332844
|
"type": "string",
|
|
332874
332845
|
"example": "closed"
|
|
332875
332846
|
},
|
|
332847
|
+
"notification_setting": {
|
|
332848
|
+
"description": "The notification setting the team has set",
|
|
332849
|
+
"type": "string",
|
|
332850
|
+
"example": "notifications_enabled"
|
|
332851
|
+
},
|
|
332876
332852
|
"html_url": {
|
|
332877
332853
|
"type": "string",
|
|
332878
332854
|
"format": "uri",
|
|
@@ -336161,6 +336137,7 @@
|
|
|
336161
336137
|
"slug": "justice-league",
|
|
336162
336138
|
"description": "A great team.",
|
|
336163
336139
|
"privacy": "closed",
|
|
336140
|
+
"notification_setting": "notifications_enabled",
|
|
336164
336141
|
"permission": "admin",
|
|
336165
336142
|
"members_url": "https://api.github.com/teams/1/members{/member}",
|
|
336166
336143
|
"repositories_url": "https://api.github.com/teams/1/repos",
|
|
@@ -336490,6 +336467,7 @@
|
|
|
336490
336467
|
}
|
|
336491
336468
|
},
|
|
336492
336469
|
"author_association": "OWNER",
|
|
336470
|
+
"auto_merge": null,
|
|
336493
336471
|
"draft": false
|
|
336494
336472
|
}
|
|
336495
336473
|
}
|
|
@@ -336534,13 +336512,7 @@
|
|
|
336534
336512
|
"category": "pulls",
|
|
336535
336513
|
"subcategory": "review-requests"
|
|
336536
336514
|
},
|
|
336537
|
-
"x-octokit": {
|
|
336538
|
-
"diff": {
|
|
336539
|
-
"api.github.com": {
|
|
336540
|
-
"type": "changed"
|
|
336541
|
-
}
|
|
336542
|
-
}
|
|
336543
|
-
}
|
|
336515
|
+
"x-octokit": {}
|
|
336544
336516
|
},
|
|
336545
336517
|
"delete": {
|
|
336546
336518
|
"summary": "Remove requested reviewers from a pull request",
|
package/generated/ghes-3.8.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.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": {
|
|
@@ -8709,7 +8709,7 @@
|
|
|
8709
8709
|
"operationId": "gists/update",
|
|
8710
8710
|
"externalDocs": {
|
|
8711
8711
|
"description": "API method documentation",
|
|
8712
|
-
"url": "https://docs.github.com/
|
|
8712
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
8713
8713
|
},
|
|
8714
8714
|
"parameters": [
|
|
8715
8715
|
{
|
|
@@ -8721,6 +8721,7 @@
|
|
|
8721
8721
|
"content": {
|
|
8722
8722
|
"application/json": {
|
|
8723
8723
|
"schema": {
|
|
8724
|
+
"type": "object",
|
|
8724
8725
|
"properties": {
|
|
8725
8726
|
"description": {
|
|
8726
8727
|
"description": "The description of the gist.",
|
|
@@ -8737,29 +8738,20 @@
|
|
|
8737
8738
|
},
|
|
8738
8739
|
"type": "object",
|
|
8739
8740
|
"additionalProperties": {
|
|
8740
|
-
"
|
|
8741
|
-
"nullable": true,
|
|
8742
|
-
"properties": {
|
|
8743
|
-
"content": {
|
|
8744
|
-
"description": "The new content of the file.",
|
|
8745
|
-
"type": "string"
|
|
8746
|
-
},
|
|
8747
|
-
"filename": {
|
|
8748
|
-
"description": "The new filename for the file.",
|
|
8749
|
-
"type": "string",
|
|
8750
|
-
"nullable": true
|
|
8751
|
-
}
|
|
8752
|
-
},
|
|
8753
|
-
"anyOf": [
|
|
8754
|
-
{
|
|
8755
|
-
"required": [
|
|
8756
|
-
"content"
|
|
8757
|
-
]
|
|
8758
|
-
},
|
|
8741
|
+
"oneOf": [
|
|
8759
8742
|
{
|
|
8760
|
-
"
|
|
8761
|
-
|
|
8762
|
-
|
|
8743
|
+
"type": "object",
|
|
8744
|
+
"properties": {
|
|
8745
|
+
"content": {
|
|
8746
|
+
"description": "The new content of the file.",
|
|
8747
|
+
"type": "string"
|
|
8748
|
+
},
|
|
8749
|
+
"filename": {
|
|
8750
|
+
"description": "The new filename for the file.",
|
|
8751
|
+
"type": "string",
|
|
8752
|
+
"nullable": true
|
|
8753
|
+
}
|
|
8754
|
+
}
|
|
8763
8755
|
},
|
|
8764
8756
|
{
|
|
8765
8757
|
"type": "object",
|
|
@@ -8769,19 +8761,6 @@
|
|
|
8769
8761
|
}
|
|
8770
8762
|
}
|
|
8771
8763
|
},
|
|
8772
|
-
"anyOf": [
|
|
8773
|
-
{
|
|
8774
|
-
"required": [
|
|
8775
|
-
"description"
|
|
8776
|
-
]
|
|
8777
|
-
},
|
|
8778
|
-
{
|
|
8779
|
-
"required": [
|
|
8780
|
-
"files"
|
|
8781
|
-
]
|
|
8782
|
-
}
|
|
8783
|
-
],
|
|
8784
|
-
"type": "object",
|
|
8785
8764
|
"nullable": true
|
|
8786
8765
|
},
|
|
8787
8766
|
"examples": {
|
|
@@ -46142,14 +46121,14 @@
|
|
|
46142
46121
|
},
|
|
46143
46122
|
"post": {
|
|
46144
46123
|
"summary": "Request reviewers for a pull request",
|
|
46145
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
46124
|
+
"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.",
|
|
46146
46125
|
"tags": [
|
|
46147
46126
|
"pulls"
|
|
46148
46127
|
],
|
|
46149
46128
|
"operationId": "pulls/request-reviewers",
|
|
46150
46129
|
"externalDocs": {
|
|
46151
46130
|
"description": "API method documentation",
|
|
46152
|
-
"url": "https://docs.github.com/
|
|
46131
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
46153
46132
|
},
|
|
46154
46133
|
"parameters": [
|
|
46155
46134
|
{
|
|
@@ -46183,19 +46162,7 @@
|
|
|
46183
46162
|
"type": "string"
|
|
46184
46163
|
}
|
|
46185
46164
|
}
|
|
46186
|
-
}
|
|
46187
|
-
"anyOf": [
|
|
46188
|
-
{
|
|
46189
|
-
"required": [
|
|
46190
|
-
"reviewers"
|
|
46191
|
-
]
|
|
46192
|
-
},
|
|
46193
|
-
{
|
|
46194
|
-
"required": [
|
|
46195
|
-
"team_reviewers"
|
|
46196
|
-
]
|
|
46197
|
-
}
|
|
46198
|
-
]
|
|
46165
|
+
}
|
|
46199
46166
|
},
|
|
46200
46167
|
"examples": {
|
|
46201
46168
|
"default": {
|
|
@@ -46244,13 +46211,7 @@
|
|
|
46244
46211
|
"category": "pulls",
|
|
46245
46212
|
"subcategory": "review-requests"
|
|
46246
46213
|
},
|
|
46247
|
-
"x-octokit": {
|
|
46248
|
-
"diff": {
|
|
46249
|
-
"api.github.com": {
|
|
46250
|
-
"type": "changed"
|
|
46251
|
-
}
|
|
46252
|
-
}
|
|
46253
|
-
}
|
|
46214
|
+
"x-octokit": {}
|
|
46254
46215
|
},
|
|
46255
46216
|
"delete": {
|
|
46256
46217
|
"summary": "Remove requested reviewers from a pull request",
|
|
@@ -16842,90 +16842,6 @@
|
|
|
16842
16842
|
}
|
|
16843
16843
|
}
|
|
16844
16844
|
},
|
|
16845
|
-
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
|
|
16846
|
-
"post": {
|
|
16847
|
-
"responses": {
|
|
16848
|
-
"changed": {
|
|
16849
|
-
"201": {
|
|
16850
|
-
"content": {
|
|
16851
|
-
"changed": {
|
|
16852
|
-
"application/json": {
|
|
16853
|
-
"schema_changed": {
|
|
16854
|
-
"properties_changed": {
|
|
16855
|
-
"changed": {
|
|
16856
|
-
"base": {
|
|
16857
|
-
"properties_changed": {
|
|
16858
|
-
"changed": {
|
|
16859
|
-
"repo": {
|
|
16860
|
-
"properties_changed": {
|
|
16861
|
-
"changed": {
|
|
16862
|
-
"template_repository": {
|
|
16863
|
-
"properties_changed": {
|
|
16864
|
-
"removed": [
|
|
16865
|
-
"merge_commit_message",
|
|
16866
|
-
"merge_commit_title",
|
|
16867
|
-
"squash_merge_commit_message",
|
|
16868
|
-
"squash_merge_commit_title",
|
|
16869
|
-
"use_squash_pr_title_as_default"
|
|
16870
|
-
]
|
|
16871
|
-
}
|
|
16872
|
-
}
|
|
16873
|
-
},
|
|
16874
|
-
"removed": [
|
|
16875
|
-
"has_discussions",
|
|
16876
|
-
"merge_commit_message",
|
|
16877
|
-
"merge_commit_title",
|
|
16878
|
-
"squash_merge_commit_message",
|
|
16879
|
-
"squash_merge_commit_title",
|
|
16880
|
-
"use_squash_pr_title_as_default"
|
|
16881
|
-
]
|
|
16882
|
-
}
|
|
16883
|
-
}
|
|
16884
|
-
}
|
|
16885
|
-
}
|
|
16886
|
-
},
|
|
16887
|
-
"head": {
|
|
16888
|
-
"properties_changed": {
|
|
16889
|
-
"changed": {
|
|
16890
|
-
"repo": {
|
|
16891
|
-
"properties_changed": {
|
|
16892
|
-
"changed": {
|
|
16893
|
-
"template_repository": {
|
|
16894
|
-
"properties_changed": {
|
|
16895
|
-
"removed": [
|
|
16896
|
-
"merge_commit_message",
|
|
16897
|
-
"merge_commit_title",
|
|
16898
|
-
"squash_merge_commit_message",
|
|
16899
|
-
"squash_merge_commit_title",
|
|
16900
|
-
"use_squash_pr_title_as_default"
|
|
16901
|
-
]
|
|
16902
|
-
}
|
|
16903
|
-
}
|
|
16904
|
-
},
|
|
16905
|
-
"removed": [
|
|
16906
|
-
"has_discussions",
|
|
16907
|
-
"merge_commit_message",
|
|
16908
|
-
"merge_commit_title",
|
|
16909
|
-
"squash_merge_commit_message",
|
|
16910
|
-
"squash_merge_commit_title",
|
|
16911
|
-
"use_squash_pr_title_as_default"
|
|
16912
|
-
]
|
|
16913
|
-
}
|
|
16914
|
-
}
|
|
16915
|
-
}
|
|
16916
|
-
}
|
|
16917
|
-
}
|
|
16918
|
-
}
|
|
16919
|
-
}
|
|
16920
|
-
}
|
|
16921
|
-
}
|
|
16922
|
-
}
|
|
16923
|
-
}
|
|
16924
|
-
}
|
|
16925
|
-
}
|
|
16926
|
-
}
|
|
16927
|
-
}
|
|
16928
|
-
},
|
|
16929
16845
|
"/repos/{owner}/{repo}/releases": {
|
|
16930
16846
|
"post": {
|
|
16931
16847
|
"request_body": {
|