matthoiland / restful-api-demo

Code from the video titled "Building a RESTful API in 5 Minutes"
115 stars 45 forks source link

unable to PUT and Delete #8

Open Aeyzaz opened 7 years ago

Aeyzaz commented 7 years ago

I am unable to update or delete any document from the collection. Here is the message i am getting.

{"message":"Cast to ObjectId failed for value \"58729d8f59d088230e7f370b\" at path \"_id\" for model \"Products\"","name":"CastError","stringValue":"\"58729d8f59d088230e7f370b\"","kind":"ObjectId","value":"58729d8f59d088230e7f370b","path":"_id"}