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