Add/Update Metadata
Lets you update or append metadata for assets that have already been ingested. You can reference assets either by source_path or asset_id. If source_path is duplicated or was a presigned URL, using asset_id is strongly recommended to ensure accuracy.
The `update_type` parameter controls how metadata updates are applied. By default, it is set to *`upsert`*, which *adds or updates* the provided metadata *without removing any existing entries*. To completely replace the existing metadata instead, set `update_type` to *`overwrite`* — this will *clear all current metadata and apply only the new values*.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
dataset_id
update_assets
update_type
Allowed values:
Response
Successful Response
id
org_id
dataset_id
job_type
Allowed values:
details
created_dt
request_type
Allowed values:
status
Enum of Ingest Job Status.
updated_dt
total_assets
processed_assets
errored_assets
request_id
