cURL
curl --request PUT \ --url https://api.olie.ai/api/management/project-funnels/{project_funnel} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "funnel_config_template_id": 5 } '
Atualizar dados de um funil de projeto específico.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
5
200
Was this page helpful?