The HTTP methods of the REST API provide the operations available on Rule Execution Server artifacts, such as create, read, update, and delete.
The following HTTP methods are supported:
| HTTP method | Description |
|---|---|
| POST | Creates a resource. |
| GET | Retrieves a resource. |
| PUT | Updates an existing resource. Does not create the resource if it does not exist. |
| DELETE | Deletes a resource. |
For example: POST /api/v1/ruleapps?...&x-method-override=PUT