Skip to content

PutAsync

Performs request with PUT method as asynchronously.

1
myRestRequest.PutAsync():Promise<RestResponse>

Remarks

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

See Also