- Upsert support
Upsert support
New feature•
You can now upsert redirects through both the API and import functionality. Instead of manually fetching the redirect to determine whether it requires creation or updating, existing redirects are updated automatically when a match is found. This makes bulk updates and automated workflows much easier to manage. Set the `upsert` boolean to `true` on the POST /api/v1/redirects call.