top | item 31546202

(no title)

landa | 3 years ago

It's more about convention. Typically, PUT overwrites data, whereas POST adds data. If you PUT to /users/3 you overwrite a user, whereas if you POST to /users you add a user.

discuss

order

No comments yet.