Auth0.Management.RulesConfigs.Put (Auth0Api v1.4.0) View Source

Documentation for Auth0 Management Set rules config for a given key.

see

https://auth0.com/docs/api/management/v2/#!/Rules_Configs/put_rules_configs_by_key

Link to this section Summary

Functions

Set rules config for a given key.

Link to this section Types

Specs

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

Specs

endpoint() :: String.t()

Specs

Specs

key() :: String.t()

Specs

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, key, params, config)

View Source

Specs

execute(endpoint(), key(), params(), config()) :: response()

Set rules config for a given key.

see

https://auth0.com/docs/api/management/v2/#!/Rules_Configs/put_rules_configs_by_key