Update Evaluation Group
Replace an evaluation group’s attributes and, optionally, its membership.
This is a full replacement of the group’s attributes: every attribute field (name, description, tags, metadata) is written from the request, so omitting an optional field clears it rather than leaving it unchanged. Use PATCH instead to update only selected fields and to merge (rather than overwrite) metadata. Membership is replaced only when evaluation_ids is supplied: the resulting members become exactly that set (added/removed by diff against the current members), it must contain at least one ID with no duplicates, and every ID is validated for existence and account access or the request fails with a 400. When membership actually changes, a best-effort Temporal workflow is started to recompute the group’s dashboard widgets; this is fire-and-forget and its failure does not fail the request. Removing members hard-deletes the corresponding chart columns and any charts left with no columns.
Authorizations
Headers
Path Parameters
Body
Request model for full update of evaluation group (metadata and members)
The tags associated with the entity
Name of the evaluation group
128Optional description
Optional metadata key-value pairs
Complete list of evaluation IDs to include in group (replaces existing members)
1Optional mapping of evaluation_id to column name for cross-dataset joins
Response
Successful Response
Response model for evaluation group
Unique identifier of the evaluation group
The tags associated with the entity
Name of the evaluation group
When the group was created
Account that owns this evaluation group
"evaluation_group"Optional description
Optional metadata key-value pairs
When the group was soft-deleted
Evaluation members in this group. Populated with 'members' view.
Row identifier mappings. Populated with 'row_identifiers' view.

