---
title: "Update Physician Availabilities"
method: PUT
path: "/api/2.0/physicians/{id}/availabilities/"
tags: ["Physicians"]
---

# Update Physician Availabilities

`PUT /api/2.0/physicians/{id}/availabilities/`

Update the availabilities for a physician

## Path parameters

- `id` integer, required

## Request body

- object
  - `availabilities` object[]
    - `appointment_types` integer[]
    - `end_time` string, time
    - `service_location_id` integer, nullable
    - `start_time` string, time
    - `weekday` 0 | 1 | 2 | 3 | 4 | 5 | 6 — The day of the week the availability is for. 0 is Monday, 6 is Sunday.

## Response `200`

- ProviderAvailabilityBlock[]
  - `end_time` string, time, required
  - `id` integer
  - `provider_id` integer, required
  - `service_location_id` integer, nullable
  - `start_time` string, time, required
  - `timezone` string
  - `use_service_location_timezone` boolean
  - `weekday` integer, required

---

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