ArchAstro. Types. Operations. PostApiV1KnowledgeSources. Input
(archastro v0.2.0)
Copy Markdown
Create a knowledge source
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1KnowledgeSources.Input{ agent: String.t() | ArchAstro.Unset.t(), metadata: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), org: String.t() | ArchAstro.Unset.t(), parent_source: String.t() | ArchAstro.Unset.t(), payload: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), state: String.t() | ArchAstro.Unset.t(), team: String.t() | ArchAstro.Unset.t(), thread: String.t() | ArchAstro.Unset.t(), type: String.t(), user: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()