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.
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