Skip to content

PatchAsync

Performs request with PATCH method as asynchronously.

1
myRestRequest.PatchAsync():Promise<RestResponse>

Remarks

This method expects the response status code as OK (200), No Content (204)

See Also