project-update {clockify} | R Documentation |
Update project
Description
Adjust the project characteristics.
Usage
project_update(project_id, name = NULL, client_id = NULL, archived = NULL)
project_update_template(project_id, is_template = TRUE)
Arguments
project_id |
Project ID |
name |
Project name |
client_id |
Client ID |
archived |
Whether or not project is archived |
is_template |
Whether or not project is a template |
Details
These functions enable the following functionality:
change the project name
change the client ID associated with the project
toggle whether project is archived and
toggle whether project is a template (paid plan only).
[Package clockify version 0.1.6 Index]