cURL
curl --request PUT \ --url https://app.dilli.studio/api/v1/pipelines/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "is_default": true, "stages": [ { "name": "<string>", "order": 123, "color": "<string>", "probability": 123 } ] } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "stages": [ { "id": "<string>", "external_id": "<string>", "name": "<string>", "order": 123, "color": "<string>", "probability": 123 } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
X-Api-Key
Show child attributes
OK
ULID