API Docs / Operations / Client - Services / Update Client Service Stage

Update Client Service Stage

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

Updates only the stage for a client billable service. 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