---
title: "changeReasonStatus"
method: PATCH
path: "/v1/workflows/closing-reasons/{reasonId}"
tags: ["Closing Reason"]
---

# changeReasonStatus

`PATCH /v1/workflows/closing-reasons/{reasonId}`

Change the status of a Closing Reason (eg. ACTIVE to INACTIVE).

## Path parameters

- `reasonId` string, required

## Request body

- ChangeReasonStatusReq
  - `status` 'ACTIVE' | 'INACTIVE', required

## Response `202`

The status change was accepted

## Other responses

- `400` — bad request
- `500` — Internal server error

---

[API](https://skmtc.net/epilot/apis/workflows-definitions.md) · [All operations](https://skmtc.net/epilot/apis/workflows-definitions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/workflows-definitions/versions/74e4de17e9b5/schema)
