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.
Assign tags to a connector
curl -X PUT "https://api.clustr-ai.com/api/public/connector-tags/connector/john-doe" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"tag_ids": ["a1b2c3d4-...", "e5f6g7h8-..."]}'
{ "success": true, "data": { "message": "Connector tags updated successfully" } }