Skip to main content
PATCH
/
api
/
public
/
contact
/
tags
/
{aiContactId}
Update all the tags from an AI contact
curl --request PATCH \
  --url https://api.example.com/api/public/contact/tags/{aiContactId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "tagsIds": [
    123
  ]
}
'

Headers

x-api-key
string
required

API key required to authorize the request

Path Parameters

aiContactId
string
required

ID of the AI contact

Body

application/json
tagsIds
number[]

Response

Tags updated successfully.