Last updated 5 months ago
Create a project from a custom template
Successful Project creation from template
POST /api/v1/projects/from-template HTTP/1.1 Host: www.taskade.com Content-Type: application/json Accept: */* Content-Length: 39 { "folderId": "text", "templateId": "text" }
{ "ok": true, "item": { "id": "text", "name": "text" } }