Groovy (Low-code)SDK Functions (Groovy)HTTP (deprecated)CRUDhttp.patchOn this pagehttp.patch http.patch(url, body) Description Issues an HTTP PATCH with the body. Parameters ParameterTypeExplanationurlStringThe url to patch data tobodyStringThe data to patch Example http = option.httpres = http.patch("https://postman-echo.com/patch", message.toJson())api.wto(res)