Can't add ContactTag - What's wrong, invalid value for query parameter contactTag.tag

…api/3/contactTags

BODY

{
“contactTag”: {

    "contact": "11636",

    "tag":"Onboarded"

}

}

{

** “errors”: [**

** {**

** “title”: “Invalid value for query parameter contactTag.tag”,**

** “detail”: “No tag id provided”,**

** “source”: {**

** “parameter”: “contactTag.tag”**

** }**

** }**

** ]**

}

Hi!

When adding a tag to a contact, you need to use the tag ID and contact ID.

I hope this helps!