Improved documentation about admin api (#1846)
* - added note about admin api routes * - fixed openapi path * - open api -> OpenAPI, admin api -> admin API --------- Co-authored-by: doublebyte1 <info@doublebyte.net>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 208 KiB |
@@ -14,6 +14,15 @@ The API is enabled with the following server configuration:
|
||||
server:
|
||||
admin: true # boolean on whether to enable Admin API.
|
||||
|
||||
.. note::
|
||||
|
||||
If you generate the OpenAPI definition after enabling the admin API, the admin routes will be exposed on ``/openapi``
|
||||
|
||||
.. image:: /_static/openapi_admin.png
|
||||
:alt: admin routes
|
||||
:align: center
|
||||
|
||||
|
||||
Access control
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user