Skip to content

RestRequest.PatchAsync

Overview

Promise<RestResponse> RestRequest.PatchAsync ( )
Performs request with PATCH method.

Remarks

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

Examples

See Also