POST
/
contact
/
document
/
:document
/
tag
curl --request POST \
  --url https://api.fint.app/api/v1/contact/document/:document/tag \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "tagsToDelete": [
    123
  ],
  "tagsToAdd": [
    123
  ]
}'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

document
string
required

Body

application/json
tagsToDelete
number[]
tagsToAdd
number[]

Response

200
application/json
Tags agregados o eliminados con éxito
message
string
required