Last updated 4 months ago
Copy a project to a folder
curl -L \ --request POST \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/copy' \ --header 'Content-Type: application/json' \ --data '{ "folderId": "text", "projectTitle": "text" }'
{ "ok": true, "item": { "id": "text", "name": "text" } }