curl --request PATCH \
--url https://api.callers.ai/agents/{agentId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated customer follow-up calls"
}
'{
"status": "success",
"data": {
"success": true
}
}{
"status": "error",
"message": "<string>",
"data": [
{}
]
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}Agents
Update agent
Partially updates the specified agent fields
PATCH
/
agents
/
{agentId}
curl --request PATCH \
--url https://api.callers.ai/agents/{agentId} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Updated customer follow-up calls"
}
'{
"status": "success",
"data": {
"success": true
}
}{
"status": "error",
"message": "<string>",
"data": [
{}
]
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}{
"status": "error",
"message": "<string>"
}Authorizations
Headers
Optional sub organization ID. Must belong to your main organization API key.
Path Parameters
ID of the agent to update
Body
application/json