Skip to content

Commit

Permalink
Improved documentation about admin api (#1846)
Browse files Browse the repository at this point in the history
* - added note about admin api routes

* - fixed openapi path

* - open api -> OpenAPI, admin api -> admin API

---------

Co-authored-by: doublebyte1 <info@doublebyte.net>
  • Loading branch information
doublebyte1 and doublebyte1 authored Nov 17, 2024
1 parent 9e87184 commit 2e4ff71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added docs/source/_static/openapi_admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/source/admin-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down

0 comments on commit 2e4ff71

Please sign in to comment.