curl -X PUT "https://app.famulor.de/api/user/knowledgebases/1" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Product Documentation", "description": "Updated description for our technical documents" }'
{ "message": "Knowledgebase updated successfully.", "data": { "id": 1, "name": "Updated Product Documentation", "description": "Updated description for our technical documents", "status": "active", "status_label": "Active", "updated_at": "2025-01-08T15:45:00.000000Z" } }
Updates an existing knowledge base
Show Data Properties