Partial update indexed asset
This method updates one or more fields of the metadata of an indexed asset. Also, can delete a field by setting it to null.
This method updates one or more fields of the metadata of an indexed asset. Also, can delete a field by setting it to null.
Your API key.
You can find your API key on the API Keys page.
Request to update the metadata of a video. Delete the fields with a null value.
If successful, this method returns a 204 No Content response code. It does not return anything in the response body.
Metadata that helps you categorize your assets. You can specify a list of keys and values. Keys must be of type string, and values can be of the following types: string, integer, float or boolean.
Example:
If you want to store other types of data such as objects or arrays, you must convert your data into string values.