put https://{subdomain}.myclickfunnels.com/api/v2/products/tags/
Update a tag for a product
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update a tag for a product
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/products/tags/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 281,
"public_id": "qrfYtG",
"workspace_id": 42000,
"name": "Example Tag",
"color": "byzantium",
"created_at": "2025-03-05T12:40:05.996Z",
"updated_at": "2025-03-05T12:40:05.996Z"
}