HTTP.Patch
Sends a PATCH request to a provided URL.
Syntax
HTTP.Patch "address" *json_data_to_patch
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
address | Yes | Any text e.g. "Hello, World!" | |
json data to patch | Yes | a reference to JObject object. |
Possible errors
- ConnectionError
- DataProcessingError
- ProtocolError
On a running server
Use serhelp HTTP.Patch to inspect the reference generated by your installed SER version.