---
title: "PATCH /api/v4/customers/statuses/{id}"
method: PATCH
path: "/api/v4/customers/statuses/{id}"
---

# PATCH /api/v4/customers/statuses/{id}

`PATCH /api/v4/customers/statuses/{id}`

Update a status by id.

## Path parameters

- `id` integer, required

## Request body

- CustomerStatusUpdateById
  - `name` string
  - `sort` integer
  - `color` string

## Response `200`

The request has succeeded.

- union
  - object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/revisions/800f4ed7083b/schema)
