cURL
curl --request PUT \ --url https://api.futureagi.com/model-hub/eval-groups/{id}/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>" }'
Update an existing evaluation group
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
Evaluation group updated successfully
Was this page helpful?