typicode / json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)
Other
71.87k stars 6.93k forks source link

I can not not increased by 1 for id #1560

Open PhamHinh2004 opened 3 weeks ago

PhamHinh2004 commented 3 weeks ago

Why I posted a document into a db but id could not increased by 1 . Ví dụ when I had a id: "1" then I post a elements but id: "12bc". I want to id: '2' so How do I have to do ?

MSroczynski3 commented 2 weeks ago

Hi @PhamHinh2004 As you can read in the documentation: https://jsonplaceholder.typicode.com/guide/ Important: resource will not be really updated on the server but it will be faked as if.

If you want to play with more advanced scenarios than I suggest forking the repo and running this for yourself locally.