v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Updates an asset filter.

Prerequisites:

  • The domain, asset, and asset filter identifier must all exist.

  • The asset must contain the columns being referenced in the update.

  • If applying a row filter, ensure the column referenced in the expression exists in the asset schema.

patch/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}

Path parameters

domainIdentifierstring required

The ID of the domain where you want to update an asset filter.

assetIdentifierstring required

The ID of the data asset.

identifierstring required

The ID of the asset filter.

Request body

namestring

The name of the asset filter.

descriptionstring password

The description of the asset filter.

Response

Success

idstring required

The ID of the asset filter.

domainIdstring required

The ID of the domain where the asset filter was created.

assetIdstring required

The ID of the data asset.

namestring password required

The name of the asset filter.

descriptionstring password

The description of the asset filter.

status'VALID' | 'INVALID'

The status of the asset filter.

createdAtstring date-time

The timestamp at which the asset filter was created.

errorMessagestring

The error message that is displayed if the action is not completed successfully.

effectiveColumnNamesString[]

The column names of the asset filter.

effectiveRowFilterstring

The row filter of the asset filter.