curl --location --request PATCH 'https://api.leadfeeder.com/v1/tags/?account_id=123456' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "tag",
"attributes": {
"name": "Updated Tag Name"
}
}
}'{
"data": {
"type": "tag",
"id": "4b7e2c9f",
"attributes": {
"name": "Prospects",
"color": 0,
"created_at": "2024-12-10T15:57:25Z",
"updated_at": "2024-11-24T11:50:00Z"
},
"relationships": {
"created_by": {
"id": "12345",
"type": "user"
}
}
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}