---
title: "Update Customer Availability Timezone"
method: PATCH
path: "/calendars/customer-availability-timezone"
tags: ["Calendar"]
---

# Update Customer Availability Timezone

`PATCH /calendars/customer-availability-timezone`

Update the default availability timezone for the current customer.

- **timezone**: The new timezone (e.g., "America/New_York")

## Query parameters

- `timezone` string, required — Timezone (e.g., 'America/New_York')

## Response `200`

Successful Response

- UpdateTimezoneResponse — Response model for updating timezone
  - `message` string, required
  - `timezone` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
