View Source Eakins.UseCases.UpdateSchemaImage (eakins v0.0.1)
Updates one of the images in a schema's image map
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec call(t(), Eakins.Schema.t()) :: {:ok, Eakins.Schema.t()} | {:error, Ecto.Changeset.t()}
@spec new(Plug.Upload.t(), String.t(), Eakins.Images.key()) :: t()