# Update a pipeline stage Update a pipeline stage's name, category, or order. Endpoint: PUT /leads/api/pipeline-stages/{uuid} Version: 2.0.0 Security: bearerAuth ## Path parameters: - `uuid` (string, required) Resource UUID. ## Request fields (application/json): - `name` (string) - `category` (string) Enum: "cold", "engaging", "positive", "negative" - `order` (integer) ## Response 200 fields (application/json): - `uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `team_id` (integer) - `name` (string) Example: "Demo Booked" - `object` (string) Enum: "lead", "company" - `type` (string) Enum: "custom", "new", "approaching", "engaging", "replied" - `category` (string) Enum: "cold", "engaging", "positive", "negative" - `order` (integer)