---
title: "Update time off"
method: PATCH
path: "/time_offs/{time_off_id}"
tags: ["Time Off"]
---

# Update time off

`PATCH /time_offs/{time_off_id}`

Update a time off.

Required scope: `time_off:write`

## Path parameters

- `time_off_id` string, required

## Request body

- UpdateTimeOff
  - `name` string — Name of the time off
  - `start_at` number — Timestamp when the time off starts (in seconds)
  - `end_at` number, nullable — Timestamp when the time off ends (in seconds), or null to clear it
  - `auto_responder` object
    - `body` string — The auto-reply message body
    - `is_enabled` boolean — Whether the auto-responder is enabled
    - `is_contacts_only` boolean — Whether the auto-responder only replies to known contacts
    - `channel_ids` ResourceID[] — List of channel IDs the auto-responder applies to

## Response `204`

No content

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
