How to update notes and tags on person profil
General discussionHi team,
Can you provide some guidance on how to update notes and tags?
Tags
When adding a tag on the UI, I can query the tags via API and get something like this:
"tags": [
{
"id": "C27678",
"formattedvalue": "Corporate Accounting",
"value": "Corporate Accounting"
},
{
"id": "C27658",
"formattedvalue": "Android",
"value": "Android"
}
]