---
title: "Set/clear the org-level current-time context configuration"
method: PUT
path: "/v1/assistants/current-time"
tags: ["assistants"]
---

# Set/clear the org-level current-time context configuration

`PUT /v1/assistants/current-time`

## Request body

- CurrentTimeSettingsUpdate — Full replacement for one current-time configuration tier. Omitted/null fields inherit. Sending ``{}`` therefore clears both overrides at this tier.
  - `enabled` boolean, nullable
  - `timezone` string, nullable

## Response `200`

Successful Response

- CurrentTimeConfigResponse — Effective clock settings, per-field provenance, and raw tier overrides.
  - `enabled` boolean, required
  - `timezone` string, required
  - `enabled_source` 'revision' | 'organization' | 'default', required
  - `timezone_source` 'revision' | 'organization' | 'default', required
  - `organization` CurrentTimeSettings — One tier's optional current-time overrides. ``None`` means inherit for that field. An empty object therefore clears the tier and inherits both values. The API stores only non-null fields.
    - `enabled` boolean, nullable
    - `timezone` string, nullable
  - `revision` CurrentTimeSettings — One tier's optional current-time overrides. ``None`` means inherit for that field. An empty object therefore clears the tier and inherits both values. The API stores only non-null fields.
    - `enabled` boolean, nullable
    - `timezone` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
