Skip to main content
PUT
Update the global default evaluate settings

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json

Update payload for evaluate settings. All fields optional; only the keys you send are touched (partial update).

is_active
boolean

Master on/off for evaluation on this agent (or globally).

Example:

true

sessionization
object

Session timing and report language.

text
object

Analyzer config for text channels (chat, SMS, WhatsApp text).

voice
object

Analyzer config for voice channels (call, WhatsApp Call).

Response

Default evaluate settings updated

success
boolean
Example:

true

message
string
Example:

"Agent evaluate settings retrieved"

data
object

Full evaluate settings as returned by the API.