Update Tag
asana_update_tagUpdate an existing Asana tag's name, color, or notes. Only include fields to change; returns the updated tag object.
Instructions
Update the name, color, or notes of an existing tag. Only supply the fields you want to change. Returns the updated tag object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the tag. | |
| color | No | New color. One of: dark-pink, dark-green, dark-blue, dark-red, dark-teal, dark-brown, dark-orange, dark-purple, dark-warm-gray, light-pink, light-green, light-blue, light-red, light-teal, light-brown, light-orange, light-purple, light-warm-gray. | |
| notes | No | New notes/description for the tag. | |
| tag_gid | Yes | The GID of the tag to update (numeric string, e.g. `'1234567890123'`). | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,name,color,notes`. |