Auth0.Management.Prompts.CustomText.Put (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management Set custom text for a specific prompt.

see

https://auth0.com/docs/api/management/v2/#!/Prompts/patch_prompts

Link to this section Summary

Functions

Set custom text for a specific prompt.

Link to this section Types

Specs

config() :: Auth0.Config.t()

Specs

endpoint() :: String.t()

Specs

Specs

language() :: String.t()

Specs

Specs

prompt() :: String.t()

Specs

response() ::
  {:ok, entity(), response_body()}
  | {:error, integer(), term()}
  | {:error, term()}

Specs

response_body() :: String.t()

Link to this section Functions

Link to this function

execute(endpoint, prompt, language, params, config)

View Source

Specs

execute(endpoint(), prompt(), language(), params(), config()) :: response()

Set custom text for a specific prompt.

see

https://auth0.com/docs/api/management/v2/#!/Prompts/patch_prompts