Results 174 comments of typicode

Hi @flightcom, Could you provide a failing example please?

You can do `POST /comments` or am I missing your question? That said you can add comments only to existing posts.

Hi, Yes, it's supported.

It's fixed now, sorry for the inconvenience and thanks @andrasnemes for the heads up! I'll see how to prevent this from happening in the future.

Seems to be working for me. Do you still have the issue? If so, what's the failing URL?

Hi @fzaninotto, Well, I'd rather keep it frozen since it's already used a lot. But for dates, what would be more convenient: recent dates that are changed every months or...

Hi @Peter-Pupkin, Thank you, I will check that.

I can't seem to be able to reproduce. Do you still have the error? I tried to go to https://jsonplaceholder.typicode.com/posts and make the following request from the console: ```js $.ajax('https://jsonplaceholder.typicode.com/posts',...

I agree there's room for improvements here. JSONPlaceholder depends on an old version of [JSON-Server](https://github.com/typicode/json-server). Especially the PATCH method should work.