Update the user-defined metadata of an asset
Update the user-defined metadata of an asset
Update the user-defined metadata of an asset
This method updates the user-defined metadata of the specified asset. The platform merges your changes with the existing metadata:
null deletes that key."") is ignored.To replace all metadata, first delete it using DELETE method of the /assets/{asset_id}/user-metadata endpoint, then use this method to set the new values.
Your API key.
You can find your API key on the API Keys page.
The unique identifier of the asset whose user-defined metadata to update.
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.