update

suspend fun update(reportId: String, name: String? = null, state: ReportState? = null): Result<ReportResource, Exception>

Update a report.

Parameters

reportId

The report ID (path parameter).

name

The new name for the report

state

The ReportState, that would be updated.