POST/projects/{projectId}/tasks.json

Create a Task on a Project

This endpoint allows you to create tasks on a project without passing in a specific task list. It will create a task in an 'Inbox' task list.


Path Params

  • Name
    projectId
    Type
    string
    required
    Description

Body Params

    • Name
      todo-item
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "affectedTaskIds": "13233455",
      "id": "13233455",
      "STATUS": "OK"
    }