Create Project
post
Create a project in a folder
Authorizations
Body
folderIdstring · min: 1Required
contentTypestring · enumRequiredPossible values:
contentstringRequired
Responses
200
Successful Project creation
application/json
4XX
Error description
application/json
post
POST /api/v1/projects HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"folderId": "text",
"contentType": "text/markdown",
"content": "text"
}
{
"ok": true,
"item": {
"id": "text",
"name": "text"
}
}
Last updated