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

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfAutoHttpCreateRequest{
  allowInAutomation: boolean() | nil,
  allowInDashboardTest: boolean() | nil,
  allowInWebWidget: boolean() | nil,
  allowedHosts: [String.t()],
  bodyTemplate: String.t() | nil,
  description: String.t() | nil,
  headersJson: %{optional(String.t()) => String.t()} | nil,
  method: String.t() | nil,
  name: String.t(),
  parametersSchema: %{optional(String.t()) => any()} | nil,
  urlTemplate: String.t()
}

Functions

decode(value)