Fix the administrative banner for sys endpoints (#22888)

This commit is contained in:
Bianca Moreira
2023-09-11 09:20:31 +02:00
committed by GitHub
parent 2e30ad5a93
commit 1d72ac5278
32 changed files with 1 additions and 176 deletions

View File

@@ -12,8 +12,6 @@ once registered backends can use the plugin by querying the catalog.
## LIST plugins
@include 'alerts/restricted-admin.mdx'
This endpoint lists the plugins in the catalog by type.
| Method | Path |
@@ -85,8 +83,6 @@ $ curl \
## LIST plugins
@include 'alerts/restricted-admin.mdx'
This endpoint lists the plugins in the catalog by type.
| Method | Path |
@@ -122,8 +118,6 @@ $ curl \
## Register plugin
@include 'alerts/restricted-admin.mdx'
This endpoint registers a new plugin, or updates an existing one with the
supplied name.
@@ -181,8 +175,6 @@ $ curl \
## Read plugin
@include 'alerts/restricted-admin.mdx'
This endpoint returns the configuration data for the plugin with the given name.
- **`sudo` required**  This endpoint requires `sudo` capability in addition to
@@ -229,8 +221,6 @@ $ curl \
## Remove plugin from catalog
@include 'alerts/restricted-admin.mdx'
This endpoint removes the plugin with the given name.
- **`sudo` required**  This endpoint requires `sudo` capability in addition to