Oban.Repo.update
You're seeing just the function
update
, go back to Oban.Repo module for more information.
Specs
update(config(), Ecto.Changeset.t(), Keyword.t()) :: {:ok, Ecto.Schema.t()} | {:error, Ecto.Changeset.t()}
Wraps Ecto.Repo.update/2
.