Assistants
Update an assistant test
Updates an existing assistant test configuration with new settings
put/ai/assistants/tests/{test_id}
Path parameters
test_idstring required
Unique identifier of the test.
Request body
Response
Returns the updated test configuration with all changes applied
Example response
{
"created_at": "2024-01-16T09:00:00Z",
"name": "Customer Support Bot Test",
"rubric": [
{
"criteria": "Responds within 30 seconds",
"name": "Response Time"
}
],
"test_id": "123e4567-e89b-12d3-a456-426614174000"
}