We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e9be2 commit a60c32dCopy full SHA for a60c32d
2 files changed
README.rst
@@ -391,6 +391,7 @@ Management Endpoints
391
- Actions() (``Auth0().actions``)
392
- AttackProtection() (``Auth0().attack_protection``)
393
- Blacklists() ( ``Auth0().blacklists`` )
394
+- Branding() ( ``Auth0().branding`` )
395
- ClientGrants() ( ``Auth0().client_grants`` )
396
- Clients() ( ``Auth0().clients`` )
397
- Connections() ( ``Auth0().connections`` )
docs/source/v3.management.rst
@@ -17,6 +17,14 @@ management.blacklists module
17
:undoc-members:
18
:show-inheritance:
19
20
+management.branding module
21
+-------------------------------
22
+
23
+.. automodule:: auth0.v3.management.branding
24
+ :members:
25
+ :undoc-members:
26
+ :show-inheritance:
27
28
management.client\_grants module
29
-----------------------------------
30
0 commit comments