v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-275867561.6 MB
experiment-view-overrides

Update existing experiment view override configuration

Updates an existing experiment view override configuration by completely replacing the column overrides for the specified dataset and override ID.

This endpoint performs a complete replacement of the column overrides configuration. All existing column overrides will be replaced with the new configuration provided in the request body. To add or modify individual columns, include the complete desired configuration in the request.

The request format is identical to the create endpoint:

  • column_overrides: Required array with at least one override configuration
  • Each override can specify color gradients, precision, and visibility

Example request body: { "column_overrides": [ { "column": "metrics.f1_score", "color_gradient": [[0.0, "#ff4444"], [0.8, "#44ff44"]], "precision": 4 }, { "column": "feedback.rating", "hide": false } ] }

Both the dataset and override must exist and be accessible by the authenticated user.

patch/datasets/{dataset_id}/experiment-view-overrides/{id}

Path parameters

dataset_idstring uuid required

Dataset ID

idstring uuid required

Experiment view override ID

Request body

Response

Successfully updated experiment view override

created_atstring
dataset_idstring
idstring
modified_atstring