shared_report_update {clockify} | R 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)
[Package clockify version 0.1.6 Index]