Patch Evaluation Group
Partially update an evaluation group’s attributes.
Only the fields present in the request are changed; unset fields are left untouched. Unlike the PUT endpoint, metadata is merged into the existing metadata key-by-key rather than replaced wholesale, and group membership (evaluation_ids) cannot be changed here — use PUT to replace members. At least one field must be supplied or the request fails with a 400. Supplying row_identifiers replaces the group’s entire row identifier set (an evaluation_id-to-column-name mapping for cross-dataset joins); passing an empty mapping clears it.
Authorizations
Headers
Path Parameters
Body
Request model for partial update of evaluation group attributes (name, description, tags, metadata, row_identifiers) (PATCH)
The tags associated with the entity
Name of the evaluation group
128Optional description
Optional metadata key-value pairs
Optional 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.

