View Source StepFlow.Updates (StepFlow v1.7.0)
The Updates context.
Link to this section Summary
Link to this section Functions
Creates an update.
examples
Examples
iex> create_update(%{field: value})
{:ok, %Update{}}
iex> create_update(%{field: bad_value})
{:error, %Ecto.Changeset{}}