API Docs / Operations / Client - Pipelines / Update Client Pipeline Stage

Update Client Pipeline Stage

PATCH /tenants/{tenant}/clients/{client}/pipelines/{code}/stage

Updates only the stage for a client pipeline card, targeted by the card's own code. Designed for kanban board drag-and-drop — avoids the overhead of a full PUT.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
{
  "stageCode": "string"
}

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found