Bulk Update / Overwrite for existing links
Julien MINGUEZ
feature request regarding the management of large-scale link databases. Currently, updating a massive volume of existing short links is quite challenging.
Proposed solutions to make the platform more Enterprise-friendly:
CSV Import "Update" Mode: Add an "Overwrite existing links" checkbox to the CSV import tool, allowing users to update the originalURL by matching the path slug, without dropping the domain.
Batch Update API Endpoint: Introduce a dedicated endpoint (e.g., PATCH /api/links/batch) that accepts an array of links to update in a single request, drastically reducing HTTP overhead.
Adding this would make managing large link databases much safer and more efficient. Thank you for considering it!