@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": {
|
|
@@ -22858,6 +22858,7 @@
|
|
|
22858
22858
|
"content": {
|
|
22859
22859
|
"application/json": {
|
|
22860
22860
|
"schema": {
|
|
22861
|
+
"type": "object",
|
|
22861
22862
|
"properties": {
|
|
22862
22863
|
"description": {
|
|
22863
22864
|
"description": "The description of the gist.",
|
|
@@ -22874,29 +22875,21 @@
|
|
|
22874
22875
|
},
|
|
22875
22876
|
"type": "object",
|
|
22876
22877
|
"additionalProperties": {
|
|
22877
|
-
"
|
|
22878
|
-
"nullable": true,
|
|
22879
|
-
"properties": {
|
|
22880
|
-
"content": {
|
|
22881
|
-
"description": "The new content of the file.",
|
|
22882
|
-
"type": "string"
|
|
22883
|
-
},
|
|
22884
|
-
"filename": {
|
|
22885
|
-
"description": "The new filename for the file.",
|
|
22886
|
-
"type": "string",
|
|
22887
|
-
"nullable": true
|
|
22888
|
-
}
|
|
22889
|
-
},
|
|
22890
|
-
"anyOf": [
|
|
22891
|
-
{
|
|
22892
|
-
"required": [
|
|
22893
|
-
"content"
|
|
22894
|
-
]
|
|
22895
|
-
},
|
|
22878
|
+
"oneOf": [
|
|
22896
22879
|
{
|
|
22897
|
-
"
|
|
22898
|
-
|
|
22899
|
-
|
|
22880
|
+
"type": "object",
|
|
22881
|
+
"nullable": true,
|
|
22882
|
+
"properties": {
|
|
22883
|
+
"content": {
|
|
22884
|
+
"description": "The new content of the file.",
|
|
22885
|
+
"type": "string"
|
|
22886
|
+
},
|
|
22887
|
+
"filename": {
|
|
22888
|
+
"description": "The new filename for the file.",
|
|
22889
|
+
"type": "string",
|
|
22890
|
+
"nullable": true
|
|
22891
|
+
}
|
|
22892
|
+
}
|
|
22900
22893
|
},
|
|
22901
22894
|
{
|
|
22902
22895
|
"type": "object",
|
|
@@ -22906,19 +22899,6 @@
|
|
|
22906
22899
|
}
|
|
22907
22900
|
}
|
|
22908
22901
|
},
|
|
22909
|
-
"anyOf": [
|
|
22910
|
-
{
|
|
22911
|
-
"required": [
|
|
22912
|
-
"description"
|
|
22913
|
-
]
|
|
22914
|
-
},
|
|
22915
|
-
{
|
|
22916
|
-
"required": [
|
|
22917
|
-
"files"
|
|
22918
|
-
]
|
|
22919
|
-
}
|
|
22920
|
-
],
|
|
22921
|
-
"type": "object",
|
|
22922
22902
|
"nullable": true
|
|
22923
22903
|
},
|
|
22924
22904
|
"examples": {
|
|
@@ -343224,19 +343204,7 @@
|
|
|
343224
343204
|
"type": "string"
|
|
343225
343205
|
}
|
|
343226
343206
|
}
|
|
343227
|
-
}
|
|
343228
|
-
"anyOf": [
|
|
343229
|
-
{
|
|
343230
|
-
"required": [
|
|
343231
|
-
"reviewers"
|
|
343232
|
-
]
|
|
343233
|
-
},
|
|
343234
|
-
{
|
|
343235
|
-
"required": [
|
|
343236
|
-
"team_reviewers"
|
|
343237
|
-
]
|
|
343238
|
-
}
|
|
343239
|
-
]
|
|
343207
|
+
}
|
|
343240
343208
|
},
|
|
343241
343209
|
"examples": {
|
|
343242
343210
|
"default": {
|
|
@@ -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": {
|
|
@@ -2189,6 +2189,7 @@
|
|
|
2189
2189
|
"content": {
|
|
2190
2190
|
"application/json": {
|
|
2191
2191
|
"schema": {
|
|
2192
|
+
"type": "object",
|
|
2192
2193
|
"properties": {
|
|
2193
2194
|
"description": {
|
|
2194
2195
|
"description": "The description of the gist.",
|
|
@@ -2205,29 +2206,20 @@
|
|
|
2205
2206
|
},
|
|
2206
2207
|
"type": "object",
|
|
2207
2208
|
"additionalProperties": {
|
|
2208
|
-
"
|
|
2209
|
-
"nullable": true,
|
|
2210
|
-
"properties": {
|
|
2211
|
-
"content": {
|
|
2212
|
-
"description": "The new content of the file.",
|
|
2213
|
-
"type": "string"
|
|
2214
|
-
},
|
|
2215
|
-
"filename": {
|
|
2216
|
-
"description": "The new filename for the file.",
|
|
2217
|
-
"type": "string",
|
|
2218
|
-
"nullable": true
|
|
2219
|
-
}
|
|
2220
|
-
},
|
|
2221
|
-
"anyOf": [
|
|
2222
|
-
{
|
|
2223
|
-
"required": [
|
|
2224
|
-
"content"
|
|
2225
|
-
]
|
|
2226
|
-
},
|
|
2209
|
+
"oneOf": [
|
|
2227
2210
|
{
|
|
2228
|
-
"
|
|
2229
|
-
|
|
2230
|
-
|
|
2211
|
+
"type": "object",
|
|
2212
|
+
"properties": {
|
|
2213
|
+
"content": {
|
|
2214
|
+
"description": "The new content of the file.",
|
|
2215
|
+
"type": "string"
|
|
2216
|
+
},
|
|
2217
|
+
"filename": {
|
|
2218
|
+
"description": "The new filename for the file.",
|
|
2219
|
+
"type": "string",
|
|
2220
|
+
"nullable": true
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
2231
2223
|
},
|
|
2232
2224
|
{
|
|
2233
2225
|
"type": "object",
|
|
@@ -2237,19 +2229,6 @@
|
|
|
2237
2229
|
}
|
|
2238
2230
|
}
|
|
2239
2231
|
},
|
|
2240
|
-
"anyOf": [
|
|
2241
|
-
{
|
|
2242
|
-
"required": [
|
|
2243
|
-
"description"
|
|
2244
|
-
]
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"required": [
|
|
2248
|
-
"files"
|
|
2249
|
-
]
|
|
2250
|
-
}
|
|
2251
|
-
],
|
|
2252
|
-
"type": "object",
|
|
2253
2232
|
"nullable": true
|
|
2254
2233
|
},
|
|
2255
2234
|
"examples": {
|
|
@@ -44086,19 +44065,7 @@
|
|
|
44086
44065
|
"type": "string"
|
|
44087
44066
|
}
|
|
44088
44067
|
}
|
|
44089
|
-
}
|
|
44090
|
-
"anyOf": [
|
|
44091
|
-
{
|
|
44092
|
-
"required": [
|
|
44093
|
-
"reviewers"
|
|
44094
|
-
]
|
|
44095
|
-
},
|
|
44096
|
-
{
|
|
44097
|
-
"required": [
|
|
44098
|
-
"team_reviewers"
|
|
44099
|
-
]
|
|
44100
|
-
}
|
|
44101
|
-
]
|
|
44068
|
+
}
|
|
44102
44069
|
},
|
|
44103
44070
|
"examples": {
|
|
44104
44071
|
"default": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -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": {
|
|
@@ -32849,7 +32849,7 @@
|
|
|
32849
32849
|
"operationId": "gists/update",
|
|
32850
32850
|
"externalDocs": {
|
|
32851
32851
|
"description": "API method documentation",
|
|
32852
|
-
"url": "https://docs.github.com/
|
|
32852
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
32853
32853
|
},
|
|
32854
32854
|
"parameters": [
|
|
32855
32855
|
{
|
|
@@ -32867,6 +32867,7 @@
|
|
|
32867
32867
|
"content": {
|
|
32868
32868
|
"application/json": {
|
|
32869
32869
|
"schema": {
|
|
32870
|
+
"type": "object",
|
|
32870
32871
|
"properties": {
|
|
32871
32872
|
"description": {
|
|
32872
32873
|
"description": "The description of the gist.",
|
|
@@ -32883,29 +32884,21 @@
|
|
|
32883
32884
|
},
|
|
32884
32885
|
"type": "object",
|
|
32885
32886
|
"additionalProperties": {
|
|
32886
|
-
"
|
|
32887
|
-
"nullable": true,
|
|
32888
|
-
"properties": {
|
|
32889
|
-
"content": {
|
|
32890
|
-
"description": "The new content of the file.",
|
|
32891
|
-
"type": "string"
|
|
32892
|
-
},
|
|
32893
|
-
"filename": {
|
|
32894
|
-
"description": "The new filename for the file.",
|
|
32895
|
-
"type": "string",
|
|
32896
|
-
"nullable": true
|
|
32897
|
-
}
|
|
32898
|
-
},
|
|
32899
|
-
"anyOf": [
|
|
32900
|
-
{
|
|
32901
|
-
"required": [
|
|
32902
|
-
"content"
|
|
32903
|
-
]
|
|
32904
|
-
},
|
|
32887
|
+
"oneOf": [
|
|
32905
32888
|
{
|
|
32906
|
-
"
|
|
32907
|
-
|
|
32908
|
-
|
|
32889
|
+
"type": "object",
|
|
32890
|
+
"nullable": true,
|
|
32891
|
+
"properties": {
|
|
32892
|
+
"content": {
|
|
32893
|
+
"description": "The new content of the file.",
|
|
32894
|
+
"type": "string"
|
|
32895
|
+
},
|
|
32896
|
+
"filename": {
|
|
32897
|
+
"description": "The new filename for the file.",
|
|
32898
|
+
"type": "string",
|
|
32899
|
+
"nullable": true
|
|
32900
|
+
}
|
|
32901
|
+
}
|
|
32909
32902
|
},
|
|
32910
32903
|
{
|
|
32911
32904
|
"type": "object",
|
|
@@ -32915,19 +32908,6 @@
|
|
|
32915
32908
|
}
|
|
32916
32909
|
}
|
|
32917
32910
|
},
|
|
32918
|
-
"anyOf": [
|
|
32919
|
-
{
|
|
32920
|
-
"required": [
|
|
32921
|
-
"description"
|
|
32922
|
-
]
|
|
32923
|
-
},
|
|
32924
|
-
{
|
|
32925
|
-
"required": [
|
|
32926
|
-
"files"
|
|
32927
|
-
]
|
|
32928
|
-
}
|
|
32929
|
-
],
|
|
32930
|
-
"type": "object",
|
|
32931
32911
|
"nullable": true
|
|
32932
32912
|
},
|
|
32933
32913
|
"examples": {
|
|
@@ -360893,14 +360873,14 @@
|
|
|
360893
360873
|
},
|
|
360894
360874
|
"post": {
|
|
360895
360875
|
"summary": "Request reviewers for a pull request",
|
|
360896
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
360876
|
+
"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.",
|
|
360897
360877
|
"tags": [
|
|
360898
360878
|
"pulls"
|
|
360899
360879
|
],
|
|
360900
360880
|
"operationId": "pulls/request-reviewers",
|
|
360901
360881
|
"externalDocs": {
|
|
360902
360882
|
"description": "API method documentation",
|
|
360903
|
-
"url": "https://docs.github.com/
|
|
360883
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
360904
360884
|
},
|
|
360905
360885
|
"parameters": [
|
|
360906
360886
|
{
|
|
@@ -360952,19 +360932,7 @@
|
|
|
360952
360932
|
"type": "string"
|
|
360953
360933
|
}
|
|
360954
360934
|
}
|
|
360955
|
-
}
|
|
360956
|
-
"anyOf": [
|
|
360957
|
-
{
|
|
360958
|
-
"required": [
|
|
360959
|
-
"reviewers"
|
|
360960
|
-
]
|
|
360961
|
-
},
|
|
360962
|
-
{
|
|
360963
|
-
"required": [
|
|
360964
|
-
"team_reviewers"
|
|
360965
|
-
]
|
|
360966
|
-
}
|
|
360967
|
-
]
|
|
360935
|
+
}
|
|
360968
360936
|
},
|
|
360969
360937
|
"examples": {
|
|
360970
360938
|
"default": {
|
package/generated/ghec.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": {
|
|
@@ -5182,7 +5182,7 @@
|
|
|
5182
5182
|
"operationId": "gists/update",
|
|
5183
5183
|
"externalDocs": {
|
|
5184
5184
|
"description": "API method documentation",
|
|
5185
|
-
"url": "https://docs.github.com/
|
|
5185
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
5186
5186
|
},
|
|
5187
5187
|
"parameters": [
|
|
5188
5188
|
{
|
|
@@ -5194,6 +5194,7 @@
|
|
|
5194
5194
|
"content": {
|
|
5195
5195
|
"application/json": {
|
|
5196
5196
|
"schema": {
|
|
5197
|
+
"type": "object",
|
|
5197
5198
|
"properties": {
|
|
5198
5199
|
"description": {
|
|
5199
5200
|
"description": "The description of the gist.",
|
|
@@ -5210,29 +5211,20 @@
|
|
|
5210
5211
|
},
|
|
5211
5212
|
"type": "object",
|
|
5212
5213
|
"additionalProperties": {
|
|
5213
|
-
"
|
|
5214
|
-
"nullable": true,
|
|
5215
|
-
"properties": {
|
|
5216
|
-
"content": {
|
|
5217
|
-
"description": "The new content of the file.",
|
|
5218
|
-
"type": "string"
|
|
5219
|
-
},
|
|
5220
|
-
"filename": {
|
|
5221
|
-
"description": "The new filename for the file.",
|
|
5222
|
-
"type": "string",
|
|
5223
|
-
"nullable": true
|
|
5224
|
-
}
|
|
5225
|
-
},
|
|
5226
|
-
"anyOf": [
|
|
5227
|
-
{
|
|
5228
|
-
"required": [
|
|
5229
|
-
"content"
|
|
5230
|
-
]
|
|
5231
|
-
},
|
|
5214
|
+
"oneOf": [
|
|
5232
5215
|
{
|
|
5233
|
-
"
|
|
5234
|
-
|
|
5235
|
-
|
|
5216
|
+
"type": "object",
|
|
5217
|
+
"properties": {
|
|
5218
|
+
"content": {
|
|
5219
|
+
"description": "The new content of the file.",
|
|
5220
|
+
"type": "string"
|
|
5221
|
+
},
|
|
5222
|
+
"filename": {
|
|
5223
|
+
"description": "The new filename for the file.",
|
|
5224
|
+
"type": "string",
|
|
5225
|
+
"nullable": true
|
|
5226
|
+
}
|
|
5227
|
+
}
|
|
5236
5228
|
},
|
|
5237
5229
|
{
|
|
5238
5230
|
"type": "object",
|
|
@@ -5242,19 +5234,6 @@
|
|
|
5242
5234
|
}
|
|
5243
5235
|
}
|
|
5244
5236
|
},
|
|
5245
|
-
"anyOf": [
|
|
5246
|
-
{
|
|
5247
|
-
"required": [
|
|
5248
|
-
"description"
|
|
5249
|
-
]
|
|
5250
|
-
},
|
|
5251
|
-
{
|
|
5252
|
-
"required": [
|
|
5253
|
-
"files"
|
|
5254
|
-
]
|
|
5255
|
-
}
|
|
5256
|
-
],
|
|
5257
|
-
"type": "object",
|
|
5258
5237
|
"nullable": true
|
|
5259
5238
|
},
|
|
5260
5239
|
"examples": {
|
|
@@ -49600,14 +49579,14 @@
|
|
|
49600
49579
|
},
|
|
49601
49580
|
"post": {
|
|
49602
49581
|
"summary": "Request reviewers for a pull request",
|
|
49603
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
49582
|
+
"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.",
|
|
49604
49583
|
"tags": [
|
|
49605
49584
|
"pulls"
|
|
49606
49585
|
],
|
|
49607
49586
|
"operationId": "pulls/request-reviewers",
|
|
49608
49587
|
"externalDocs": {
|
|
49609
49588
|
"description": "API method documentation",
|
|
49610
|
-
"url": "https://docs.github.com/
|
|
49589
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
49611
49590
|
},
|
|
49612
49591
|
"parameters": [
|
|
49613
49592
|
{
|
|
@@ -49641,19 +49620,7 @@
|
|
|
49641
49620
|
"type": "string"
|
|
49642
49621
|
}
|
|
49643
49622
|
}
|
|
49644
|
-
}
|
|
49645
|
-
"anyOf": [
|
|
49646
|
-
{
|
|
49647
|
-
"required": [
|
|
49648
|
-
"reviewers"
|
|
49649
|
-
]
|
|
49650
|
-
},
|
|
49651
|
-
{
|
|
49652
|
-
"required": [
|
|
49653
|
-
"team_reviewers"
|
|
49654
|
-
]
|
|
49655
|
-
}
|
|
49656
|
-
]
|
|
49623
|
+
}
|
|
49657
49624
|
},
|
|
49658
49625
|
"examples": {
|
|
49659
49626
|
"default": {
|
|
@@ -3202,90 +3202,6 @@
|
|
|
3202
3202
|
}
|
|
3203
3203
|
}
|
|
3204
3204
|
},
|
|
3205
|
-
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
|
|
3206
|
-
"post": {
|
|
3207
|
-
"responses": {
|
|
3208
|
-
"changed": {
|
|
3209
|
-
"201": {
|
|
3210
|
-
"content": {
|
|
3211
|
-
"changed": {
|
|
3212
|
-
"application/json": {
|
|
3213
|
-
"schema_changed": {
|
|
3214
|
-
"properties_changed": {
|
|
3215
|
-
"changed": {
|
|
3216
|
-
"base": {
|
|
3217
|
-
"properties_changed": {
|
|
3218
|
-
"changed": {
|
|
3219
|
-
"repo": {
|
|
3220
|
-
"properties_changed": {
|
|
3221
|
-
"changed": {
|
|
3222
|
-
"template_repository": {
|
|
3223
|
-
"properties_changed": {
|
|
3224
|
-
"removed": [
|
|
3225
|
-
"merge_commit_message",
|
|
3226
|
-
"merge_commit_title",
|
|
3227
|
-
"squash_merge_commit_message",
|
|
3228
|
-
"squash_merge_commit_title",
|
|
3229
|
-
"use_squash_pr_title_as_default"
|
|
3230
|
-
]
|
|
3231
|
-
}
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
"removed": [
|
|
3235
|
-
"merge_commit_message",
|
|
3236
|
-
"merge_commit_title",
|
|
3237
|
-
"squash_merge_commit_message",
|
|
3238
|
-
"squash_merge_commit_title",
|
|
3239
|
-
"use_squash_pr_title_as_default",
|
|
3240
|
-
"web_commit_signoff_required"
|
|
3241
|
-
]
|
|
3242
|
-
}
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
|
-
}
|
|
3246
|
-
},
|
|
3247
|
-
"head": {
|
|
3248
|
-
"properties_changed": {
|
|
3249
|
-
"changed": {
|
|
3250
|
-
"repo": {
|
|
3251
|
-
"properties_changed": {
|
|
3252
|
-
"changed": {
|
|
3253
|
-
"template_repository": {
|
|
3254
|
-
"properties_changed": {
|
|
3255
|
-
"removed": [
|
|
3256
|
-
"merge_commit_message",
|
|
3257
|
-
"merge_commit_title",
|
|
3258
|
-
"squash_merge_commit_message",
|
|
3259
|
-
"squash_merge_commit_title",
|
|
3260
|
-
"use_squash_pr_title_as_default"
|
|
3261
|
-
]
|
|
3262
|
-
}
|
|
3263
|
-
}
|
|
3264
|
-
},
|
|
3265
|
-
"removed": [
|
|
3266
|
-
"merge_commit_message",
|
|
3267
|
-
"merge_commit_title",
|
|
3268
|
-
"squash_merge_commit_message",
|
|
3269
|
-
"squash_merge_commit_title",
|
|
3270
|
-
"use_squash_pr_title_as_default",
|
|
3271
|
-
"web_commit_signoff_required"
|
|
3272
|
-
]
|
|
3273
|
-
}
|
|
3274
|
-
}
|
|
3275
|
-
}
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
}
|
|
3283
|
-
}
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3288
|
-
},
|
|
3289
3205
|
"/repos/{owner}/{repo}/secret-scanning/alerts": {
|
|
3290
3206
|
"get": {
|
|
3291
3207
|
"parameters": {
|