initial push
This commit is contained in:
31
02-configuration/password-settings.bru
Normal file
31
02-configuration/password-settings.bru
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user