HTTP Verbs
The following subset of HTTP verbs are supported. Please note that not all URLs will support all verbs. For information what verbs to use for a particular resource see that resource’s documentation.
| Verb | Uses |
|---|---|
| GET | Fetches an object |
| POST | Creates a new object |
| PUT | Updates an existing object |
| DELETE | Deletes an object |