update_knowledge_source
Update an existing Cognigy.AI knowledge source's name or description. Validate changes with dryRun, then set dryRun=false to apply.
Instructions
Updates an existing Cognigy.AI knowledge source. Use this to change name or description. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the source | |
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| sourceId | Yes | The knowledge source ID to update | |
| description | No | New description | |
| knowledgeStoreId | Yes | The knowledge store ID containing the source |