SaveSecurityResults
json file structure, view Description of the content structure of the scan result json file
Header Parameters
- Authorization required
Oauth2 token or private token (needs to start with Bearer plus a space)
- multipart/form-data
Request Body
- file binary
Upload files
Responses
- 200
- 401
- 403
success
Token is illegal. Please check if the token is correct
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
- error string
error name
- error_description string
wrong description
{
"error": "invalid_token",
"error_description": "Invalid token, please provide correct token"
}
- Schema
- Example (from schema)
Schema
- error string
error name
- error_description string
wrong description
<root>
<error>invalid_token</error>
<error_description>Invalid token, please provide correct token</error_description>
</root>
Permission exception
- application/json
- Schema
- Example (from schema)
Schema
- error_code string
error name
- error_message string
wrong description
{
"error_code": "string",
"error_message": "string"
}
Loading...