RingCentral.API.put
You're seeing just the function
put
, go back to RingCentral.API module for more information.
Specs
put(RingCentral.t(), String.t(), map(), list()) :: {:error, RingCentral.Error.t()} | {:ok, RingCentral.Response.t()}
Send a PUT
request to the REST API.
It will uses ringcentral.http_client
to send the request to RingCentral API,
which by default is the RingCentral.HTTPClient.DefaultClient
.