Skip to main content
POST
/
documents
/
schedule-handle-malware-protection-scan-result
cURL
curl --request POST \
  --url https://api.example.com/documents/schedule-handle-malware-protection-scan-result \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>",
  "status": "<string>"
}
'

Body

application/json
key
string
required
status
string
required

Response

201 - undefined