How the primary keys work when creating an item?
Utilisateur anonyme
I commented about increased ids vs uuid generated, their security differences. Increased Ids are easy to implement, we could set on database and the API would just follow, but less secure because one could just guess the ids on the urls, while the uuid are safer and not so difficult to use