Skip to main content

http.patch

http.patch(url, body)

Description

Issues an HTTP PATCH with the body.

Parameters

ParameterTypeExplanation
urlStringThe url to patch data to
bodyStringThe data to patch

Example

http = option.http

res = http.patch("https://postman-echo.com/patch", message.toJson())
api.wto(res)