---
title: "PUT /SlotConfigurations/{id}"
method: PUT
path: "/SlotConfigurations/{id}"
tags: ["SlotConfigurations"]
---

# PUT /SlotConfigurations/{id}

`PUT /SlotConfigurations/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateSlotConfigurationDto
  - `defaultSlotDurationMinutes` union
    - integer
    - string, int32
  - `minAdvanceBookingHours` union
    - integer
    - string, int32
  - `maxAdvanceBookingDays` union
    - integer
    - string, int32
  - `bufferBetweenAppointments` union
    - integer
    - string, int32
  - `minCancellationNoticeHours` union
    - integer
    - string, int32
  - `defaultWidgetAppointmentTypeId` string, nullable

## Response `200`

OK

- SlotConfigurationResponseDto
  - `id` string
  - `locationId` string, nullable
  - `locationName` string, nullable
  - `defaultSlotDurationMinutes` union
    - integer
    - string, int32
  - `minAdvanceBookingHours` union
    - integer
    - string, int32
  - `maxAdvanceBookingDays` union
    - integer
    - string, int32
  - `bufferBetweenAppointments` union
    - integer
    - string, int32
  - `minCancellationNoticeHours` union
    - integer
    - string, int32
  - `defaultWidgetAppointmentTypeId` string, nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Changes

- **2026-08-26** `a57456aa87b0` — 30 warning
  - the `bufferBetweenAppointments` request property's max was set to `240.00` (media type: application/json)
  - the `bufferBetweenAppointments` request property's max was set to `240.00` (media type: text/json)
  - the `bufferBetweenAppointments` request property's max was set to `240.00` (media type: application/*+json)
  - the `defaultSlotDurationMinutes` request property's max was set to `480.00` (media type: application/json)
  - …26 more

[Change history](https://skmtc.dev/clinicos/apis/pawthosx-business-api-v1/changes/SlotConfigurations/:id/put.md)

---

[API](https://skmtc.dev/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.dev/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/061f8d95e1d1/schema)
