Notifique.OpenApi.Model.NtfAutoMcpCreateRequest (notifique v0.2.1)

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfAutoMcpCreateRequest{
  allowInAutomation: boolean() | nil,
  allowInDashboardTest: boolean() | nil,
  allowInWebWidget: boolean() | nil,
  bearerToken: String.t() | nil,
  customHeadersJson: %{optional(String.t()) => String.t()} | nil,
  description: String.t() | nil,
  kind: String.t(),
  label: String.t(),
  mcpUrl: String.t() | nil,
  metadata: %{optional(String.t()) => any()} | nil
}

Functions

decode(value)