Ash.Resource.Actions.Update (ash v1.46.8) View Source

Represents a update action on a resource.

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Resource.Actions.Update{
  accept: [atom()],
  arguments: [Ash.Resource.Actions.Argument.t()],
  changes: term(),
  description: String.t(),
  error_handler: term(),
  manual?: term(),
  name: atom(),
  primary?: boolean(),
  reject: term(),
  require_attributes: term(),
  type: :update
}