Auth0.Management.Tenants (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of Tenants.
endpoint
- /api/v2/tenants/settings
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
get_setting(Auth0.Management.Tenants.Settings.Get.Params.t() | map(), config()) :: {:ok, Auth0.Entity.TenantSetting.t(), response_body()} | error()
Get tenant settings.
see
https://auth0.com/docs/api/management/v2/#!/Tenants/tenant_settings_route
Specs
update_setting( Auth0.Management.Tenants.Settings.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.TenantSetting.t(), response_body()} | error()
Update tenant settings.
see
https://auth0.com/docs/api/management/v2/#!/Tenants/patch_settings