---
title: "Update an existing shift"
method: PUT
path: "/Shifts/{id}"
tags: ["Shifts"]
---

# Update an existing shift

`PUT /Shifts/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateShiftDto
  - `userId` string, nullable
  - `locationId` string, nullable
  - `contactInfo` string, nullable
  - `shiftDate` string, nullable
  - `startTime` string, nullable
  - `endTime` string, nullable
  - `income` string, nullable
  - `cancelBy` string, nullable
  - `notes` string, nullable
  - `status` string, nullable

## Response `200`

OK

- ShiftResponseDto
  - `id` string
  - `userId` string
  - `user` UserSummaryDto
    - `id` string
    - `email` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `type` string
    - `roleId` string, nullable
    - `roleName` string, nullable
  - `locationId` string, nullable
  - `locationName` string, nullable
  - `contactInfo` string, nullable
  - `shiftDate` string
  - `startTime` string, nullable
  - `endTime` string, nullable
  - `income` string, nullable
  - `cancelBy` string, nullable
  - `notes` string, nullable
  - `status` integer
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

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