put https://{subdomain}.myclickfunnels.com/api/v2/orders/tags/
Update an order tag
Log in to see full request history
Responses
Update an order tag
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/orders/tags/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 69,
"public_id": "BuzdgX",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#072da1",
"created_at": "2025-03-05T12:40:04.690Z",
"updated_at": "2025-03-05T12:40:04.690Z"
}