Document plugin delete endpoint

This commit is contained in:
LTbinglingfeng
2026-06-13 20:52:30 +08:00
parent c5cfdb15e5
commit b79647d886
2 changed files with 4 additions and 2 deletions

View File

@@ -178,10 +178,11 @@ The host still performs the real HTTP request, so proxy handling, transport poli
## Management API
The native plugin management endpoints remain:
The native plugin management endpoints are:
```text
GET /v0/management/plugins
DELETE /v0/management/plugins/{pluginID}
PATCH /v0/management/plugins/{pluginID}/enabled
GET /v0/management/plugins/{pluginID}/config
PUT /v0/management/plugins/{pluginID}/config

View File

@@ -176,10 +176,11 @@ host.http.do
## Management API
原生插件管理接口保持不变
原生插件管理接口包括
```text
GET /v0/management/plugins
DELETE /v0/management/plugins/{pluginID}
PATCH /v0/management/plugins/{pluginID}/enabled
GET /v0/management/plugins/{pluginID}/config
PUT /v0/management/plugins/{pluginID}/config