shared_report_update: Update a shared report

shared_report_updateR Documentation

Update a shared report

Description

Update a shared report

Usage

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

## Not run: 
shared_report_update("6307f29f1bbd1d34e56b9eb7", name = "Test Report")

## End(Not run)

clockify documentation built on Sept. 2, 2023, 9:08 a.m.