Edit Evaluation Group Members
Adds or removes evaluation templates from an evaluation group.
POST
https://api.futureagi.com/model-hub/eval-groups/edit-eval-list/ Authentication
Authorization
Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.
Request body
eval_group_id
The UUID of the evaluation group to modify.
added_template_ids
A list of evaluation template UUIDs to add to the group.
deleted_template_ids
A list of evaluation template UUIDs to remove from the group.