---
title: "PATCH /api/construction-workers/{id}"
method: PATCH
path: "/api/construction-workers/{id}"
tags: ["constructionWorkers"]
---

# PATCH /api/construction-workers/{id}

`PATCH /api/construction-workers/{id}`

Update a constructionWorkers record

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `constructionId` string, uuid
  - `workerId` string, uuid
  - `mongodbId` string, nullable

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `constructionId` string, uuid, required
  - `workerId` string, uuid, required
  - `companyId` string, uuid, required
  - `serverVersion` integer, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `deletedAt` string, date-time, nullable
  - `mongodbId` string, nullable, required
  - `name` string
  - `defaultRate` number, double

---

[API](https://skmtc.dev/buildoapp/apis/buildo-api.md) · [All operations](https://skmtc.dev/buildoapp/apis/buildo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildoapp/buildo-api/revisions/e646e4ae8482/schema)
