View Source Auth0.Management.Forms (Auth0Api v2.2.0)

Summary

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}
@type id() :: String.t()

Functions

@spec create(map(), config()) :: {:ok, map()} | error()

Create a form.

see

https://auth0.com/docs/api/management/v2/forms/post-forms

@spec get(id(), map(), config()) :: {:ok, map()} | error()

Get a form.

see

https://auth0.com/docs/api/management/v2/forms/get-forms-by-id

@spec list(map(), config()) :: {:ok, map()} | error()

Get forms.

see

https://auth0.com/docs/api/management/v2/forms/get-forms

Link to this function

update(id, params, config)

View Source
@spec update(id(), map(), config()) :: {:ok, map()} | error()

Update a form.

see

https://auth0.com/docs/api/management/v2/forms/patch-forms-by-id