Agent
Patch Update to Voice AI Agent API
Learn how to partially update properties. Update Bolna Voice AI agent name, welcome message, webhook URL, voice settings, and prompts, using this endpoint.
PATCH
Currently, only the following agent attributes can be updated for the PATCH
update.
agent_name
agent_welcome_message
webhook_url
synthesizer
agent_prompts
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Configuration of the agent
Prompts to be provided to the agent. It can have multiple tasks of the form task_<task_id>
Response
200 - application/json
The response is of type any
.
Was this page helpful?