pydo.genai.update_evaluation_test_case()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To update an evaluation test-case send a PUT request to /v2/gen-ai/evaluation_test_cases/{test_case_uuid}
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
test_case_uuid |
string | True | Test-case UUID to update | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.