Kaneo Logo
Tasks

Import Tasks

Import multiple tasks into a project

POST
/task/import/{projectId}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

projectId*string

Request Body

application/json

tasks*

Response Body

application/json

curl -X POST "https://cloud.kaneo.app/api/task/import/string" \  -H "Content-Type: application/json" \  -d '{    "tasks": [      {        "title": "string",        "status": "string"      }    ]  }'
null