Arthrex Interview Question

In a RESTful API, what’s the difference between a PUT and a POST?

Interview Answer

Anonymous

May 14, 2017

POST typically creates a new record while PUT updates that record.