mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-30 15:05:38 +08:00
17 lines
171 B
Markdown
17 lines
171 B
Markdown
## SSH Plugin API
|
|
|
|
### POST /plugin/ssh/update_password
|
|
|
|
Request:
|
|
|
|
{
|
|
"password": "123123"
|
|
}
|
|
|
|
No Response.
|
|
|
|
Exception:
|
|
|
|
* invalid_password
|
|
* not_in_service
|