Import the estimations of task-types for given episode of given project.

POST /import/csv/projects/{project_id}/episodes/{episode_id}/task-types/{task_type_id}/estimations

Path parameters

Responses

  • 201

    Estimations imported

  • 400

    Format error

POST /import/csv/projects/{project_id}/episodes/{episode_id}/task-types/{task_type_id}/estimations
curl \
 -X POST http://localhost:8080/api/import/csv/projects/{project_id}/episodes/{episode_id}/task-types/{task_type_id}/estimations \
 -H "Authorization: $API_KEY"