---
title: "Patch Pipeline Item"
method: PATCH
path: "/v1/pipeline/{item_id}"
tags: ["pipeline"]
---

# Patch Pipeline Item

`PATCH /v1/pipeline/{item_id}`

Move a Kanban card: set `stage`, edit `notes`, or `archived` (true -> stage='archived';
false -> restore to 'new'). An explicit `stage` takes precedence over `archived`. 404 if the
item isn't in this org; 422 on an unknown stage.

## Path parameters

- `item_id` string, required

## Headers

- `authorization` string, nullable
- `X-Tenant` string, nullable

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/versions/7c501afae006/schema)
