Dnsimple.Domains.reject_push
You're seeing just the function
reject_push
, go back to Dnsimple.Domains module for more information.
Link to this function
reject_push(client, account_id, push_id, options \\ [])
Specs
reject_push(Dnsimple.Client.t(), String.t() | integer(), integer(), Keyword.t()) :: {:ok | :error, Dnsimple.Response.t()}
Rejects a pending push.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Domains.reject_push(client, account_id = 1010, push_id = 6789)