---
title: "Update an availability rule by ID"
method: PATCH
path: "/v1/availability/{id}"
tags: ["Availability"]
---

# Update an availability rule by ID

`PATCH /v1/availability/{id}`

Patch a single availability rule without replacing other rules for the same day.

## Path parameters

- `id` string, required

## Request body

- object
  - `day_of_week` integer
  - `start_time` string
  - `end_time` string
  - `timezone` string

## Response `200`

Default Response

- object

---

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