openfoodfacts / open-prices

An open database of prices 🧾💸💰🏷️🤑🍽️
https://prices.openfoodfacts.org
GNU Affero General Public License v3.0
42 stars 12 forks source link

feat(API): on Location POST, return existing if duplicate #554

Closed raphodn closed 2 weeks ago

raphodn commented 2 weeks ago

What

Following #446

Users can create a Location via the API. But if the location already exist, we prefer to return the existing object (with a 200), instead of an error.