Toggle activation of a knowledge base item for a voice agent.
Knowledge Base Routes
Toggle activation of a knowledge base item for a voice agent.
POST
Toggle activation of a knowledge base item for a voice agent.
Documentation Index
Fetch the complete documentation index at: https://docs.tryhamsa.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '
Body
application/json
The voice agent ID to toggle the activation of the knowledge base item on.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
The knowledge base item ID to toggle the activation of.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
The value of isActive to toggle the activation of the knowledge base item. True to activate, false to deactivate. Defaults to true.
Example:
true