4.3.1.2.1. HTTP Methods

Here is the convention you should follow:

Method Definition
GET Get a Resource. Its state should not be modified.
POST Create a Resource (or anything that does not fit elsewhere).
PUT Update a Resource.
DELETE Delete a Resource.
Copyright ©2012. All rights reserved. eXo Platform SAS