Custom Scan
Update Scan Job Status
Use this API to update the custom connecter scan job's status.
put/v1/jobs/{jobId}/status
Path parameters
jobIdinteger required
The custom connector scan job's identifier. This value can be obtained using the Get List of Scan Jobs API.
Request body
Example request
{
"status": "IN_PROGRESS",
"errorMessage": "Connection Error"
}Response
OK