Class 5 AI Agent Test
Update
Update an existing Class 5 AI Agent Test record by ID.
put/api/cp/class5/ai-agent-test/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"agent_id": 1,
"name": "Example Name",
"conversation": "Sample conversation text content",
"criteria": "Sample criteria text content"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}