Update the metadata attributes and/or the Security Template assignments for an Asset identified by Object ID. The Object ID must be specified in the request path.
The user submitting the request must have edit access to the Asset.
Average Response Time: 1701ms
The Request Body must be a JSON object.
Successful operation
Unauthorized. Missing Authorization or AccessToken or expired token
Forbidden. Missing X-API-key
{- "metadata": [
- {
- "metadataDefinitionId": "dfeb57c1-b149-4b15-920f-3f40ff0b959a",
- "metadataDefinitionValue": "Photo"
}
], - "securityTemplateIds": [
- "7d6f4e30-f423-11e9-8071-89c0c4052141"
]
}
{- "status": "success",
- "message": "Asset update was successful"
}