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