Vincular projeto a uma etapa
curl --request POST \
--url https://api.olie.ai/api/management/funnel-steps/{funnel_step_id}/projects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"force_funnel_link": true,
"project_id": "019b277f-e453-733d-a00e-1d26d444008b",
"unlink_others": true
}
'
{
"project": {
"budget": 950000,
"code": "P-83",
"contact_id": 12597,
"created_at": "2025-12-16T14:10:51.000000Z",
"created_by": "019aeaa3-2370-731c-9008-be759795f449",
"customer_id": "019b277d-c615-723f-a1dd-f03940bce866",
"deleted_at": null,
"description": "Companhia de energia",
"frame_id": "019aeaa3-2778-73ec-8f8d-59d06cc59dca",
"funnel_steps": [],
"funnels": [],
"id": "019b277f-e453-733d-a00e-6d26d444008b",
"impact": 1,
"is_template": false,
"merged_id": null,
"name": "Laboratório Hawkins",
"old_id": null,
"parent_id": null,
"share_settings": null,
"share_token": null,
"status": 1,
"tags": [],
"updated_at": "2025-12-16T14:10:51.000000Z"
},
"response": true
}