Appearance
Update scan preservation.
PATCH
/backend/v1/scans/{scanRequestId}
Updates a scan request by ID, marking it as preserved.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
scanRequestId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"preserve": true
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}