Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update an existing connector tag
curl -X PUT "https://api.clustr-ai.com/api/public/connector-tags/a1b2c3d4" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"color": "#16A34A"}'
{ "success": true, "data": { "id": "a1b2c3d4-...", "name": "Investor", "color": "#16A34A", "position": 0 } }