---
title: "Update a client stage"
method: PATCH
path: "/client-stages/{id}"
tags: ["Reference Data"]
---

# Update a client stage

`PATCH /client-stages/{id}`

Updates a client stage's label.

## Path parameters

- `id` string, required

## Request body

- ClientStageInput
  - `label` string, required — Client stage label

## Response `200`

OK

- ClientStage
  - `id` string, required — Client stage ID
  - `label` string, required — Client stage label
  - `position` number, required — Client stage position

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.dev/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/revisions/27006cfef4d8/schema)
