BJTUNourriture / Nourriture

Nourriture - Connect People with Ingredients
MIT License
2 stars 0 forks source link

Put User non fonctionnell #10

Closed sylflo closed 8 years ago

sylflo commented 8 years ago

Je suis en train d'effectuer la modification d'User depuis le front Y a un gros problème avec le put d'User

Sur la doc y a cette route "/users/id/:id" pour le put. Quand je test avec: "http://localhost:8101/api/users/id/5642ea4094ec568210f6e933/" Ca me renvoie cette erreur { "message": "The id musn't be null and the request must not be empty." }

Et avec l'username ça me renvoie une erreur du même genre. { "message": "The username musn't be null and the request must not be empty." }

Et en plus c'est quoi UserLDF ça veut dire quoi LDF ?

Je tiens bien à préciser que j'ai fait tout les tests avec Postman.