Update tag

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

Arguments

tag_id

Tag ID

name

Tag name

archived

Whether or not item is archived

Examples

if (FALSE) {
tag_update("5f2d9bc659badb2a849c027e", "Size: Large")
tag_update("5f2d9bc659badb2a849c027e", archived = TRUE)
tag_update("5f2d9bc659badb2a849c027e", "Size: L", FALSE)
}