Import the estimations of task-types for given project.
Path parameters
-
project_id Required
-
task_type_id Required
POST
/import/csv/projects/{project_id}/task-types/{task_type_id}/estimations
curl \
--request POST http://api.example.com/import/csv/projects/{project_id}/task-types/{task_type_id}/estimations \
--header "Authorization: $API_KEY"