1
0
Files
reap-api-bruno-collection/02-configuration/date-time-settings.bru
2026-02-16 16:55:57 +01:00

39 lines
551 B
Plaintext

meta {
name: Date/Time Settings
type: http
seq: 12
}
post {
url: {{base_url}}/ldt_s
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~dtmo: 1
~dty: 2026
~dtd: 1
~dth: 0
~dtmi: 0
~dts: 0
}
docs {
# Date/Time Settings
Configure device date and time.
## Set Parameters
- `dtmo`: Month (1-12)
- `dty`: Year
- `dtd`: Day (1-days in month)
- `dth`: Hour (0-23)
- `dtmi`: Minute (0-59)
- `dts`: Second (0-59)
## Response
- `dtmo`, `dty`, `dtd`, `dth`, `dtmi`, `dts`
- `status`: 0 if success
}