Agent v1.0 APIs
Patch update agent
Patch update an agent
PATCH
/
agent
/
{agent_id}
Currently, only the following agent attributes can be updated for the PATCH
update.
agent_name
agent_welcome_message
webhook_url
synthesizer
agent_prompts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredBody
application/json
agent_config
object
Configuration of the agent
agent_prompts
object
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?