Type: lib.http.Patch
Namespace: lib.http
Description
Send a PATCH request with JSON body. http, patch, update, request, api
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| url | str |
URL to patch | `` |
| body | any |
Request body (will be JSON-encoded) | null |
| headers | str |
Optional JSON object of request headers | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | any |
|
| status | int |
Related Nodes
Browse other nodes in the lib.http namespace.