Copy a project to a folder
Last updated 11 months ago
Successful Project Copied
const response = await fetch('https://www.taskade.com/api/v1/projects/{projectId}/copy', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "folderId": "text" }), }); const data = await response.json();
{ "ok": false, "item": { "id": "text", "name": "text" } }