StepFlow.Updates.create_update
You're seeing just the function
create_update
, go back to StepFlow.Updates module for more information.
Creates an update.
Examples
iex> create_update(%{field: value})
{:ok, %Update{}}
iex> create_update(%{field: bad_value})
{:error, %Ecto.Changeset{}}