update
suspend fun update(reportId: String, name: String? = null, state: ReportState? = null): Result<ReportResource, Exception>
Update a report.
Parameters
report Id
The report ID (path parameter).
name
The new name for the report
state
The ReportState, that would be updated.