Antivirus document scan
PUT/documents/:documentId/antivirus
Perform an Anti-Malware / Antivirus scan on a document; available as an Add-On Module
Request
Path Parameters
documentId stringrequired
Document Identifier
Query Parameters
siteId string
Site Identifier
shareKey string
Share Identifier
- application/json
Body
object
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Antivirus processing message
{
"message": "string"
}
Loading...