We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e87184 commit 4e1cf7bCopy full SHA for 4e1cf7b
docs/source/_static/openapi_admin.png
208 KB
docs/source/admin-api.rst
@@ -14,6 +14,15 @@ The API is enabled with the following server configuration:
14
server:
15
admin: true # boolean on whether to enable Admin API.
16
17
+.. note::
18
+
19
+ If you generate the open api definition after enabling the admin api, the admin routes will be exposed on ``/api``
20
21
+ .. image:: /_static/openapi_admin.png
22
+ :alt: admin routes
23
+ :align: center
24
25
26
Access control
27
--------------
28
0 commit comments