shared_report_update.Rd
Update a shared report
shared_report_update(
shared_report_id,
name = NULL,
is_public = NULL,
fixed_date = NULL
)
Identifier for a specific shared report
Report name
Is this a public report?
Are the dates fixed?
if (FALSE) {
shared_report_update("6307f29f1bbd1d34e56b9eb7", name = "Test Report")
}