patch

Creates a PATCH endpoint for the provided uriWithParameters.

Parameters

uriWithParameters

URI template matched by the endpoint.


Creates a PATCH endpoint by supplying a literal path.

Parameters

path

slash-separated segments describing the URI template.


Creates a PATCH endpoint that uses a single parameter placeholder (path or query).

Parameters

parameter

parameter whose name and codec derive the template segment.