---
title: "Update Clock"
method: PUT
path: "/clock"
tags: ["Clock"]
---

# Update Clock

`PUT /clock`

Update the clock for a customer

## Request body

- CustomerClock
  - `customer_id` string, required
  - `frozen_time` string, date-time, nullable

## Response `200`

Successful Response

- CustomerClock
  - `customer_id` string, required
  - `frozen_time` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/opencv/apis/api7-developer-portal.md) · [All operations](https://skmtc.dev/opencv/apis/api7-developer-portal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opencv/api7-developer-portal/revisions/a5d2ccf9376b/schema)
