Data API Actions

Like most REST API's with the Data API you send requests to various resources, using different HTTP methods to indicate what action you are wanting executed.

Different actions supported by the Data API include:

Faking the HTTP method

If the programming language objects you are using to submit http requests don't support the PUT and DELETE request methods, then you can optionally just POST to the resource url and pass the special argument _method=PUT or _method=DELETE in a querystring.