1
0
Files
reap-api-bruno-collection/02-configuration/password-settings.bru
2026-02-13 11:17:41 +01:00

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
}