Updates an existing experiment view override configuration by completely replacing the column overrides for the specified dataset and override ID.
public CompletableFuture<ExperimentViewOverride> update(
JsonValue id,
ExperimentViewOverrideUpdateParams params
)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:
| Name | Type | Description |
|---|---|---|
id* | JsonValue | |
params* | ExperimentViewOverrideUpdateParams |