Update asset metadata

Update image and/or video metadata in an existing dataset

Path parameters

dataset_idstringRequired

The unique identifier for the dataset

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
imageslist of objectsOptional

A list of image metadata replacement requests

videoslist of objectsOptional

A list of video metadata replacement requests

Response

This endpoint returns an object.
requestGroupIdstring

Unique request id for this group of assets.

imageslist of objectsOptional

The updated images

videoslist of objectsOptional

The updated videos

Errors