# Import episode task type estimations csv **POST /import/csv/projects/{project_id}/episodes/{episode_id}/task-types/{task_type_id}/estimations** Import task type estimations from a CSV file for a specific episode. Updates estimations, dates, and other task properties for assets or shots based on CSV rows. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) - **task_type_id** (string(uuid)) - **episode_id** (string(uuid)) ## Responses ### 201 Task estimations imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **estimation** (integer) - **start_date** (string(date)) - **due_date** (string(date)) ### 400 Invalid CSV format or entity not found [Powered by Bump.sh](https://bump.sh)