Skip to main content
POST
/
admin
/
clock
/
reset
Reset the clock to real time
curl --request POST \
  --url https://api.useplinth.com/admin/clock/reset
{
  "object": "clock_state",
  "simulated_now": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Clock reset

object
enum<string>
Available options:
clock_state
mode
enum<string>
Available options:
real,
test
simulated_now
string<date-time> | null
updated_at
string<date-time> | null