---
title: "Set availability for a day (replaces existing)"
method: PUT
path: "/v1/availability"
tags: ["Availability"]
---

# Set availability for a day (replaces existing)

`PUT /v1/availability`

Replace all availability rules for a given day with a single new window.

## Request body

- object
  - `day_of_week` integer, required
  - `start_time` string, required
  - `end_time` string, required
  - `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)
