Wander Lairson Costa,
Software Engineer, Mozilla, Taskcluster Team
{URI}/{RESOURCE/ENDPOINT}
A GET request is an idempotent operation to retrieve data from the resource.
A POST request adds new data to the resource.
PATCH verb requests data update on the resource. PATCH is idempotent.
PUT = PATCH || POST.
It does what it says: remove a data from the resource.