Twilio.Studio.V2.Flow.ValidateService (twilio_elixir v0.1.1)

Copy Markdown View Source

Flow definition validator

Operations: create

Summary

Functions

create(client, params \\ %{}, opts \\ [])

@spec create(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Studio.V2.Flow.Validate.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Validate flow JSON definition

Operation: UpdateFlowValidate | Tags: StudioV2FlowValidate

Required Parameters

ParameterTypeDescription
DefinitionstringJSON representation of flow definition.
FriendlyNamestringThe string that you assigned to describe the Flow.
StatusstringValues: draft, published

Optional Parameters

ParameterTypeDescription
CommitMessagestringDescription of change made in the revision.