View Source Eakins.UseCases.DeleteSchemaImage (eakins v0.0.1)

Updates one of the images in a schema's image map

Link to this section Summary

Link to this section Functions

Link to this function

call(repo_module, schema_module, id, container_name, image_key)

View Source
@spec call(module(), module() | String.t(), any(), String.t(), Eakins.Images.key()) ::
  {:ok, Eakins.Schema.t()} | {:error, Ecto.Changeset.t()}