curl --request PATCH \
--url https://api.verial.ai/benchmarks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"overrides": {},
"thresholds": {}
}
'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}Update benchmark metadata or tasks.
curl --request PATCH \
--url https://api.verial.ai/benchmarks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"overrides": {},
"thresholds": {}
}
'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"timeout": 123,
"concurrency": 123,
"created_at": "2023-11-07T05:31:56Z"
}API key passed as a Bearer token.
Benchmark ID