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.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
update_assetslist of objectsRequired
update_typeenumOptional
Allowed values:

Response

Successful Response

idstring
org_idstring
dataset_idstringformat: "uuid"
job_typeenum
Allowed values:
created_dtdatetime
detailsobjectOptional
request_type"submit"OptionalDefaults to submit
statusenumOptional

Enum of Ingest Job Status.

updated_dtdatetimeOptional
total_assetsintegerOptional
processed_assetsintegerOptionalDefaults to 0
errored_assetsintegerOptionalDefaults to 0
request_idstringOptional

Errors