Scanners
Note
These APIs are subject to change at any time and are for internal use only.
Patch - Update results
This endpoint allows to update scanner results.
Note
Requires JWT authentication using the service account credentials associated with the scanner webhook.
- PATCH /api/v5/scanner/results/(int: pk)/
- Query Parameters:
id (string) – The scanner result ID.
- Request JSON Object:
results (object) – The scanner results.
- Status Codes:
204 No Content – Results successfully updated.
400 Bad Request – Invalid payload.
409 Conflict – Scanner results already recorded.