A curated request to syndicate a post into another blog.
Summary
Functions
Builds a trusted workflow changeset for a syndication.
Types
@type t() :: %BlogEngine.Schema.Syndication{ __meta__: term(), id: term(), inserted_at: term(), requested_at: term(), requested_by_key: term(), requested_by_type: term(), reviewed_at: term(), reviewed_by_key: term(), reviewed_by_type: term(), source_post: term(), source_post_id: term(), status: term(), target_blog: term(), target_blog_id: term(), tenant_key: term(), updated_at: term(), withdrawn_at: term(), withdrawn_by_key: term(), withdrawn_by_type: term() }
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Builds a trusted workflow changeset for a syndication.