curl --request PUT \ --url https://api.pipeium.com/lists/123e4567-e89b-12d3-a456-426614174000 \ --header 'Authorization: Bearer {api_key}' \ --header 'Content-Type: application/json' \ --data '{ "name": "Updated List Name", "webhook_url": "https://api.yourapp.com/webhooks/pipeium" }'
{ "message": "List updated", "listId": "123e4567-e89b-12d3-a456-426614174000" }
Update an existing list properties