---
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

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/versions/237f5bbd4029/schema)
