Last updated 5 months ago
Create a project in a folder
text/markdown
Successful Project creation
POST /api/v1/projects HTTP/1.1 Host: www.taskade.com Content-Type: application/json Accept: */* Content-Length: 66 { "folderId": "text", "contentType": "text/markdown", "content": "text" }
{ "ok": true, "item": { "id": "text", "name": "text" } }