Create a new task with given task type for each entity of given

POST /actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/

entity type.

Path parameters

  • project_id string Required
  • task_type_id string Required

Responses

  • 201 application/json

    List of created tasks

  • 400

    Bad request

  • 404

    Project, entity type, or task type not found

POST /actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/
curl \
 --request POST 'http://api.example.com/actions/projects/a24a6ea4-ce75-4665-a070-57453082c25/task-types/a24a6ea4-ce75-4665-a070-57453082c25/create-tasks/{entity_type}/' \
 --header "Authorization: $API_KEY"
Response examples (201)
[
  {}
]