Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Agent UUID to update. Must match agent_id in request body.
Body
application/json
Updated agent payload. Include the same agent_id as in the path and the new agent_config/agent_prompts.
Response
Agent updated successfully
Response returned after a successful agent update.
Example:
"success"
Example:
"Agent updated successfully"
True when inbound callback status is configured and validated.
Example:
true

