cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/test-sets/{test_set_id} \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "name": "Golden Test Set v2 (revised)", "description": "Updated with edge cases" } '
{ "data": { "id": 16, "name": "Golden Test Set v2 (revised)", "description": "Updated with edge cases" } }
Update a test set’s name, description, or metadata.
Your Maitai API key from the Portal.
Update test set.
A curated set of request/response pairs used for evaluating model performance.
Show child attributes
Was this page helpful?