tag_update {clockify}R Documentation

Update tag

Description

Update tag

Usage

tag_update(tag_id, name = NULL, archived = NULL)

Arguments

tag_id

Tag ID

name

Tag name

archived

Whether or not item is archived

Examples

## Not run: 
tag_update("5f2d9bc659badb2a849c027e", "Size: Large")
tag_update("5f2d9bc659badb2a849c027e", archived = TRUE)
tag_update("5f2d9bc659badb2a849c027e", "Size: L", FALSE)

## End(Not run)

[Package clockify version 0.1.4 Index]