---
title: "Edit reason"
method: PATCH
path: "/crm/v1/reasons/{reasonId}"
tags: ["pipeline"]
---

# Edit reason

`PATCH /crm/v1/reasons/{reasonId}`

Updates a reason's title or sort order.

## Request body

- CreateReason
  - `title` string
  - `sort` integer

## Response `200`

OK

- Reason
  - `id` integer
  - `title` string
  - `sort` integer

## Other responses

- `401` — Access token is missing or invalid
- `422` — Validation error response

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/versions/f80578d43845/schema)
