---
title: "Update business hours"
method: POST
path: "/business-hours"
tags: ["Off Hours"]
---

# Update business hours

`POST /business-hours`

REQUIRED SCOPES <code>['off-hours:write']</code><br>Update business hours

## Request body

- object
  - `hourable_id` string — Team ID
  - `hourable_type` string — Type
  - `timezone` string — Timezone
  - `days` string[] — Days
  - `message` string — Message
  - `is_active` boolean — Activate

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
