mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-07 00:02:54 +08:00
passwd -> password
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
## SSH Plugin API
|
||||
|
||||
### POST /plugin/ssh/update_passwd/
|
||||
### POST /plugin/ssh/update_password/
|
||||
|
||||
Request:
|
||||
|
||||
{
|
||||
"passwd": "123123"
|
||||
"password": "123123"
|
||||
}
|
||||
|
||||
No Response.
|
||||
|
||||
Exception:
|
||||
|
||||
* invalid_passwd
|
||||
* invalid_password
|
||||
* not_in_service
|
||||
|
||||
Reference in New Issue
Block a user