Update a shared report

shared_report_update(
  shared_report_id,
  name = NULL,
  is_public = NULL,
  fixed_date = NULL
)

Arguments

shared_report_id

Identifier for a specific shared report

name

Report name

is_public

Is this a public report?

fixed_date

Are the dates fixed?

Examples

if (FALSE) {
shared_report_update("6307f29f1bbd1d34e56b9eb7", name = "Test Report")
}