DigitalOcean.Image.update
You're seeing just the function
update
, go back to DigitalOcean.Image module for more information.
Link to this function
update(image_id, opts)
Specs
update(DigitalOcean.id_t(), Keyword.t()) :: DigitalOcean.Operation.t()
Update an image.
Examples
iex> DigitalOcean.Image.update("7938391", name: "new-image-name") |> DigitalOcean.request()
{ :ok, DigitalOcean.Response{} }