Update a tag
PUT
/tags/{tag_gid}
Tags
data
block will be updated; any unspecified fields will remain unchanged.
to change, or else you may overwrite changes made by another user since
you last retrieved the tag.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://app.asana.com/api/1.0/tags/'
Response Response Example
200 - Example 1
{
"data": {
"gid": "12345",
"resource_type": "task",
"name": "Stuff to buy",
"color": "light-green",
"followers": [
{
"gid": "12345",
"resource_type": "task",
"name": "Greg Sanchez"
}
],
"permalink_url": "https://app.asana.com/0/resource/123456789/list",
"workspace": {
"gid": "12345",
"resource_type": "task",
"name": "My Company Workspace"
}
}
}
Request
Path Params
tag_gid
string
required
Responses
Modified at 2022-09-13 02:00:32