tag_update {clockify} | R Documentation |
Update tag
tag_update(tag_id, name = NULL, archived = NULL)
tag_id |
Tag ID |
name |
Tag name |
archived |
Whether or not item is archived |
## Not run:
tag_update("5f2d9bc659badb2a849c027e", "Size: Large")
tag_update("5f2d9bc659badb2a849c027e", archived = TRUE)
tag_update("5f2d9bc659badb2a849c027e", "Size: L", FALSE)
## End(Not run)