1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Updating OpenAPI descriptions (#16712)

This commit is contained in:
github-openapi-bot
2020-12-02 10:31:14 -05:00
committed by GitHub
parent 8349bdfdf1
commit 5f0dd145b7
4 changed files with 32 additions and 0 deletions

View File

@@ -41282,6 +41282,11 @@
"httpStatusMessage": "Accepted",
"description": "Response"
},
{
"httpStatusCode": "400",
"httpStatusMessage": "Bad Request",
"description": "Response if the sarif field is invalid"
},
{
"httpStatusCode": "403",
"httpStatusMessage": "Forbidden",
@@ -41291,6 +41296,11 @@
"httpStatusCode": "404",
"httpStatusMessage": "Not Found",
"description": "Response if commit sha or ref cannot be found"
},
{
"httpStatusCode": "413",
"httpStatusMessage": "Payload Too Large",
"description": "Response if the sarif field is too large"
}
],
"descriptionHTML": "<p>Upload a SARIF file containing the results of a code scanning analysis to make the results available in a repository.\nFor private repos, you must use an access token with the <code>repo</code> scope. For public repos, you must use an access token with <code>public_repo</code> and <code>repo:security_events</code> scopes. GitHub Apps must have the <code>security_events</code> write permission to use this endpoint.</p>",