Endpoint
/api/v2/ntpmanualconfig
date
string

Date (MM-DD-YYYY)

hour
string

Hours (0-23)

min
string

Minutes (0-59)

sec
string

Seconds (0-59)

{
  "date": "06-21-2020",
  "hour": "8",
  "min": "15",
  "sec": "00"
}

Responses

OK

Success
string

{
  "Success": "Successfully updated time and date"
}