Dnsimple.Client.put
You're seeing just the function
put
, go back to Dnsimple.Client module for more information.
Link to this function
put(client, url, body, options \\ [])
Specs
put(t(), binary(), body(), Keyword.t()) :: {:ok | :error, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t()}
Issues a PUT request to the given url.