---
title: "Update a scheduler"
method: PUT
path: "/schedulers/{schedulerId}"
tags: ["schedulers"]
---

# Update a scheduler

`PUT /schedulers/{schedulerId}`

## Path parameters

- `schedulerId` string, required

## Request body

- SchedulerRequestUpdate
  - `locked` boolean
  - `showEntireDay` boolean
  - `date` integer, required
  - `endDate` integer, required
  - `facility` object
    - `in` string[]
    - `nin` string[]
  - `provider` object
    - `in` string[]
    - `nin` string[]
  - `status` object
    - `in` string[]
    - `nin` string[]
  - `statusReason` object
    - `in` string[]
    - `nin` string[]
  - `statusSource` object
    - `in` string[]
    - `nin` string[]
  - `type` object
    - `in` string[]
    - `nin` string[]
  - `insuranceVerificationStatus` object
    - `in` string[]
    - `nin` string[]
  - `billingTransactionStatus` object
    - `in` string[]
    - `nin` string[]
  - `modality` string

## Response `200`

Reminder

- object
  - `message` string
  - `statusCode` integer

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

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