put https://{subdomain}.myclickfunnels.com/api/v2/funnels/tags/
Update Tag
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update Tag
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/funnels/tags/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 18,
"public_id": "KMviko",
"workspace_id": 42000,
"name": "Example Funnel Tag",
"color": "#cadf13",
"created_at": "2025-02-05T12:39:55.191Z",
"updated_at": "2025-02-05T12:39:55.191Z"
}