Update
Update an Evaluation Test Case.
put/v2/gen-ai/evaluation_test_cases/{test_case_uuid}
To update an evaluation test-case send a PUT request to /v2/gen-ai/evaluation_test_cases/{test_case_uuid}
.
Path Parameters
test_case_uuid: string
Body Parameters
Returns
test_case_uuid: optional string
curl https://api.digitalocean.com/v2/gen-ai/evaluation_test_cases/$TEST_CASE_UUID \
-X PUT \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $DIGITALOCEAN_ACCESS_TOKEN"
{
"test_case_uuid": "123e4567-e89b-12d3-a456-426614174000",
"version": 123
}
Returns Examples
{
"test_case_uuid": "123e4567-e89b-12d3-a456-426614174000",
"version": 123
}