curl --request PUT \
--url https://services.leadconnectorhq.com/locations/{locationId}/tags/{tagId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{
"name": "Tag"
}'{
"tag": {
"name": "minim aliquip anim",
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "flGwEuzsfJOia1i1ikRN"
}
}Update tag
curl --request PUT \
--url https://services.leadconnectorhq.com/locations/{locationId}/tags/{tagId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{
"name": "Tag"
}'{
"tag": {
"name": "minim aliquip anim",
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "flGwEuzsfJOia1i1ikRN"
}
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Tag name
"Tag"
Successful response
Show child attributes
Was this page helpful?