File tree 8 files changed +40
-0
lines changed
8 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 22846
22846
},
22847
22847
"404": {
22848
22848
"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"
22849
22855
}
22850
22856
},
22851
22857
"x-github": {
Original file line number Diff line number Diff line change @@ -16395,6 +16395,10 @@ paths:
16395
16395
description: Response if the repository is archived
16396
16396
'404':
16397
16397
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
16398
16402
x-github:
16399
16403
enabledForGitHubApps: true
16400
16404
githubCloudOnly: false
Original file line number Diff line number Diff line change @@ -125547,6 +125547,12 @@
125547
125547
},
125548
125548
"404": {
125549
125549
"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"
125550
125556
}
125551
125557
},
125552
125558
"x-github": {
Original file line number Diff line number Diff line change @@ -96275,6 +96275,10 @@ paths:
96275
96275
description: Response if the repository is archived
96276
96276
'404':
96277
96277
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
96278
96282
x-github:
96279
96283
enabledForGitHubApps: true
96280
96284
githubCloudOnly: false
Original file line number Diff line number Diff line change @@ -116192,6 +116192,12 @@
116192
116192
},
116193
116193
"404": {
116194
116194
"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"
116195
116201
}
116196
116202
},
116197
116203
"x-github": {
Original file line number Diff line number Diff line change @@ -89056,6 +89056,10 @@ paths:
89056
89056
description: Response if the repository is archived
89057
89057
'404':
89058
89058
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
89059
89063
x-github:
89060
89064
enabledForGitHubApps: true
89061
89065
githubCloudOnly: false
Original file line number Diff line number Diff line change 21860
21860
},
21861
21861
"404": {
21862
21862
"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"
21863
21869
}
21864
21870
},
21865
21871
"x-github": {
Original file line number Diff line number Diff line change @@ -15804,6 +15804,10 @@ paths:
15804
15804
description: Response if the repository is archived
15805
15805
'404':
15806
15806
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
15807
15811
x-github:
15808
15812
enabledForGitHubApps: true
15809
15813
githubCloudOnly: false
You can’t perform that action at this time.
0 commit comments