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

Responses

  • 201

    List of created tasks.

POST /actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/
curl \
 -X POST http://localhost:8080/api/actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/ \
 -H "Authorization: $API_KEY"