---
title: "PUT /operational-hours"
method: PUT
path: "/operational-hours"
tags: ["slash-operational-hours"]
---

# PUT /operational-hours

`PUT /operational-hours`

## Request body

- UpdateOperationalHoursRequest
  - `scheduleType` 'ROUND_THE_CLOCK' | 'STANDARD', required
  - `standardStartTime` string, required
  - `standardEndTime` string, required
  - `orgTimeZone` string
  - `deferNotificationsOutsideWorkingHours` boolean
  - `workingDays` UpdateWorkingDayRequest[], required
    - `dayOfWeek` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY', required
    - `dayType` 'ROUND_THE_CLOCK' | 'STANDARD' | 'CUSTOM' | 'NON_WORKING', required
    - `startTime` string
    - `endTime` string

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

## Changes

- **2026-08-08** `237f5bbd4029` — 6 breaking, 16 warning
  - the `standardEndTime` request property type/format changed from `object`/`` to `string`/``
  - the `standardStartTime` request property type/format changed from `object`/`` to `string`/``
  - the `workingDays/items/endTime` request property type/format changed from `object`/`` to `string`/``
  - the `workingDays/items/startTime` request property type/format changed from `object`/`` to `string`/``
  - …18 more

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/operational-hours/put.md)

---

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