# Import edits csv **POST /import/csv/projects/{project_id}/edits** Import project edits from a CSV file. Creates or updates edits based on CSV rows. Supports metadata descriptors and task status updates. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) #### Query parameters - **update** (boolean) Whether to update existing edits ## Responses ### 201: Edits imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) - **description** (string) ### 400: Invalid CSV format or missing required columns [Powered by Bump.sh](https://bump.sh)