mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-03 06:35:00 +08:00
Document plugin delete endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user