Toggle activation of a web tool for a voice agent.
Web Tools Routes
Toggle activation of a web tool for a voice agent.
POST
Toggle activation of a web tool 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 web tool on.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
The web tool ID to toggle the activation of.
Example:
"d949f13f-40d2-4e48-ac86-b66633070603"
The value of isActive to toggle the activation of the web tool. True to activate, false to deactivate. Defaults to true.
Example:
true