curl --request PATCH \
--url https://services.leadconnectorhq.com/funnels/funnel/update/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"name": "<string>",
"originId": "<string>",
"url": "<string>",
"faviconUrl": "<string>",
"trackingCodeHead": "<string>",
"trackingCodeBody": "<string>",
"domainId": "<string>",
"processing": true,
"type": "<string>",
"globalSectionsPath": "<string>",
"globalSectionsUrl": "<string>",
"globalSectionVersion": 123,
"globalFonts": [
"<string>"
],
"updatedBy": "<string>",
"orderFormVersion": 123,
"isLivePaymentMode": true,
"deleted": true,
"category": "<string>",
"parentId": "<string>",
"ischatWidgetLive": true,
"chatWidgetId": "<string>",
"imageOptimization": true,
"isStoreActive": true,
"isBlogEnable": true,
"blogsData": {}
}
'curl --request PATCH \
--url https://services.leadconnectorhq.com/funnels/funnel/update/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"name": "<string>",
"originId": "<string>",
"url": "<string>",
"faviconUrl": "<string>",
"trackingCodeHead": "<string>",
"trackingCodeBody": "<string>",
"domainId": "<string>",
"processing": true,
"type": "<string>",
"globalSectionsPath": "<string>",
"globalSectionsUrl": "<string>",
"globalSectionVersion": 123,
"globalFonts": [
"<string>"
],
"updatedBy": "<string>",
"orderFormVersion": 123,
"isLivePaymentMode": true,
"deleted": true,
"category": "<string>",
"parentId": "<string>",
"ischatWidgetLive": true,
"chatWidgetId": "<string>",
"imageOptimization": true,
"isStoreActive": true,
"isBlogEnable": true,
"blogsData": {}
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?