tag_update: Update tag

View source: R/tags.R

tag_updateR 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)

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