Updates specific fields of an evaluator. Supports partial updates of configuration fields.
All endpoints require API key authentication:
New Format: You can now update score_config, passing_conditions, llm_config, and code_config fields to add or modify automation for any evaluator type.
You can update any of the following fields. Only provide the fields you want to update:
Note: Configuration fields are merged with existing values. Non-null values take precedence over existing null values.
This example shows adding LLM automation to any evaluator type, demonstrating the decoupling of annotation method from evaluator type.
Status: 200 OK
Returns the updated evaluator object with all current field values:
When updating configurations, the system performs a merge operation:
null removes it from the configurationmodel_options) are completely replaced, not mergedOriginal Configuration:
Update Request:
Resulting Configuration:
API key authentication. Get your API key from https://platform.respan.ai/platform/api-keys