update

suspend fun update(resultId: String, vendor: String? = null, rule: String? = null, type: SeverityType? = null, description: String? = null, screenshots: List<Bitmap>? = null, format: ImageFormat = ImageFormat.PNG): Result<ResultResource, Exception>

Update a result.

Parameters

resultId

The result ID (path parameter)

vendor

The new vendor for the result

rule

The new rule for the result

type

The new type for the result

description

The new description for the result

screenshots

The new screenshots for the result

format

The ImageFormat to use for the screenshots.