Update a pipeline stage's name, category, or order.
Security
bearerAuth
PUT
curl -i -X PUT \
'https://leadgen.grinfi.io/leads/api/pipeline-stages/{uuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"category": "cold",
"order": 0
}'Response
{ "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "team_id": 0, "name": "Demo Booked", "object": "lead", "type": "custom", "category": "cold", "order": 0 }