cURL
curl --request POST \ --url https://api.futureagi.com/model-hub/eval-groups/edit-eval-list/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>' \ --data '{ "eval_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
This response does not have an example.
Adds or removes evaluation templates from an evaluation group.
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
The UUID of the evaluation group to modify.
A list of evaluation template UUIDs to add to the group.
A list of evaluation template UUIDs to remove from the group.
Evaluation group updated successfully.
Was this page helpful?