Skip to main content
POST
Edit Evaluation Group Members

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.