curl -X PUT https://api.judge.example.com/judges/jdg_xyz789 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Enhanced Content Quality Judge",
"criteria": [
{
"name": "Clarity",
"description": "How clear and understandable the content is"
},
{
"name": "Accuracy",
"description": "Factual correctness and precision"
},
{
"name": "Engagement",
"description": "How engaging and interesting the content is"
}
]
}'