curl --request PUT \
--url https://api.example.com/v1/annotation_configs/{config_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"optimization_direction": "MINIMIZE",
"values": [
{
"label": "<string>",
"score": 123
}
],
"description": "<string>"
}
'{
"data": {
"name": "<string>",
"type": "<string>",
"optimization_direction": "MINIMIZE",
"values": [
{
"label": "<string>",
"score": 123
}
],
"id": "<string>",
"description": "<string>"
}
}curl --request PUT \
--url https://api.example.com/v1/annotation_configs/{config_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"optimization_direction": "MINIMIZE",
"values": [
{
"label": "<string>",
"score": 123
}
],
"description": "<string>"
}
'{
"data": {
"name": "<string>",
"type": "<string>",
"optimization_direction": "MINIMIZE",
"values": [
{
"label": "<string>",
"score": 123
}
],
"id": "<string>",
"description": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140-update-phoenix-arize-phoenix-evals-3-1-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ID of the annotation configuration
Successful Response
Show child attributes
Was this page helpful?