JBoss.orgCommunity Documentation
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. |