File tree Expand file tree Collapse file tree 8 files changed +40
-0
lines changed Expand file tree Collapse file tree 8 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 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": {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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": {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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": {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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": {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments