PATCH
Start scanning all the files you submitted for a price-check.
Authentication Required. You need to login with a user and API key in order to access this method. Add this HTTP header to your request:Authorization: Bearer <Your-Login-Token>

Request

Headers

Request Body

The request body is a JSON object containing the scans to start.
array<string>
required
A list of scans that you submitted for a check-credits scan and that you would like to submit for a full scan.This array can scan up to 100 submissions.Example: [ "Your-scan-id-1", "Your-scan-id-2" ]
integer
default:"0"
When set to ignore (ignore = 1) the trigger scans will start running even if some of them are in error mode, when set to cancel (cancel = 0) the request will be cancelled if any error was found. Possible Values: 0 (Cancel), 1 (Ignore).Possible Values:
  • 0 : Cancel
  • 1 : Ignore

Responses

200 OK - The command was executed.