Skip to content

Commit 3c1e5fd

Browse files
author
Marc-Andre Giroux
authored
Merge pull request #108 from github/openapi-update-f905d491795b15e1b0bc6f856f64c29618ea5531a602b9d0ac223409c7f431b3
Updating OpenAPI descriptions
2 parents 9664baf + 867c6d0 commit 3c1e5fd

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

descriptions/api.github.com/api.github.com.json

+6
Original file line numberDiff line numberDiff line change
@@ -22846,6 +22846,12 @@
2284622846
},
2284722847
"404": {
2284822848
"description": "Response if `commit_sha` or `ref` cannot be found"
22849+
},
22850+
"400": {
22851+
"description": "Response if the `sarif` field is invalid"
22852+
},
22853+
"413": {
22854+
"description": "Response if the `sarif` field is too large"
2284922855
}
2285022856
},
2285122857
"x-github": {

descriptions/api.github.com/api.github.com.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -16395,6 +16395,10 @@ paths:
1639516395
description: Response if the repository is archived
1639616396
'404':
1639716397
description: Response if `commit_sha` or `ref` cannot be found
16398+
'400':
16399+
description: Response if the `sarif` field is invalid
16400+
'413':
16401+
description: Response if the `sarif` field is too large
1639816402
x-github:
1639916403
enabledForGitHubApps: true
1640016404
githubCloudOnly: false

descriptions/api.github.com/dereferenced/api.github.com.deref.json

+6
Original file line numberDiff line numberDiff line change
@@ -125547,6 +125547,12 @@
125547125547
},
125548125548
"404": {
125549125549
"description": "Response if `commit_sha` or `ref` cannot be found"
125550+
},
125551+
"400": {
125552+
"description": "Response if the `sarif` field is invalid"
125553+
},
125554+
"413": {
125555+
"description": "Response if the `sarif` field is too large"
125550125556
}
125551125557
},
125552125558
"x-github": {

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -96275,6 +96275,10 @@ paths:
9627596275
description: Response if the repository is archived
9627696276
'404':
9627796277
description: Response if `commit_sha` or `ref` cannot be found
96278+
'400':
96279+
description: Response if the `sarif` field is invalid
96280+
'413':
96281+
description: Response if the `sarif` field is too large
9627896282
x-github:
9627996283
enabledForGitHubApps: true
9628096284
githubCloudOnly: false

descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.json

+6
Original file line numberDiff line numberDiff line change
@@ -116192,6 +116192,12 @@
116192116192
},
116193116193
"404": {
116194116194
"description": "Response if `commit_sha` or `ref` cannot be found"
116195+
},
116196+
"400": {
116197+
"description": "Response if the `sarif` field is invalid"
116198+
},
116199+
"413": {
116200+
"description": "Response if the `sarif` field is too large"
116195116201
}
116196116202
},
116197116203
"x-github": {

descriptions/ghes-2.22/dereferenced/ghes-2.22.deref.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -89056,6 +89056,10 @@ paths:
8905689056
description: Response if the repository is archived
8905789057
'404':
8905889058
description: Response if `commit_sha` or `ref` cannot be found
89059+
'400':
89060+
description: Response if the `sarif` field is invalid
89061+
'413':
89062+
description: Response if the `sarif` field is too large
8905989063
x-github:
8906089064
enabledForGitHubApps: true
8906189065
githubCloudOnly: false

descriptions/ghes-2.22/ghes-2.22.json

+6
Original file line numberDiff line numberDiff line change
@@ -21860,6 +21860,12 @@
2186021860
},
2186121861
"404": {
2186221862
"description": "Response if `commit_sha` or `ref` cannot be found"
21863+
},
21864+
"400": {
21865+
"description": "Response if the `sarif` field is invalid"
21866+
},
21867+
"413": {
21868+
"description": "Response if the `sarif` field is too large"
2186321869
}
2186421870
},
2186521871
"x-github": {

descriptions/ghes-2.22/ghes-2.22.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15804,6 +15804,10 @@ paths:
1580415804
description: Response if the repository is archived
1580515805
'404':
1580615806
description: Response if `commit_sha` or `ref` cannot be found
15807+
'400':
15808+
description: Response if the `sarif` field is invalid
15809+
'413':
15810+
description: Response if the `sarif` field is too large
1580715811
x-github:
1580815812
enabledForGitHubApps: true
1580915813
githubCloudOnly: false

0 commit comments

Comments
 (0)