StepFlow.Updates.create_update

You're seeing just the function create_update, go back to StepFlow.Updates module for more information.
Link to this function

create_update(attrs \\ %{})

View Source

Creates an update.

Examples

iex> create_update(%{field: value})
{:ok, %Update{}}

iex> create_update(%{field: bad_value})
{:error, %Ecto.Changeset{}}