mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-30 06:54:42 +08:00
20 lines
299 B
Markdown
20 lines
299 B
Markdown
## Nginx Plugin API
|
|
|
|
### POST /plugin/nginx/update_site/
|
|
|
|
Request:
|
|
|
|
{
|
|
"action": "create/update/delete",
|
|
// only when update
|
|
"id": "525284cc2cebb6d0008b4567",
|
|
"type": "guide/json/nginx",
|
|
"config": <Object>
|
|
}
|
|
|
|
No Response.
|
|
|
|
Exception:
|
|
|
|
* not_in_service
|