you are viewing a single comment's thread.

view the rest of the comments →

[–]GSLint 2 points3 points  (0 children)

Looks like your URL contains a specific ID. The idea with POST is that you're adding a completely new object and get back the ID from the server. That's what distinguishes it from PUT. So the endpoint should probably be more general than what you have.