Get Projects
post
Create a project in a workspace
Authorizations
Path parameters
workspaceIdstringRequired
Body
contentTypestring · enumRequiredPossible values:
contentstringRequired
Responses
200
Successful Project creation
application/json
4XX
Error description
application/json
post
/workspaces/{workspaceId}/projectsPOST /api/v1/workspaces/{workspaceId}/projects HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"contentType": "text/markdown",
"content": "text"
}{
"ok": true,
"item": {
"id": "text",
"name": "text"
}
}Last updated