---
title: "Update an organization's maintenance window"
method: PATCH
path: "/orgs/{orgId}/maintenanceWindow"
tags: ["orgs/maintenanceWindow"]
---

# Update an organization's maintenance window

`PATCH /orgs/{orgId}/maintenanceWindow`

__JWT is required for this endpoint with at least one of the following scopes__: o:w,s-o:w,o-basic:w,o{params.orgId}-hw:w<br/><br/>__Endpoint name__: updateOrgMaintenanceWindow

## Path parameters

- `orgId` integer, required

## Request body

- object
  - `useMaintenanceWindow` boolean, required
  - `updateWindowDay` 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday', required
  - `updateWindowStart` string, required
  - `updateWindowDuration` integer, required
  - `timeZone` string, required

## Response `204`

No Content

---

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