my db.json looks like this: {"multi-text":[]}
{"multi-text":[]}
when I try PUT http://localhost:3000/multi-text/1 I get a 404 in the json-server log
PUT http://localhost:3000/multi-text/1
in this example this kind of request appears to be working (under post)
was this removed and if so how can I get it back?
isn't there a way to make PUT requests creating entities when they do not exist already ?
PUT
according to the HTTP standards it should
however this is duplicate of https://github.com/typicode/json-server/issues/472
Most helpful comment
isn't there a way to make
PUTrequests creating entities when they do not exist already ?according to the HTTP standards it should
however this is duplicate of https://github.com/typicode/json-server/issues/472