Endpoint
/api/v2/ntpmanualconfig
datestring
Date (MM-DD-YYYY)
hourstring
Hours (0-23)
minstring
Minutes (0-59)
secstring
Seconds (0-59)
{
"date": "06-21-2020",
"hour": "8",
"min": "15",
"sec": "00"
}
Responses
OK
Successstring
{
"Success": "Successfully updated time and date"
}