32 lines
469 B
Plaintext
32 lines
469 B
Plaintext
meta {
|
|
name: Password Settings
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/set_cfg
|
|
body: formUrlEncoded
|
|
auth: inherit
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
~opswd: 2479
|
|
~npswd: 1234
|
|
~npsch: 1234
|
|
}
|
|
|
|
docs {
|
|
# Password Settings
|
|
|
|
Change device webserver password.
|
|
|
|
## Set Parameters
|
|
- `opswd`: Old password (four digits)
|
|
- `npswd`: New password (four digits)
|
|
- `npsch`: New password check (four digits)
|
|
|
|
## Response
|
|
- `status`: 0 if success
|
|
}
|