cURL
curl --request POST \ --url https://api.olie.ai/api/management/projects/{project}/clone \ --header 'Authorization: Bearer <token>'
Cria uma cópia de um projeto existente. Permite configurar quais elementos serão clonados (funis, tags, checklists, respostas de formulários, mídias, fórum, grupos, atribuições, etc.).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?