patch(url, data, [config]);
Shortcut method to perform PATCH request.
Parameters
| Param | Type | Details |
|---|---|---|
| url | string | Relative or absolute URL specifying the destination of the request |
| data | * | Request content |
| config (optional) | Object | Optional configuration object |
Returns
HttpPromise |
Future object |
Please login to continue.