cURL
curl --request POST \ --url https://api.engagefabric.com/api/v1/analytics/funnels/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "Updated Onboarding Funnel", "description": "<string>", "steps": [ { "name": "Sign Up", "eventType": "player.created", "filters": { "source": "organic" } } ], "isActive": true } '
{ "id": "<string>", "projectId": "<string>", "name": "<string>", "steps": "<array>", "isActive": true, "createdAt": "<string>", "updatedAt": "<string>", "description": "<string>" }
Updates a conversion funnel.
Funnel ID
Funnel name
"Updated Onboarding Funnel"
Funnel description
Funnel steps
Show child attributes
Whether the funnel is active
true
Funnel updated
Project ID
Funnel steps configuration
Created timestamp
Updated timestamp