Skip to main content
POST
/
model-hub
/
eval-groups
/
edit-eval-list
/
Edit Evaluation Group Members
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.

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Body

application/json
eval_group_id
string<uuid>
required

The UUID of the evaluation group to modify.

added_template_ids
string<uuid>[]

A list of evaluation template UUIDs to add to the group.

deleted_template_ids
string<uuid>[]

A list of evaluation template UUIDs to remove from the group.

Response

Evaluation group updated successfully.