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(UUID) Required
-
task_type_id string(UUID) Required
-
task_type_id string(UUID) Required
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"